Method: UltracartClient::OrderPayment.attribute_map
- Defined in:
- lib/ultracart_api/models/order_payment.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
# File 'lib/ultracart_api/models/order_payment.rb', line 93 def self.attribute_map { :'check' => :'check', :'credit_card' => :'credit_card', :'echeck' => :'echeck', :'health_benefit_card' => :'health_benefit_card', :'hold_for_fraud_review' => :'hold_for_fraud_review', :'insurance' => :'insurance', :'payment_dts' => :'payment_dts', :'payment_method' => :'payment_method', :'payment_method_accounting_code' => :'payment_method_accounting_code', :'payment_method_deposit_to_account' => :'payment_method_deposit_to_account', :'payment_status' => :'payment_status', :'paypal' => :'paypal', :'purchase_order' => :'purchase_order', :'rotating_transaction_gateway_code' => :'rotating_transaction_gateway_code', :'surcharge' => :'surcharge', :'surcharge_accounting_code' => :'surcharge_accounting_code', :'surcharge_transaction_fee' => :'surcharge_transaction_fee', :'surcharge_transaction_percentage' => :'surcharge_transaction_percentage', :'test_order' => :'test_order', :'transactions' => :'transactions' } end |