Rakuten RMS WEB API client for .NET
SearchCondition
Namespace: Rakuten.RMS.Api.CouponAPI
public class SearchCondition
Inheritance Object → SearchCondition
Properties
couponCode
public string couponCode { get; set; }
Property Value
couponEndDate
public Nullable<DateTime> couponEndDate { get; set; }
Property Value
couponName
public string couponName { get; set; }
Property Value
couponStartDate
public Nullable<DateTime> couponStartDate { get; set; }
Property Value
hits
public Nullable<Int32> hits { get; set; }
Property Value
itemUrl
public string itemUrl { get; set; }
Property Value
page
public Nullable<Int32> page { get; set; }
Property Value
Constructors
SearchCondition()
public SearchCondition()