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

    Interface PaymentMethodPaymentInterfaceSetMessagePayload

    Generated after a successful Set PaymentInterface update action.

    interface PaymentMethodPaymentInterfaceSetMessagePayload {
        oldPaymentInterface?: string;
        paymentInterface?: string;
        type: "PaymentMethodPaymentInterfaceSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldPaymentInterface?: string

    Payment interface of the Payment Method before the Set PaymentInterface update action.

    paymentInterface?: string

    Payment interface of the Payment Method after the Set PaymentInterface update action.

    type: "PaymentMethodPaymentInterfaceSet"