company.Consumer

Field Type Description
email 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.

Examples

Example 1

{
    "email": "example@domain.com",
    "firstname": "...",
    "lastname": "...",
    "phone": "+32 475 00 00 00"
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
0.2.1 stable