Add payment data export

This commit is contained in:
2025-09-16 18:02:07 +09:00
parent aab8165c81
commit e4a107ad83
7 changed files with 61 additions and 5 deletions

View File

@ -46,9 +46,9 @@ namespace Hcs.Client.Api.Request.Bills
{
protected override EndPoint EndPoint => EndPoint.BillsAsync;
protected override bool EnableMinimalResponseWaitDelay => true;
protected override bool EnableMinimalResponseWaitDelay => false;
protected override bool CanBeRestarted => true;
protected override bool CanBeRestarted => false;
protected override int RestartTimeoutMinutes => 20;
}