Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 870 Bytes

LinkedEcommerceCustomer.md

File metadata and controls

18 lines (13 loc) · 870 Bytes

LinkedEcommerceCustomer

The customer this entity is linked to.

Properties

Name Type Description Notes
id str, none_type The ID of the customer this entity is linked to.
name str, none_type Full name of the customer [optional]
first_name str, none_type First name of the customer [optional]
last_name str, none_type Last name of the customer [optional]
company_name str, none_type Company name of the customer [optional]
phone_numbers [PhoneNumber] [optional]
emails [Email] [optional]

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