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

    Interface PaymentAddInterfaceInteractionAction

    Adding a Payment interaction generates the PaymentInteractionAdded Message.

    interface PaymentAddInterfaceInteractionAction {
        action: "addInterfaceInteraction";
        fields?: FieldContainer;
        type: TypeResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index
    action: "addInterfaceInteraction"

    Object containing the Custom Fields fields for the InterfaceInteraction.

    Required if at least one Custom Field is defined as required in the `fieldDefinitions` of the referenced [Type](ctp:api:type:Type).