Interface PaymentMethodPaymentInterfaceSetMessagePayload

Generated after a successful Set PaymentInterface update action.

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

Hierarchy (View Summary)

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"