Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


CustomizationOption

Namespace: Rakuten.RMS.Api.ItemAPI20

public class CustomizationOption

Inheritance ObjectCustomizationOption

Properties

displayName

public string displayName { get; set; }

Property Value

String

inputType

public Nullable<CustomizationInputType> inputType { get; set; }

Property Value

Nullable<CustomizationInputType>

required

public Nullable<Boolean> required { get; set; }

Property Value

Nullable<Boolean>

selections

・inputType=SINGLE_SELECTION:1~100 ・inputType=MULTIPLE_SELECTION:1~40

public IList<OptionSelection> selections { get; set; }

Property Value

IList<OptionSelection>

Constructors

CustomizationOption()

public CustomizationOption()

< クラス一覧