Method: UltracartClient::OrderInternal.attribute_map
- Defined in:
- lib/ultracart_api/models/order_internal.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
37 38 39 40 41 42 43 44 45 46 |
# File 'lib/ultracart_api/models/order_internal.rb', line 37 def self.attribute_map { :'exported_to_accounting' => :'exported_to_accounting', :'merchant_notes' => :'merchant_notes', :'placed_by_user' => :'placed_by_user', :'refund_by_user' => :'refund_by_user', :'sales_rep_code' => :'sales_rep_code', :'transactional_merchant_notes' => :'transactional_merchant_notes' } end |