Sha256: 561bcb367630cabf5e99caea0e9b9033051b91053307e18154d03e9e3c2f5f3c
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
# VoucherifySdk::OrdersImportCreateRequestBodyItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique ID assigned by Voucherify of an existing order that will be linked to the redemption of this request. | [optional] | | **source_id** | **String** | Unique source ID of an existing order that will be linked to the redemption of this request. | [optional] | | **status** | **String** | The order status. | [optional] | | **amount** | **Integer** | A positive integer in the smallest currency unit (e.g. 100 cents for $1.00) representing the total amount of the order. This is the sum of the order items' amounts. | [optional] | | **initial_amount** | **Integer** | A positive integer in the smallest currency unit (e.g. 100 cents for $1.00) representing the total amount of the order. This is the sum of the order items' amounts. | [optional] | | **discount_amount** | **Integer** | Sum of all order-level discounts applied to the order. | [optional] | | **items** | [**Array<OrderItem>**](OrderItem.md) | Array of items applied to the order. | [optional] | | **metadata** | **Object** | A set of custom key/value pairs that you can attach to an order. It can be useful for storing additional information about the order in a structured format. | [optional] | | **created_at** | **Time** | Timestamp representing the date and time when the order was created. The value is shown in the ISO 8601 format. | [optional] | | **referrer_id** | **String** | Unique referrer ID. | [optional] | | **customer** | [**Customer**](Customer.md) | | [optional] | | **referrer** | [**Referrer**](Referrer.md) | | [optional] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-6.0.0 | docs/OrdersImportCreateRequestBodyItem.md |