interface Associate {
    associateRoleAssignments: AssociateRoleAssignment[];
    customer: CustomerReference;
}

Properties

associateRoleAssignments: AssociateRoleAssignment[]

Roles assigned to the Associate within a Business Unit.

The Customer that acts as an Associate in the Business Unit.