Sha256: 1c455beaaeca939ecfa1c5f303c4f6c78ece7df1833979696891eea42d7f5e4f
Contents?: true
Size: 1002 Bytes
Versions: 2
Compression:
Stored size: 1002 Bytes
Contents
# Brevo::Order ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique ID of the order. | **created_at** | **String** | Event occurrence UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when order is actually created. | **updated_at** | **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** | **Float** | Total amount of the order, including all shipping expenses, tax and the price of items. | **products** | [**Array<OrderProducts>**](OrderProducts.md) | | **email** | **String** | Email of the contact, Mandatory if \"phone\" field is not passed in \"billing\" parameter. | [optional] **billing** | [**OrderBilling**](OrderBilling.md) | | [optional] **coupons** | **Array<String>** | Coupons applied to the order. Stored case insensitive. | [optional]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brevo-3.0.0 | docs/Order.md |
brevo-2.0.0 | docs/Order.md |