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 4217 currency code. | |
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] |
application_id | string | An arbitrary string identifier that can be used to track the application type. | [optional] |
browser_ip | string | The IP address of the browser used by the customer when placing the order. | [optional] |
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_choice | \DigitalRiver\ApiSdk\Model\ShippingRequest | [optional] | |
discount | \DigitalRiver\ApiSdk\Model\Discount | [optional] | |
billing_optimization | \DigitalRiver\ApiSdk\Model\BillingOptimization | [optional] | |
items | \DigitalRiver\ApiSdk\Model\SkuRequestItem[] | ||
shipping_discount | \DigitalRiver\ApiSdk\Model\Discount | [optional] | |
tax_inclusive | bool | If <code>true</code>, indicates that the prices supplied are tax inclusive. | [optional] |
charge_type | \DigitalRiver\ApiSdk\Model\ChargeType | [optional] | |
customer_type | \DigitalRiver\ApiSdk\Model\CustomerType | [optional] | |
metadata | map[string,AnyType] | Key-value pairs used to store additional data. Value can be string, boolean or integer types. | [optional] |
purchase_location | \DigitalRiver\ApiSdk\Model\PurchaseLocation | [optional] | |
upstream_id | string | The upstream identifier. | [optional] |
disclosures | \DigitalRiver\ApiSdk\Model\Disclosures | [optional] |