-
Notifications
You must be signed in to change notification settings - Fork 3
CustomerModule.Interface.CustomerOrderHistory
tgreyuk edited this page Apr 25, 2024
·
1 revision
github-wiki-example / CustomerModule / CustomerOrderHistory
Interface representing a customer's order history. Useful for tracking past transactions and analyzing customer behavior.
Property | Type | Description |
---|---|---|
orderDate |
Date |
The date when the order was placed, important for historical data and analytics. |
orderId |
string |
Unique identifier for each order, crucial for order tracking and management. |
totalAmount |
number |
The total amount spent on the order, used for financial records and customer spending analysis. |