Name | Type | Description | Notes |
---|---|---|---|
total_amount | int | 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 | int | Total number of orders made by the customer. | |
average_amount | int | 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 | int | 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 | \DateTime | Timestamp representing the date and time of the customer's last order in ISO 8601 format. | [optional] |
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.