Method: AdvancedBilling::RecordPaymentResponse.names
- Defined in:
- lib/advanced_billing/models/record_payment_response.rb
.names ⇒ Object
A mapping from model property names to API property names.
21 22 23 24 25 26 |
# File 'lib/advanced_billing/models/record_payment_response.rb', line 21 def self.names @_hash = {} if @_hash.nil? @_hash['paid_invoices'] = 'paid_invoices' @_hash['prepayment'] = 'prepayment' @_hash end |