Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.05 KB

CustomerSummaryOrders.md

File metadata and controls

12 lines (9 loc) · 1.05 KB

VoucherifySdk::CustomerSummaryOrders

Properties

Name Type Description Notes
total_amount Integer The total amount spent by the customer. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional]
total_count Integer Total number of orders made by the customer. [optional]
average_amount Integer Average amount spent on orders. `total_amount` ÷ `total_count`. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional]
last_order_amount Integer Amount spent on last order. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional]
last_order_date Time Timestamp representing the date and time of the customer's last order in ISO 8601 format. [optional]