Checkout.Invoice

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.

Examples

Example 1

{
    "company": {
        "name": "...",
        "vat": "BE0123456789",
        "address": {
            "street": "Sint-Denijslaan",
            "nr": "96",
            "zipcode": "9000",
            "city": "Gent",
            "country": "BE"
        }
    },
    "referenceCode": "..."
}
1.9.0 stable