Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.7 KB

EcommerceCustomer.md

File metadata and controls

24 lines (19 loc) · 1.7 KB

EcommerceCustomer

Properties

Name Type Description Notes
id str A unique identifier for an object. [readonly]
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]
status str, none_type The current status of the customer [optional]
currency Currency [optional]
emails [Email], none_type An array of email addresses for the customer. [optional]
phone_numbers [PhoneNumber], none_type An array of phone numbers for the customer. [optional]
addresses [EcommerceCustomerAddresses] An array of addresses for the customer. [optional]
orders [LinkedEcommerceOrder] [optional]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]

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