| Name | Type | Description | Notes |
|---|---|---|---|
| String | [optional] | ||
| order_dts | String | order_dts | [optional] |
| order_id | String | order_id | [optional] |
| total | Currency | [optional] |
require 'ultracart_api'
instance = UltracartClient::EmailOrder.new(
email: null,
order_dts: null,
order_id: null,
total: null
)