Rakuten RMS WEB API client for .NET
SearchThanksCouponCondition
Namespace: Rakuten.RMS.Api.CouponAPI
public class SearchThanksCouponCondition
Inheritance Object → SearchThanksCouponCondition
Properties
grantEndDate
public Nullable<DateTime> grantEndDate { get; set; }
Property Value
grantStartDate
public Nullable<DateTime> grantStartDate { get; set; }
Property Value
hits
デフォルト: 30 最大値:100
public Nullable<Int32> hits { get; set; }
Property Value
issueStats
3: 期間前 4: 期間中 5: 停止 6: 終了
public Nullable<Int32> issueStats { get; set; }
Property Value
page
デフォルト: 1
public Nullable<Int32> page { get; set; }
Property Value
regDate
public Nullable<DateTime> regDate { get; set; }
Property Value
Constructors
SearchThanksCouponCondition()
public SearchThanksCouponCondition()