Field | Type | Description |
---|---|---|
Email? | Nullable. Email address of the consumer. Can be null if the order has been placed by ISOP. | |
firstname | String? | Nullable. Firstname of the consumer. Can be null if the order has been placed by ISOP. |
lastname | String? | Nullable. Lastname of the consumer. Can be null if the order has been placed by ISOP. |
phone | Phone? | Nullable. Phone of the consumer. Can be null if the order has been placed by ISOP. |
{
"email": "example@domain.com",
"firstname": "...",
"lastname": "...",
"phone": "+32 475 00 00 00"
}