| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| String | |||
| taxNumber | String | The tax number for the customer <strong>Since 1.1</strong> | [optional] |
| standardTaxRate | Number | The tax rate for the customer on for standard services a <strong>Since 1.1</strong> | [optional] |
| digitalTaxRate | Number | The tax rate for the customer on digital services <strong>Since 1.1</strong> | [optional] |
| billingType | String | Choice between card and invoice | [optional] |
| type | String | Choice between 'individual' and 'business'. When not provided 'individual' is used. <strong>Since 1.1</strong> | [optional] |
| reference | String | [optional] | |
| externalReference | String | [optional] | |
| address | Address | [optional] | |
| locale | String | Defaults to 'en' if not sent. | [optional] |
| brand | String | Defaults to 'default' if not sent. | [optional] |
| invoiceFormat | String | Choice between 'pdf' and 'xrechnung'. <strong>Since 2024.02.01</strong> | [optional] |
| marketingOptIn | Boolean | If the customer has opted in for marketing | [optional] |
card(value:"card")invoice(value:"invoice")
individual(value:"individual")business(value:"business")
pdf(value:"pdf")xrechnung(value:"xrechnung")