Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.33 KB

Customer.md

File metadata and controls

20 lines (17 loc) · 1.33 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]

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