Skip to content

typedoc-vitepress-theme-example / customer / CustomerOrderHistory

CustomerOrderHistory

Interface representing a customer order history.

Properties

orderDate

ts
orderDate: Date;

orderId

ts
orderId: string;

totalAmount

ts
totalAmount: number;