Interface PaymentMethodSetInterfaceAccountAction

This action generates the PaymentMethodInterfaceAccountSet Message.

interface PaymentMethodSetInterfaceAccountAction {
    action: "setInterfaceAccount";
    interfaceAccount?: string;
}

Hierarchy (View Summary)

Properties

action: "setInterfaceAccount"
interfaceAccount?: string

New account or instance of the payment interface. If empty, any existing value will be removed.