A CustomerRoleMember represents an assignment of a Customer to a CustomerRole.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the customer role member assignment. |
| CustomerRoleId | int | The ID of the customer role that the customer is assigned to. |
| CustomerRole (via $expand) | CustomerRole | The customer role that the customer is assigned to. |
| CustomerId | int | The ID of the customer that is assigned to the role. |
| Customer (via $expand) | Customer | The customer that is assigned to the role. |
