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

Latest commit

 

History

History
12 lines (9 loc) · 1.01 KB

CustomerSummaryOrders.md

File metadata and controls

12 lines (9 loc) · 1.01 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`.
total_count Integer Total number of orders made by the customer.
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`.
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`.
last_order_date Time Timestamp representing the date and time of the customer's last order in ISO 8601 format. [optional]