Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


PaginationRequestModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class PaginationRequestModel

Inheritance ObjectPaginationRequestModel

Properties

requestPage

リクエストページ番号

public int requestPage { get; set; }

Property Value

Int32

requestRecordsAmount

1ページあたりの取得結果数 最大 1,000 件まで指定可能

public int requestRecordsAmount { get; set; }

Property Value

Int32

SortModelList

public IList<SortModel> SortModelList { get; set; }

Property Value

IList<SortModel>

Constructors

PaginationRequestModel()

public PaginationRequestModel()

< クラス一覧