Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.55 KB

File metadata and controls

32 lines (27 loc) · 2.55 KB

# UpdateCheckoutRequest

Properties

Name Type Description Notes
customer_id string The identifier of the Customer associated with the Checkout. [optional]
source_id string The unique identifier of a Source. [optional]
currency string A three-letter ISO currency code. [optional]
email string The customer's email address. [optional]
locale string A designator that combines the two-letter ISO 639-1 language code with the ISO 3166-1 alpha-2 country code. [optional]
invoice_attribute_id string The unique identfier of the invoice attribute. [optional]
browser_ip string The IP address of the browser used by the customer when placing the order. [optional]
application_id string An arbitrary string identifier that can be used to track the application type. [optional] [readonly]
tax_identifiers \DigitalRiver\ApiSdk\Model\CheckoutTaxIdentifierRequest[] [optional]
ship_from \DigitalRiver\ApiSdk\Model\ShipFrom [optional]
ship_to \DigitalRiver\ApiSdk\Model\Shipping [optional]
bill_to \DigitalRiver\ApiSdk\Model\Billing [optional]
organization \DigitalRiver\ApiSdk\Model\Organization [optional]
shipping_discount \DigitalRiver\ApiSdk\Model\Discount [optional]
charge_type \DigitalRiver\ApiSdk\Model\ChargeType [optional]
customer_type \DigitalRiver\ApiSdk\Model\CustomerType [optional]
purchase_location \DigitalRiver\ApiSdk\Model\PurchaseLocation [optional]
shipping_choice \DigitalRiver\ApiSdk\Model\ShippingRequest [optional]
items \DigitalRiver\ApiSdk\Model\SkuUpdateRequestItem [optional]
billing_optimization \DigitalRiver\ApiSdk\Model\BillingOptimization [optional]
upstream_id string The upstream identifier. [optional]
metadata map[string,AnyType] Key-value pairs used to store additional data. Value can be string, boolean or integer types. [optional]

[Back to Model list] [Back to API list] [Back to README]