Method: CyberSource::Ptsv2intentsOrderInformationAmountDetails.attribute_map

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

.attribute_mapObject

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



41
42
43
44
45
46
47
48
49
50
51
52
# File 'lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb', line 41

def self.attribute_map
  {
    :'total_amount' => :'totalAmount',
    :'currency' => :'currency',
    :'discount_amount' => :'discountAmount',
    :'shipping_amount' => :'shippingAmount',
    :'shipping_discount_amount' => :'shippingDiscountAmount',
    :'tax_amount' => :'taxAmount',
    :'insurance_amount' => :'insuranceAmount',
    :'duty_amount' => :'dutyAmount'
  }
end