Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.32 KB

CustomerEntity.md

File metadata and controls

31 lines (27 loc) · 1.32 KB

CustomerEntity

Properties

Name Type Description Notes
id int [optional]
name str
number str [optional]
comment str [optional]
visible 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;"
budget float
time_budget int
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]
color str [optional]

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