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

    Interface PaymentInteractionAddedMessagePayload

    Generated after a successful Add InterfaceInteraction update action.

    interface PaymentInteractionAddedMessagePayload {
        interaction: CustomFields;
        type: "PaymentInteractionAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    interaction: CustomFields

    The interface interaction that was added to the Payment.

    type: "PaymentInteractionAdded"