Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.39 KB

CustomerEntity.md

File metadata and controls

32 lines (29 loc) · 1.39 KB

CustomerEntity

Properties

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]
email 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]

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