Field | Type | Description |
---|---|---|
name | String | A String value |
vat | String | A String value |
address | Checkout.Address |
{
"name": "...",
"vat": "BE0123456789",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
}
}