Method: AdvancedBilling::VoidRemainderEventData.names
- Defined in:
- lib/advanced_billing/models/void_remainder_event_data.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/void_remainder_event_data.rb', line 31 def self.names @_hash = {} if @_hash.nil? @_hash['credit_note_attributes'] = 'credit_note_attributes' @_hash['memo'] = 'memo' @_hash['applied_amount'] = 'applied_amount' @_hash['transaction_time'] = 'transaction_time' @_hash end |