Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.78 KB

Customer.md

File metadata and controls

39 lines (35 loc) · 1.78 KB

Customer

Properties

Name Type Description Notes
id UUID [optional]
email 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]

Enum: BillingTypeEnum

Name Value
CARD "card"
INVOICE "invoice"

Enum: TypeEnum

Name Value
INDIVIDUAL "individual"
BUSINESS "business"

Enum: InvoiceFormatEnum

Name Value
PDF "pdf"
XRECHNUNG "xrechnung"