Class TransactionInfo
検索結果:決済トランザクション
Inheritance
object
TransactionInfo
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 TransactionInfo
Properties
Amount
金額
Declaration
[JsonProperty("amount")]
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
string |
Command
コマンド
Declaration
[JsonProperty("command")]
public string Command { get; set; }
Property Value
Type | Description |
---|---|
string |
Mstatus
ステータスコード
Declaration
[JsonProperty("mstatus")]
public string Mstatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ProperTransactionInfo
固有トランザクション情報
Declaration
[JsonProperty("properTransactionInfo")]
public ProperTransactionInfo ProperTransactionInfo { get; set; }
Property Value
Type | Description |
---|---|
ProperTransactionInfo |
TxnDatetime
取引日時
Declaration
[JsonProperty("txnDatetime")]
public string TxnDatetime { get; set; }
Property Value
Type | Description |
---|---|
string |
TxnId
トランザクション管理ID
Declaration
[JsonProperty("txnId")]
public string TxnId { get; set; }
Property Value
Type | Description |
---|---|
string |
VResultCode
結果コード
Declaration
[JsonProperty("vResultCode")]
public string VResultCode { get; set; }
Property Value
Type | Description |
---|---|
string |