For internal use only. Information related to the customer placing an order for someone else. When billingCustomer
exists, billingCustomer
represents the customer placing the order and customer
represents the recipient of the order. If billingCustomer
is null
then customer
represents both the customer placing the order and the customer receiving the order.
string The email of the customer paying for the order. | |
entityType | string The type of object this is. Response only. |
firstName | string The first name of the customer paying for the order. |
guid | string The GUID maintained by the Toast platform. |
lastName | string The last name of the customer paying for the order. |
phone | string The phone number of the customer paying for the order. |
{- "guid": "string",
- "entityType": "string",
- "firstName": "string",
- "lastName": "string",
- "phone": "string",
- "email": "string"
}