Rakuten RMS WEB API client for .NET
PaginationRequestModel
Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI
public class PaginationRequestModel
Inheritance Object → PaginationRequestModel
Properties
requestPage
リクエストページ番号
public int requestPage { get; set; }
Property Value
requestRecordsAmount
1ページあたりの取得結果数 最大 1,000 件まで指定可能
public int requestRecordsAmount { get; set; }
Property Value
SortModelList
public IList<SortModel> SortModelList { get; set; }
Property Value
Constructors
PaginationRequestModel()
public PaginationRequestModel()