Rakuten RMS WEB API client for .NET
ThanksCoupon
Namespace: Rakuten.RMS.Api.CouponAPI
public class ThanksCoupon : ThanksCouponToIssue
Inheritance Object → ThanksCouponToIssue → ThanksCoupon
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
shopId
public string shopId { get; set; }
Property Value
shopName
public string shopName { get; set; }
Property Value
shopUrl
public string shopUrl { get; set; }
Property Value
thanksAutoGetConditions
public List<ThanksAutoGetCondition> thanksAutoGetConditions { get; set; }
Property Value
thanksCouponId
public long thanksCouponId { get; set; }
Property Value
thanksOtherConditions
public List<ThanksOtherCondition> thanksOtherConditions { get; set; }
Property Value
Constructors
ThanksCoupon()
public ThanksCoupon()