CustomerRoleProduct

A CustomerRoleProduct represents an assignment of a Product to a CustomerRole.

Properties

NameTypeDescription
IdintThe ID of the customer role product assignment.
CustomerRoleIdintThe ID of the customer role that the product is assigned to.
CustomerRole (via $expand)CustomerRoleThe customer role that the product is assigned to.
ProductIdintThe ID of the product that is assigned to the role.
Product (via $expand)ProductThe product that is assigned to the role.