Method: CyberSource::Riskv1decisionsOrderInformationLineItems.json_map
- Defined in:
- lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb
.json_map ⇒ Object
Attribute mapping from JSON key to ruby-style variable name.
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/cybersource_rest_client/models/riskv1decisions_order_information_line_items.rb', line 84 def self.json_map { :'total_amount' => :'total_amount', :'unit_price' => :'unit_price', :'quantity' => :'quantity', :'gift_card_currency' => :'gift_card_currency', :'product_sku' => :'product_sku', :'product_risk' => :'product_risk', :'product_description' => :'product_description', :'product_name' => :'product_name', :'product_code' => :'product_code', :'gift' => :'gift', :'distributor_product_sku' => :'distributor_product_sku', :'passenger' => :'passenger', :'shipping_destination_types' => :'shipping_destination_types', :'tax_amount' => :'tax_amount', :'allowed_export_countries' => :'allowed_export_countries', :'restricted_export_countries' => :'restricted_export_countries' } end |