Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 903 Bytes

File metadata and controls

18 lines (13 loc) · 903 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. [optional]
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], none_type [optional]
emails [Email], none_type [optional]

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