Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


CouponModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class CouponModel : CouponModelBase

Inheritance ObjectCouponModelBaseCouponModel

Properties

couponCapital

public string couponCapital { get; set; }

Property Value

String

couponCode

public string couponCode { get; set; }

Property Value

String

couponName

public string couponName { get; set; }

Property Value

String

couponPrice

public int couponPrice { get; set; }

Property Value

Int32

couponSummary

public string couponSummary { get; set; }

Property Value

String

couponTotalPrice

クーポン利用金額 クーポン割引単価 × クーポン利用数 ※クーポン割引単価もしくはクーポン利用数がnullの場合、-9999になります。

public int couponTotalPrice { get; set; }

Property Value

Int32

couponUnit

public int couponUnit { get; set; }

Property Value

Int32

expiryDate

public DateTime expiryDate { get; set; }

Property Value

DateTime

itemDetailId

商品明細ID

public long itemDetailId { get; set; }

Property Value

Int64

itemId

public int itemId { get; set; }

Property Value

Int32

Constructors

CouponModel()

public CouponModel()

< クラス一覧