| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] | |
| String | |||
| taxNumber | String | The tax number for the customer <strong>Since 1.1</strong> | [optional] |
| standardTaxRate | Float | The tax rate for the customer on for standard services a <strong>Since 1.1</strong> | [optional] |
| digitalTaxRate | Float | The tax rate for the customer on digital services <strong>Since 1.1</strong> | [optional] |
| billingType | BillingTypeEnum | Choice between card and invoice | [optional] |
| type | TypeEnum | 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 | InvoiceFormatEnum | Choice between 'pdf' and 'xrechnung'. <strong>Since 2024.02.01</strong> | [optional] |
| marketingOptIn | Boolean | If the customer has opted in for marketing | [optional] |
| Name | Value |
|---|---|
| CARD | "card" |
| INVOICE | "invoice" |
| Name | Value |
|---|---|
| INDIVIDUAL | "individual" |
| BUSINESS | "business" |
| Name | Value |
|---|---|
| "pdf" | |
| XRECHNUNG | "xrechnung" |