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

Properties

associateRoleAssignments: AssociateRoleAssignment[]

Roles assigned to the Associate within a Business Unit.

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

roles: string[]

Deprecated type. Use associateRoleAssignment instead.

Deprecated

Generated using TypeDoc