Interface PaymentSetMethodInfoInterfaceAccountAction

This action generates the PaymentMethodInfoInterfaceAccountSet Message.

interface PaymentSetMethodInfoInterfaceAccountAction {
    action: "setMethodInfoInterfaceAccount";
    interfaceAccount?: string;
}

Hierarchy (View Summary)

Properties

action: "setMethodInfoInterfaceAccount"
interfaceAccount?: string

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