Rakuten RMS WEB API client for .NET
ThanksCouponToIssue
Namespace: Rakuten.RMS.Api.CouponAPI
public class ThanksCouponToIssue
Inheritance Object → ThanksCouponToIssue
Properties
combineFlag
public int combineFlag { get; set; }
Property Value
couponCaption
public string couponCaption { get; set; }
Property Value
couponImage
public string couponImage { get; set; }
Property Value
couponName
public string couponName { get; set; }
Property Value
couponTerm
public int couponTerm { get; set; }
Property Value
couponUnavailableTerm
public int couponUnavailableTerm { get; set; }
Property Value
discountFactor
public int discountFactor { get; set; }
Property Value
discountType
1: 定額値引き 2: 定率値引き 4: 送料無料
public int discountType { get; set; }
Property Value
memberAvailMaxCount
public int memberAvailMaxCount { get; set; }
Property Value
thanksAutoGetConditions
public List<ThanksAutoGetCondition> thanksAutoGetConditions { get; set; }
Property Value
thanksOtherConditions
public List<ThanksOtherCondition> thanksOtherConditions { get; set; }
Property Value
Constructors
ThanksCouponToIssue()
public ThanksCouponToIssue()