Method: CyberSource::Ptsv2intentsOrderInformationAmountDetails.swagger_types

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

.swagger_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
77
78
79
80
# File 'lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb', line 69

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