interface PaymentSetStatusInterfaceTextAction {
    action: "setStatusInterfaceText";
    interfaceText: string;
}

Properties

action: "setStatusInterfaceText"
interfaceText: string

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc