Skip to content

customer.Interface.CustomerOrderHistory

Tom Grey edited this page Jan 18, 2024 · 8 revisions

github-wiki-example / customer / CustomerOrderHistory

Interface: CustomerOrderHistory

Interface representing a customer order history.

Properties

orderDate

orderDate: Date

Source

customer.ts:48


orderId

orderId: string

Source

customer.ts:47


totalAmount

totalAmount: number

Source

customer.ts:49


Generated using TypeDoc and typedoc-plugin-markdown.

Clone this wiki locally