CreditHistory
public class CreditHistoryResponsePagination
{
public int Page { get; set; }
public int PageSize { get; set; }
public int? TotalCount { get; set; }
public int? TotalPages { get; set; }
public IEnumerable<CreditHistoryResponse> Content { get; set; }
}CreditHistoryResponsePagination 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