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

    Interface AssociateRoleBuyerAssignableChangedMessagePayload

    Generated after a successful Change BuyerAssignable update action.

    interface AssociateRoleBuyerAssignableChangedMessagePayload {
        buyerAssignable: boolean;
        type: "AssociateRoleBuyerAssignableChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    buyerAssignable: boolean

    The new value of the buyerAssignable field of the AssociateRole.

    type: "AssociateRoleBuyerAssignableChanged"