Rakuten RMS WEB API client for .NET
OtherCondition
Namespace: Rakuten.RMS.Api.CouponAPI
public class OtherCondition
Inheritance Object → OtherCondition
Properties
conditionTypeCode
RS001: デバイス指定(設定のない場合は自動的に設定される) RS002: 販売方法(設定のない場合は自動的に設定される) RS003: 利用金額 RS004: 利用個数 ※39ショップに限り、 利用個数(RS004) を設定した場合、複数商品(「itemType」に「3」)が設定可能です。 ※ 対象商品リストが設定されている場合はクーポン発行条件を参照ください。
public string conditionTypeCode { get; set; }
Property Value
startValue
0: PC (設定のない場合は自動的に設定される) 1: モバイル (設定のない場合は自動的に設定される) RS002 0: 通常購入 RS003 1 ~ 999999999: 金額 RS004 0 ~ 999999999: 個数
public string startValue { get; set; }
Property Value
Constructors
OtherCondition()
public OtherCondition()