Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SearchThanksCouponCondition

Namespace: Rakuten.RMS.Api.CouponAPI

public class SearchThanksCouponCondition

Inheritance ObjectSearchThanksCouponCondition

Properties

grantEndDate

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

Property Value

Nullable<DateTime>

grantStartDate

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

Property Value

Nullable<DateTime>

hits

デフォルト: 30 最大値:100

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

Property Value

Nullable<Int32>

issueStats

3: 期間前 4: 期間中 5: 停止 6: 終了

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

Property Value

Nullable<Int32>

page

デフォルト: 1

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

Property Value

Nullable<Int32>

regDate

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

Property Value

Nullable<DateTime>

Constructors

SearchThanksCouponCondition()

public SearchThanksCouponCondition()

< クラス一覧