Method: AdvancedBilling::PaymentForAllocation.names

Defined in:
lib/advanced_billing/models/payment_for_allocation.rb

.namesObject

A mapping from model property names to API property names.



29
30
31
32
33
34
35
36
# File 'lib/advanced_billing/models/payment_for_allocation.rb', line 29

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['id'] = 'id'
  @_hash['amount_in_cents'] = 'amount_in_cents'
  @_hash['success'] = 'success'
  @_hash['memo'] = 'memo'
  @_hash
end