Customers represents entities which have the ability to buy products.
Name | Type | Description | Notes |
---|---|---|---|
AddressName | string | The name of the address. A customer can not have two addresses with the same name. | [optional] |
City | string | The city of the address. | [optional] |
CountryCode | string | 2 letter country ISO code. | [optional] |
string | The email address. | [optional] | |
FirstName | string | The resident first name. | [optional] |
Id | string | Unique identifier of the new address (will be generated if not specified). | [optional] |
IsPreferredBilling | bool | A value which specifies if this address should be used as a billing address in the case of multiple addresses. | [optional] |
IsPreferredShipping | bool | A value which specifies if this address should be used as a shipping address in the case of multiple addresses. | [optional] |
LastName | string | The resident last name. | [optional] |
Latitude | double | Latitude coordinate of the address. | [optional] |
Line1 | string | The first line of the address. | [optional] |
Line2 | string | the second line of the address. | [optional] |
Longitude | double | Longitude coordinate of the address. | [optional] |
Notes | string | The notes for the address. | [optional] |
PhoneExtension | string | The phone extension of the address. | [optional] |
PhoneNumber | string | The phone number of the address. | [optional] |
PostalCode | string | The postal code of the address. | [optional] |
PropertyBag | Dictionary<string, Object> | [optional] | |
RegionCode | string | 2 letter region ISO code. | [optional] |