Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.08 KB

CustomerAdd.md

File metadata and controls

32 lines (28 loc) · 2.08 KB

Org.OpenAPITools.Model.CustomerAdd

Properties

Name Type Description Notes
Email string Defines customer's email
FirstName string Defines customer's first name
LastName string Defines customer's last name
Password string Defines customer's unique password [optional]
Group string Defines the group where the customer [optional]
GroupIds string Groups that will be assigned to a customer [optional]
CreatedTime string Entity's date creation [optional]
ModifiedTime string Entity's date modification [optional]
Login string Specifies customer's login name [optional]
LastLogin string Defines customer's last login time [optional]
BirthDay string Defines customer's birthday [optional]
Status string Defines customer's status [optional] [default to "enabled"]
NewsLetterSubscription bool Defines whether the newsletter subscription is available for the user [optional] [default to false]
Consents List<CustomerAddConsentsInner> Defines consents to notifications [optional]
Gender string Defines customer's gender [optional]
Website string Link to customer website [optional]
StoreId string Store Id [optional]
Fax string Defines customer's fax [optional]
Company string Defines customer's company [optional]
Phone string Defines customer's phone number [optional]
Note string The customer note. [optional]
Country string Specifies ISO code or name of country [optional]
Address List<CustomerAddAddressInner> [optional]

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