Interface PaymentMethodInfoInterfaceAccountSetMessagePayload

Generated after a successful Set MethodInfo InterfaceAccount update action on Payments and Set MethodInfo InterfaceAccount update action on My Payments.

interface PaymentMethodInfoInterfaceAccountSetMessagePayload {
    interfaceAccount?: string;
    oldInterfaceAccount?: string;
    type: "PaymentMethodInfoInterfaceAccountSet";
}

Hierarchy (View Summary)

Properties

interfaceAccount?: string

Interface account of the Payment Method after the Set MethodInfo InterfaceAccount update action.

oldInterfaceAccount?: string

Interface account of the Payment Method before the Set MethodInfo InterfaceAccount update action.

type: "PaymentMethodInfoInterfaceAccountSet"