Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


OtherCondition

Namespace: Rakuten.RMS.Api.CouponAPI

public class OtherCondition

Inheritance ObjectOtherCondition

Properties

conditionTypeCode

RS001: デバイス指定(設定のない場合は自動的に設定される) RS002: 販売方法(設定のない場合は自動的に設定される) RS003: 利用金額 RS004: 利用個数 ※39ショップに限り、 利用個数(RS004) を設定した場合、複数商品(「itemType」に「3」)が設定可能です。 ※ 対象商品リストが設定されている場合はクーポン発行条件を参照ください。

public string conditionTypeCode { get; set; }

Property Value

String

startValue

0: PC (設定のない場合は自動的に設定される) 1: モバイル (設定のない場合は自動的に設定される) RS002 0: 通常購入 RS003 1 ~ 999999999: 金額 RS004 0 ~ 999999999: 個数

public string startValue { get; set; }

Property Value

String

Constructors

OtherCondition()

public OtherCondition()

< クラス一覧