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

    Interface AssociateRoleCreatedMessagePayload

    Generated after a successful Create AssociateRole request.

    interface AssociateRoleCreatedMessagePayload {
        associateRole: AssociateRole;
        type: "AssociateRoleCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    associateRole: AssociateRole

    The AssociateRole that was created.

    type: "AssociateRoleCreated"