Method: CyberSource::Ptsv2intentsOrderInformationAmountDetails.json_map

Defined in:
lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb

.json_mapObject

Attribute mapping from JSON key to ruby-style variable name.



55
56
57
58
59
60
61
62
63
64
65
66
# File 'lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb', line 55

def self.json_map
  {
    :'total_amount' => :'total_amount',
    :'currency' => :'currency',
    :'discount_amount' => :'discount_amount',
    :'shipping_amount' => :'shipping_amount',
    :'shipping_discount_amount' => :'shipping_discount_amount',
    :'tax_amount' => :'tax_amount',
    :'insurance_amount' => :'insurance_amount',
    :'duty_amount' => :'duty_amount'
  }
end