Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.11 KB

CreateOrderModel.md

File metadata and controls

18 lines (15 loc) · 1.11 KB

SveaCheckout::CreateOrderModel

Properties

Name Type Description Notes
country_code String [optional]
currency String [optional]
locale String Locale for the order [optional]
client_order_number String A string that identifies the order in the merchant’s systems. The ClientOrderNumber is unique per order. Attempting to create a new order with a previously used ClientOrderNumber will result in the create method returning the already existing order instead. [optional]
merchant_settings MerchantSettings [optional]
cart Cart [optional]
preset_values Array<PresetValue> [optional]
identity_flags IdentityFlags [optional]
require_electronic_id_authentication BOOLEAN [optional]
partner_key String Provided by Svea to select partners. [optional]
merchant_data String Metadata visible to the store [optional]