Method: UltracartClient::OrderPaymentTransaction.attribute_map
- Defined in:
- lib/ultracart_api/models/order_payment_transaction.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
34 35 36 37 38 39 40 41 42 |
# File 'lib/ultracart_api/models/order_payment_transaction.rb', line 34 def self.attribute_map { :'details' => :'details', :'successful' => :'successful', :'transaction_gateway' => :'transaction_gateway', :'transaction_id' => :'transaction_id', :'transaction_timestamp' => :'transaction_timestamp' } end |