interface PaymentSetMethodInfoNameAction {
    action: "setMethodInfoName";
    name?: LocalizedString;
}

Properties

Properties

action: "setMethodInfoName"

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

Generated using TypeDoc