Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SearchCondition

Namespace: Rakuten.RMS.Api.CouponAPI

public class SearchCondition

Inheritance ObjectSearchCondition

Properties

couponCode

public string couponCode { get; set; }

Property Value

String

couponEndDate

public Nullable<DateTime> couponEndDate { get; set; }

Property Value

Nullable<DateTime>

couponName

public string couponName { get; set; }

Property Value

String

couponStartDate

public Nullable<DateTime> couponStartDate { get; set; }

Property Value

Nullable<DateTime>

hits

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

Property Value

Nullable<Int32>

itemUrl

public string itemUrl { get; set; }

Property Value

String

page

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

Property Value

Nullable<Int32>

Constructors

SearchCondition()

public SearchCondition()

< クラス一覧