Sha256: da7381439f4e4ee93b6dceea56a723a42d4b9ed5cc00d3950f97c315169103fc
Contents?: true
Size: 509 Bytes
Versions: 28
Compression:
Stored size: 509 Bytes
Contents
# UltracartClient::EmailSmsOrder ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | email | [optional] | | **order_dts** | **String** | order_dts | [optional] | | **order_id** | **String** | order_id | [optional] | | **total** | [**Currency**](Currency.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailSmsOrder.new( email: null, order_dts: null, order_id: null, total: null ) ```
Version data entries
28 entries across 28 versions & 1 rubygems