Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.02 KB

LinkedCustomer.md

File metadata and controls

18 lines (13 loc) · 1.02 KB

LinkedCustomer

The customer this entity is linked to.

Properties

Name Type Description Notes
id str The ID of the customer this entity is linked to. [optional]
display_id str, none_type The display ID of the customer. [optional] [readonly]
display_name str, none_type The display name of the customer. [optional]
name str The name of the customer. Deprecated, use display_name instead. [optional]
company_name str, none_type The company name of the customer. [optional] [readonly]
email str The email address of the customer. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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