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

    Interface PaymentSetInterfaceIdAction

    This action generates the PaymentInterfaceIdSet Message.

    interface PaymentSetInterfaceIdAction {
        action: "setInterfaceId";
        interfaceId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setInterfaceId"
    interfaceId: string

    Value to set. The combination of interfaceId and paymentInterface of a PaymentMethodInfo must be unique.

    The value cannot be modified after it is set.