Skip to content

Files

Latest commit

496dd4d · Jan 17, 2025

History

History
22 lines (19 loc) · 1.57 KB

Customer.md

File metadata and controls

22 lines (19 loc) · 1.57 KB

Customer

Properties

Name Type Description Notes
id string [optional]
email string
tax_number string The tax number for the customer <strong>Since 1.1</strong> [optional]
standard_tax_rate float The tax rate for the customer on for standard services a <strong>Since 1.1</strong> [optional]
digital_tax_rate float The tax rate for the customer on digital services <strong>Since 1.1</strong> [optional]
billing_type 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]
external_reference string [optional]
address \BillaBear\Model\Address [optional]
locale string Defaults to 'en' if not sent. [optional]
brand string Defaults to 'default' if not sent. [optional]
invoice_format string Choice between 'pdf' and 'xrechnung'. <strong>Since 2024.02.01</strong> [optional]
marketing_opt_in bool If the customer has opted in for marketing [optional]

[Back to Model list] [Back to API list] [Back to README]