Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 1.3 KB

OrderBase.md

File metadata and controls

17 lines (14 loc) · 1.3 KB

VoucherifySdk::OrderBase

Properties

Name Type Description Notes
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]
discount_amount Integer Sum of all order-level discounts applied to the order. [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]
items Array<OrderItem> Array of items applied to the order. [optional]
customer Customer [optional]
customer_id String Unique customer ID of the customer making the purchase. [optional]
referrer 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]