An OrderField represents a customer-entered order value, such as a PO number or cost center. You may define custom order fields for your Liftoff account. Customers are then prompted to enter values for these fields during the checkout process.
Name | Type | Description |
---|---|---|
Id | int | The ID of the order field. |
OrderId | int | The ID of the order that the order field belongs to. |
Order (via $expand) | Order | The order that the order field belongs to. |
AccountOrderFieldId | int | The ID of the account's order field that the value belongs to. |
AccountOrderField (via $expand) | AccountOrderField | The account's order field that the value belongs to. |
Name | string | The name of the order field. |
Value | string | The value of the order field. |