Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


BundleListRequest

Namespace: Rakuten.RMS.Api.ItemBundleAPI

public class BundleListRequest

Inheritance ObjectBundleListRequest

Properties

bundleName

public string bundleName { get; set; }

Property Value

String

bundleState

・ACTIVE・INACTIVE

public string bundleState { get; set; }

Property Value

String

itemManageNumber

public string itemManageNumber { get; set; }

Property Value

String

pageNumber

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

Property Value

Nullable<Int32>

pageSize

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

Property Value

Nullable<Int32>

type

・parent・child

public string type { get; set; }

Property Value

String

Constructors

BundleListRequest()

public BundleListRequest()

< クラス一覧