interface IInput {
    data: {
        method_id: string;
        username: string;
    };
}

Properties

Properties

data: {
    method_id: string;
    username: string;
}

Type declaration

  • method_id: string

    Идентификатор метода оплаты

  • username: string

    Имя пользователя, чей метод оплаты нужно удалить