Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SortModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class SortModel

Inheritance ObjectSortModel

Properties

sortColumn

並び替え項目 以下のいずれか 1: 注文日時

public int sortColumn { get; set; }

Property Value

Int32

sortDirection

並び替え方法 以下のいずれか 1: 昇順(小さい順、古い順) 2: 降順(大きい順、新しい順)

public int sortDirection { get; set; }

Property Value

Int32

Constructors

SortModel()

public SortModel()

< クラス一覧