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

    Interface PaymentMethodSetPaymentInterfaceAction

    This action generates the PaymentMethodPaymentInterfaceSet Message.

    interface PaymentMethodSetPaymentInterfaceAction {
        action: "setPaymentInterface";
        paymentInterface?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setPaymentInterface"
    paymentInterface?: string

    New payment service that processes the Payment—for example, a PSP. If empty, any existing value will be removed.