Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ThanksCouponToIssue

Namespace: Rakuten.RMS.Api.CouponAPI

public class ThanksCouponToIssue

Inheritance ObjectThanksCouponToIssue

Properties

combineFlag

public int combineFlag { get; set; }

Property Value

Int32

couponCaption

public string couponCaption { get; set; }

Property Value

String

couponImage

public string couponImage { get; set; }

Property Value

String

couponName

public string couponName { get; set; }

Property Value

String

couponTerm

public int couponTerm { get; set; }

Property Value

Int32

couponUnavailableTerm

public int couponUnavailableTerm { get; set; }

Property Value

Int32

discountFactor

public int discountFactor { get; set; }

Property Value

Int32

discountType

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

public int discountType { get; set; }

Property Value

Int32

memberAvailMaxCount

public int memberAvailMaxCount { get; set; }

Property Value

Int32

thanksAutoGetConditions

public List<ThanksAutoGetCondition> thanksAutoGetConditions { get; set; }

Property Value

List<ThanksAutoGetCondition>

thanksOtherConditions

public List<ThanksOtherCondition> thanksOtherConditions { get; set; }

Property Value

List<ThanksOtherCondition>

Constructors

ThanksCouponToIssue()

public ThanksCouponToIssue()

< クラス一覧