CreditHistory
public class CreditHistoryPagination
{
public int Page { get; set; }
public int PageSize { get; set; }
public int? TotalCount { get; set; }
public int? TotalUpdatedCredit { get; set; }
public int? TotalOrderCount { get; set; }
public int? TotalPages { get; set; }
public IEnumerable<CreditHistoryResponse> Content { get; set; }
}CreditHistoryPagination Sınıfı Özellikleri ve Açıklamaları
Değer
Açıklama
Örnek
CreditHistoryResponse Sınıfı Özellikleri ve Açıklamaları
Değer
Açıklama
Örnek
Last updated