Class OrderInfo
検索結果:オーダー情報
Inheritance
object
OrderInfo
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 OrderInfo
Properties
AccountId
会員ID
Declaration
[JsonProperty("accountId")]
public string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
FreeKey
キー情報
Declaration
[JsonProperty("freeKey")]
public string FreeKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Index
インデックス
検索されたオーダーのインデックス
Declaration
[JsonProperty("index")]
public string Index { get; set; }
Property Value
Type | Description |
---|---|
string |
LastSuccessTxnType
最終成功トランザクションタイプ
Declaration
[JsonProperty("lastSuccessTxnType")]
public string LastSuccessTxnType { get; set; }
Property Value
Type | Description |
---|---|
string |
Memo1
取引メモ1
Declaration
[JsonProperty("memo1")]
public string Memo1 { get; set; }
Property Value
Type | Description |
---|---|
string |
Memo2
取引メモ2
Declaration
[JsonProperty("memo2")]
public string Memo2 { get; set; }
Property Value
Type | Description |
---|---|
string |
Memo3
取引メモ1
Declaration
[JsonProperty("memo3")]
public string Memo3 { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderId
オーダーID
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderStatus
オーダー決済状態
Declaration
[JsonProperty("orderStatus")]
public string OrderStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ProperOrderInfo
固有オーダー情報
Declaration
[JsonProperty("properOrderInfo")]
public ProperOrderInfo ProperOrderInfo { get; set; }
Property Value
Type | Description |
---|---|
ProperOrderInfo |
ServiceTypeCd
決済サービスタイプ
Declaration
[JsonProperty("serviceTypeCd")]
public string ServiceTypeCd { get; set; }
Property Value
Type | Description |
---|---|
string |
SuccessDetailTxnType
詳細トランザクションタイプ
Declaration
[JsonProperty("successDetailTxnType")]
public string SuccessDetailTxnType { get; set; }
Property Value
Type | Description |
---|---|
string |
TransactionInfos
決済トランザクションリスト
Declaration
[JsonProperty("transactionInfos")]
public TransactionInfos TransactionInfos { get; set; }
Property Value
Type | Description |
---|---|
TransactionInfos |