Interface MyPaymentSetMethodInfoInterfaceAccountAction

This action generates the PaymentMethodInfoInterfaceAccountSet Message.

interface MyPaymentSetMethodInfoInterfaceAccountAction {
    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.