Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.71 KB

Order.md

File metadata and controls

20 lines (17 loc) · 1.71 KB

# Order

Properties

Name Type Description Notes
status string The order status. [optional]
amount int 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 int Sum of all order-level discounts applied to the order. [optional]
initial_amount int 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]
items \OpenAPI\Client\Model\OrderItem[] Array of items applied to the order. [optional]
customer \OpenAPI\Client\Model\Customer [optional]
customer_id string Unique customer ID of the customer making the purchase. [optional]
referrer \OpenAPI\Client\Model\Referrer [optional]
referrer_id string Unique referrer ID. [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]
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]

[Back to Model list] [Back to API list] [Back to README]