Sha256: 1ce9368cc8b380b08677f109e83c68e621bca6c733d32dd700e3e81e66d45ea6

Contents?: true

Size: 1006 Bytes

Versions: 1

Compression:

Stored size: 1006 Bytes

Contents

# BrevoRuby::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

1 entries across 1 versions & 1 rubygems

Version Path
brevo-ruby-1.0.0 docs/Order.md