Interface PaymentMethodInterfaceAccountSetMessagePayload

Generated after a successful Set InterfaceAccount update action.

interface PaymentMethodInterfaceAccountSetMessagePayload {
    interfaceAccount?: string;
    oldInterfaceAccount?: string;
    type: "PaymentMethodInterfaceAccountSet";
}

Hierarchy (View Summary)

Properties

interfaceAccount?: string

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

oldInterfaceAccount?: string

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

type: "PaymentMethodInterfaceAccountSet"