Class SearchResponseDto
決済サービスタイプ:Search 応答Dtoクラス
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class SearchResponseDto : MdkDtoBase, IResponseDto
Properties
CustTxn
取引毎に付くID
Declaration
[JsonProperty("custTxn")]
public string CustTxn { get; set; }
Property Value
Type | Description |
---|---|
string |
MarchTxn
電文ID
Declaration
[JsonProperty("marchTxn")]
public string MarchTxn { get; set; }
Property Value
Type | Description |
---|---|
string |
MasterInfos
マスタ情報リスト
Declaration
[JsonProperty("masterInfos")]
public MasterInfos MasterInfos { get; set; }
Property Value
Type | Description |
---|---|
MasterInfos |
MerrMsg
エラーメッセージ
文字列 1024 バイト以内
エラーメッセージ
Declaration
[JsonProperty("merrMsg")]
public string MerrMsg { get; set; }
Property Value
Type | Description |
---|---|
string |
Mstatus
処理結果コード
半角英数字 32 文字以内
取消請求処理後、応答電文に含まれる値。 以下の処理結果のいずれかが格納される ・success:正常終了 ・failure:異常終了 ・pending:保留状態
Declaration
[JsonProperty("mstatus")]
public string Mstatus { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderId
取引ID
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderInfos
オーダー情報リスト
Declaration
[JsonProperty("orderInfos")]
public OrderInfos OrderInfos { get; set; }
Property Value
Type | Description |
---|---|
OrderInfos |
OverMaxCountFlag
最大件数超えフラグ
Declaration
[JsonProperty("overMaxCountFlag")]
public string OverMaxCountFlag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultXml
結果JSON(マスク済み)
半角英数字
Declaration
public string ResultXml { set; }
Property Value
Type | Description |
---|---|
string |
SearchCount
検索結果件数(オーダー件数)
Declaration
[JsonProperty("searchCount")]
public string SearchCount { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceType
決済サービスタイプ
半角英数字 10 文字以内
決済サービスの区分を指定します。 必須項目、固定値
Declaration
[JsonProperty("serviceType")]
public string ServiceType { get; set; }
Property Value
Type | Description |
---|---|
string |
TxnVersion
MDK バージョン
半角英数字 5 桁
電文のバージョン番号。
Declaration
[JsonProperty("txnVersion")]
public string TxnVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
VResultCode
詳細結果コード
半角英数字 16 文字以内
結果コード 例) L001000100000000
Declaration
[JsonProperty("vResultCode")]
public string VResultCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
結果JSON(マスク済み)を取得する
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | 結果JSON(マスク済み) |
Overrides
object.ToString()