Skip to main content

CustomerOrderHistory

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

Properties

orderDate

orderDate: Date;

The date when the order was placed, important for historical data and analytics.


orderId

orderId: string;

Unique identifier for each order, crucial for order tracking and management.


totalAmount

totalAmount: number;

The total amount spent on the order, used for financial records and customer spending analysis.