Interface AssociateRoleChangeBuyerAssignableAction

Changing the buyerAssignable value of an AssociateRole generates an AssociateRoleBuyerAssignableChanged Message.

interface AssociateRoleChangeBuyerAssignableAction {
    action: "changeBuyerAssignable";
    buyerAssignable: boolean;
}

Properties

action: "changeBuyerAssignable"
buyerAssignable: boolean

The new value of the buyerAssignable field of the AssociateRole.

Generated using TypeDoc