Class ScoreatpayDetailDto
明細情報クラス
Inheritance
object
ScoreatpayDetailDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class ScoreatpayDetailDto
Properties
DetailName
明細名
文字列 最大桁数:150
商品名を指定します。
Declaration
[JsonProperty("detailName")]
public string DetailName { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailPrice
単価
半角数字 最大桁数:6
-99999 ~ 999999の値を指定可能
Declaration
[JsonProperty("detailPrice")]
public string DetailPrice { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailQuantity
数量
半角数字 最大桁数:4
0 ~ 9999の値を指定可能
Declaration
[JsonProperty("detailQuantity")]
public string DetailQuantity { get; set; }
Property Value
Type | Description |
---|---|
string |