Interface PaymentMethodInfoInterfaceSetMessagePayload

Generated after a successful Set MethodInfo Interface update action.

interface PaymentMethodInfoInterfaceSetMessagePayload {
    interface?: string;
    oldInterface?: string;
    type: "PaymentMethodInfoInterfaceSet";
}

Hierarchy (View Summary)

Properties

interface?: string

Payment interface of the Payment Method after the Set MethodInfo Interface update action.

oldInterface?: string

Payment interface of the Payment Method before the Set MethodInfo Interface update action.

type: "PaymentMethodInfoInterfaceSet"