Method: AdvancedBilling::PaidInvoice.names
- Defined in:
- lib/advanced_billing/models/paid_invoice.rb
.names ⇒ Object
A mapping from model property names to API property names.
31 32 33 34 35 36 37 38 |
# File 'lib/advanced_billing/models/paid_invoice.rb', line 31 def self.names @_hash = {} if @_hash.nil? @_hash['invoice_id'] = 'invoice_id' @_hash['status'] = 'status' @_hash['due_amount'] = 'due_amount' @_hash['paid_amount'] = 'paid_amount' @_hash end |