interface MyPaymentSetMethodInfoMethodAction {
    action: "setMethodInfoMethod";
    method?: string;
}

Properties

Properties

action: "setMethodInfoMethod"
method?: string

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

Generated using TypeDoc