CustomerDataCustomerInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Customer id | [optional] |
| groupId | int | Group id | [optional] |
| defaultBilling | string | Default billing address id | [optional] |
| defaultShipping | string | Default shipping address id | [optional] |
| confirmation | string | Confirmation | [optional] |
| createdAt | string | Created at time | [optional] |
| updatedAt | string | Updated at time | [optional] |
| createdIn | string | Created in area | [optional] |
| dob | string | Date of birth | [optional] |
| string | Email address | ||
| firstname | string | First name | |
| lastname | string | Last name | |
| middlename | string | Middle name | [optional] |
| prefix | string | Prefix | [optional] |
| suffix | string | Suffix | [optional] |
| gender | int | Gender | [optional] |
| storeId | int | Store id | [optional] |
| taxvat | string | Tax Vat | [optional] |
| websiteId | int | Website id | [optional] |
| addresses | \SpringImport\Swagger\Magento2\Client\Model\CustomerDataAddressInterface[] | Customer addresses. | [optional] |
| disableAutoGroupChange | int | Disable auto group change flag. | [optional] |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\CustomerDataCustomerExtensionInterface | [optional] | |
| customAttributes | \SpringImport\Swagger\Magento2\Client\Model\FrameworkAttributeInterface[] | Custom attributes values. | [optional] |