interface AssociateRoleDraft {
    buyerAssignable?: boolean;
    custom?: CustomFieldsDraft;
    key: string;
    name?: string;
    permissions?: string[];
}

Properties

buyerAssignable?: boolean

Whether the AssociateRole can be assigned to an Associate by a buyer.

Custom Fields for the AssociateRole.

key: string

User-defined unique identifier for the AssociateRole.

name?: string

Name of the AssociateRole.

permissions?: string[]

List of Permissions for the AssociateRole.

Generated using TypeDoc