Skip to content

CustomerModule.Interface.CustomerOrderHistory

tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / CustomerModule / CustomerOrderHistory

Interface: CustomerOrderHistory

Interface representing a customer's order history. Useful for tracking past transactions and analyzing customer behavior.

Properties

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.
Clone this wiki locally