Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 4.02 KB

Checkout.md

File metadata and controls

46 lines (41 loc) · 4.02 KB

# Checkout

Properties

Name Type Description Notes
id string The unique identifier for the checkout [optional] [readonly]
created_time \DateTime Time at which the checkout was created. [optional] [readonly]
updated_time \DateTime Time at which the checkout was last updated. [optional] [readonly]
customer_id string The identifier of the Customer associated with the Checkout. [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]
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]
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]
subtotal double Represents the total order amount exclusive of tax. [optional] [readonly]
total_tax double Represents the total tax amount. [optional] [readonly]
total_importer_tax double Represents the total tax amount from the importer of record. [optional]
importer_of_record_tax bool If <code>true</code>, indicates that the tax amount is paid by the importer of record. [optional] [readonly]
total_fees double Represents the total fee amount. [optional] [readonly]
total_duty double Represents the total duty amount. [optional] [readonly]
total_discount double Represents the total discount amount. [optional] [readonly]
total_shipping double Represents the total shipping amount. [optional] [readonly]
total_amount double Represents the total charge amount. [optional] [readonly]
discount \DigitalRiver\ApiSdk\Model\Discount [optional]
tax_identifiers \DigitalRiver\ApiSdk\Model\TaxIdentifier[] [optional]
invoice_attributes \DigitalRiver\ApiSdk\Model\InvoiceAttributes [optional]
purchase_location \DigitalRiver\ApiSdk\Model\PurchaseLocation [optional]
customer_type \DigitalRiver\ApiSdk\Model\CustomerType [optional]
selling_entity \DigitalRiver\ApiSdk\Model\SellingEntity [optional]
items \DigitalRiver\ApiSdk\Model\SkuItem[] [optional]
billing_optimization \DigitalRiver\ApiSdk\Model\BillingOptimization [optional]
shipping_choice \DigitalRiver\ApiSdk\Model\ShippingChoice [optional]
payment \DigitalRiver\ApiSdk\Model\Payments [optional]
disclosures \DigitalRiver\ApiSdk\Model\Disclosures [optional]
live_mode bool Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode. [optional]
metadata map[string,AnyType] Key-value pairs used to store additional data. Value can be string, boolean or integer types. [optional]
upstream_id string The upstream identifier. [optional]

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