| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | [optional] | |
| version | int | [optional] | |
| changes | \Tripletex\Model\Change[] | [optional] | |
| url | string | [optional] | |
| name | string | ||
| organization_number | string | [optional] | |
| supplier_number | int | [optional] | |
| customer_number | int | [optional] | |
| is_supplier | bool | [optional] [default to false] | |
| is_customer | bool | Determine if the supplier is also a customer | [optional] [default to false] |
| is_inactive | bool | [optional] [default to false] | |
| string | [optional] | ||
| bank_accounts | string[] | List of the bank account numbers for this supplier. Norwegian bank account numbers only. | [optional] |
| invoice_email | string | [optional] | |
| overdue_notice_email | string | The email address of the customer where the noticing emails are sent in case of an overdue | [optional] |
| phone_number | string | [optional] | |
| phone_number_mobile | string | [optional] | |
| description | string | [optional] | |
| is_private_individual | bool | [optional] [default to false] | |
| show_products | bool | [optional] [default to false] | |
| account_manager | \Tripletex\Model\Employee | [optional] | |
| postal_address | \Tripletex\Model\Address | [optional] | |
| physical_address | \Tripletex\Model\Address | [optional] | |
| delivery_address | \Tripletex\Model\DeliveryAddress | [optional] | |
| category1 | \Tripletex\Model\CustomerCategory | [optional] | |
| category2 | \Tripletex\Model\CustomerCategory | [optional] | |
| category3 | \Tripletex\Model\CustomerCategory | [optional] |