Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.15 KB

Order.md

File metadata and controls

17 lines (14 loc) · 1.15 KB

sib_api_v3_sdk.Model.Order

Properties

Name Type Description Notes
Id string Unique ID of the order.
CreatedAt string Event occurrence UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when order is actually created.
UpdatedAt string Event updated UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when the status of the order is actually changed/updated.
Status string State of the order.
Amount decimal? Total amount of the order, including all shipping expenses, tax and the price of items.
Products List<OrderProducts>
Email string Email of the contact, Mandatory if "phone" field is not passed in "billing" parameter. [optional]
Billing OrderBilling [optional]
Coupons List<string> Coupons applied to the order. Stored case insensitive. [optional]

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