OrderHistory
Representation of an Order History OrderHistory
export interface OrderHistory {
'code'?: string;
'costCenter'?: B2BCostCenter;
'guid'?: string;
'orgCustomer'?: User;
'orgUnit'?: B2BUnit;
'placed'?: string;
'purchaseOrderNumber'?: string;
'status'?: string;
'statusDisplay'?: string;
'total'?: Price;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | Code of Order History {string} OrderHistory |
costCenter | Optional | B2BCostCenter | {B2BCostCenter} OrderHistory |
guid | Optional | string | Guest user identifier {string} OrderHistory |
orgCustomer | Optional | User | {User} OrderHistory |
orgUnit | Optional | B2BUnit | {B2BUnit} OrderHistory |
placed | Optional | string | Date of placing order {string} OrderHistory |
purchaseOrderNumber | Optional | string | Purchase order number {string} OrderHistory |
status | Optional | string | Status of Order History {string} OrderHistory |
statusDisplay | Optional | string | Status display {string} OrderHistory |
total | Optional | Price | {Price} OrderHistory |