Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.74 KB

File metadata and controls

40 lines (30 loc) · 1.74 KB

BillaBear.Customer

Properties

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

Enum: BillingTypeEnum

  • card (value: "card")
  • invoice (value: "invoice")

Enum: TypeEnum

  • individual (value: "individual")
  • business (value: "business")

Enum: InvoiceFormatEnum

  • pdf (value: "pdf")
  • xrechnung (value: "xrechnung")