@gradientedge/commercetools-utils
    Preparing search index...

    Interface AssociateRoleChangeBuyerAssignableAction

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

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeBuyerAssignable"
    buyerAssignable: boolean

    The new value of the buyerAssignable field of the AssociateRole.