Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


CouponToIssue

Namespace: Rakuten.RMS.Api.CouponAPI

public class CouponToIssue

Inheritance ObjectCouponToIssue

Properties

combineFlag

public int combineFlag { get; set; }

Property Value

Int32

couponCaption

public string couponCaption { get; set; }

Property Value

String

couponEndDate

public DateTime couponEndDate { get; set; }

Property Value

DateTime

couponImage

public string couponImage { get; set; }

Property Value

String

couponName

public string couponName { get; set; }

Property Value

String

couponStartDate

public DateTime couponStartDate { get; set; }

Property Value

DateTime

discountFactor

public int discountFactor { get; set; }

Property Value

Int32

discountType

1: 定額値引き 2: 定率値引き 4: 送料無料

public int discountType { get; set; }

Property Value

Int32

displayFlag

public int displayFlag { get; set; }

Property Value

Int32

issueCount

public int issueCount { get; set; }

Property Value

Int32

items

対象商品は3000個まで指定可能です。

public Item[] items { get; set; }

Property Value

Item[]

itemType

discountTypeによって、値が異なります。 1: 単一商品 3: 複数商品 4: 受注 5: 送料無料

public int itemType { get; set; }

Property Value

Int32

memberAvailMaxCount

public int memberAvailMaxCount { get; set; }

Property Value

Int32

multiRankCond

0: 条件なし 1: レギュラー 2: シルバー 3: ゴールド 4: プラチナ 5: ダイヤモンド

public Int32[] multiRankCond { get; set; }

Property Value

Int32[]

otherConditions

public OtherConditions otherConditions { get; set; }

Property Value

OtherConditions

Constructors

CouponToIssue()

public CouponToIssue()

< クラス一覧