Alokai

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

NameRequiredTypeDescription
codeOptionalstringCode of Order History {string} OrderHistory
costCenterOptionalB2BCostCenter{B2BCostCenter} OrderHistory
guidOptionalstringGuest user identifier {string} OrderHistory
orgCustomerOptionalUser{User} OrderHistory
orgUnitOptionalB2BUnit{B2BUnit} OrderHistory
placedOptionalstringDate of placing order {string} OrderHistory
purchaseOrderNumberOptionalstringPurchase order number {string} OrderHistory
statusOptionalstringStatus of Order History {string} OrderHistory
statusDisplayOptionalstringStatus display {string} OrderHistory
totalOptionalPrice{Price} OrderHistory

Referenced Types

On this page