Name | Type | Description | Notes |
---|---|---|---|
id | int | [optional] | |
name | str | ||
number | str | [optional] | |
comment | str | [optional] | |
visible | bool | ||
billable | bool | ||
company | str | [optional] | |
vat_id | str | [optional] | |
contact | str | [optional] | |
address | str | [optional] | |
country | str | ||
currency | str | ||
phone | str | [optional] | |
fax | str | [optional] | |
mobile | str | [optional] | |
str | Limited via RFC to 254 chars | [optional] | |
homepage | str | [optional] | |
timezone | str | Length was determined by a MySQL column via "use mysql;describe time_zone_name;" | |
meta_fields | list[CustomerMeta] | All visible meta (custom) fields registered with this customer | [optional] |
teams | list[Team] | If no team is assigned, everyone can access the customer | [optional] |
budget | float | ||
time_budget | int | ||
budget_type | str | [optional] | |
color | str | [optional] |