Applying conventions from ListInvoice on PaymentRequests

This commit is contained in:
rockstardev
2020-07-19 16:49:13 -05:00
parent 9d9d0461ad
commit e3a8e1a187
3 changed files with 61 additions and 51 deletions

View File

@@ -12,11 +12,11 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
{
public int Skip { get; set; }
public int Count { get; set; }
public int Total { get; set; }
public string SearchTerm { get; set; }
public int? TimezoneOffset { get; set; }
public List<ViewPaymentRequestViewModel> Items { get; set; }
public int Total { get; set; }
public bool IncludeArchived { get; set; }
}
public class UpdatePaymentRequestViewModel