Field | Type | Description |
---|---|---|
company | Checkout.Company | Optional. |
referenceCode | String? | Optional. Nullable. An optional reference code that can be used by the customer to identify the invoice. |
{
"company": {
"name": "...",
"vat": "BE0123456789",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
}
},
"referenceCode": "..."
}