Class OrderParam
元取引情報のクラス
Inheritance
object
OrderParam
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 OrderParam
Properties
CleaningMerchantId
洗替実施マーチャントID
半角英数字
最大桁数:22
洗替を実施するマーチャントIDを指定する。
Declaration
[JsonProperty("cleaningMerchantId")]
public string CleaningMerchantId { get; set; }
Property Value
Type | Description |
---|---|
string |
OriginalOrderId
元取引ID
半角英数字
最大桁数:100
決済で利用した取引IDを指定する。
Declaration
[JsonProperty("originalOrderId")]
public string OriginalOrderId { get; set; }
Property Value
Type | Description |
---|---|
string |