Document representing a customer group member
Property | Type | Constraints | Description |
---|---|---|---|
active
|
Boolean | A flag indicating whether the customer is enabled and can log in. | |
customer_link
|
String | maxLength=256 | The link to the customer resource. |
customer_no
|
String | maxLength=100 | The customers number (id). |
email
|
String | maxLength=256 | The customer's email address. |
first_name
|
String | maxLength=256 | The customer's first name. |
last_name
|
String | maxLength=256 | The customer's last name. |
link
|
String | maxLength=256 | The link to the customer group member resource. |
login
|
String | maxLength=256 | The login of the customer. |