Rakuten RMS WEB API client for .NET
CouponToIssue
Namespace: Rakuten.RMS.Api.CouponAPI
public class CouponToIssue
Inheritance Object → CouponToIssue
Properties
combineFlag
public int combineFlag { get; set; }
Property Value
couponCaption
public string couponCaption { get; set; }
Property Value
couponEndDate
public DateTime couponEndDate { get; set; }
Property Value
couponImage
public string couponImage { get; set; }
Property Value
couponName
public string couponName { get; set; }
Property Value
couponStartDate
public DateTime couponStartDate { get; set; }
Property Value
discountFactor
public int discountFactor { get; set; }
Property Value
discountType
1: 定額値引き 2: 定率値引き 4: 送料無料
public int discountType { get; set; }
Property Value
displayFlag
public int displayFlag { get; set; }
Property Value
issueCount
public int issueCount { get; set; }
Property Value
items
対象商品は3000個まで指定可能です。
public Item[] items { get; set; }
Property Value
itemType
discountTypeによって、値が異なります。 1: 単一商品 3: 複数商品 4: 受注 5: 送料無料
public int itemType { get; set; }
Property Value
memberAvailMaxCount
public int memberAvailMaxCount { get; set; }
Property Value
multiRankCond
0: 条件なし 1: レギュラー 2: シルバー 3: ゴールド 4: プラチナ 5: ダイヤモンド
public Int32[] multiRankCond { get; set; }
Property Value
otherConditions
public OtherConditions otherConditions { get; set; }
Property Value
Constructors
CouponToIssue()
public CouponToIssue()