Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


PaginationResponseModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class PaginationResponseModel

Inheritance ObjectPaginationResponseModel

Properties

requestPage

リクエストページ番号 リクエストされたページ数

public Nullable<Int32> requestPage { get; set; }

Property Value

Nullable<Int32>

totalPages

総ページ数

public Nullable<Int32> totalPages { get; set; }

Property Value

Nullable<Int32>

totalRecordsAmount

総結果数

public Nullable<Int32> totalRecordsAmount { get; set; }

Property Value

Nullable<Int32>

Constructors

PaginationResponseModel()

public PaginationResponseModel()

< クラス一覧