| Name | Type | Description | Notes |
|---|---|---|---|
| string | Defines customer's email | ||
| FirstName | string | Defines customer's first name | [optional] |
| LastName | string | Defines customer's last name | [optional] |
| Password | string | Defines customer's unique password | [optional] |
| Group | string | Defines the group where the customer | [optional] |
| GroupId | string | Customer group_id | [optional] |
| GroupIds | string | Groups that will be assigned to a customer | [optional] |
| Status | string | Defines customer's status | [optional] [default to "enabled"] |
| 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] |
| NewsLetterSubscription | bool | Defines whether the newsletter subscription is available for the user | [optional] |
| PartnerOffersSubscription | bool | Defines whether the customer agreed to receive offers from partners | [optional] |
| Consents | List<CustomerAddConsentsInner> | Defines consents to notifications | [optional] |
| Gender | string | Defines customer's gender | [optional] |
| Website | string | Link to customer website | [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] |
| CurrencyId | string | Currency Id | [optional] |
| IsTaxExempt | bool | Marks a customer as tax-exempt (B2B/wholesale). | [optional] |
| VendorId | string | Assigns vendor id to the customer | [optional] |
| StoreId | string | Store Id | [optional] |
| IdempotencyKey | string | A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> | [optional] |
| Address | List<CustomerAddAddressInner> | [optional] |