Class BankAuthorizeResponseDto
決済サービスタイプ:銀行決済、コマンド名:決済の応答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 BankAuthorizeResponseDto : MdkDtoBase, IResponseDto
Properties
Bill
支払暗号文字列
Declaration
[JsonProperty("bill")]
public string Bill { get; set; }
Property Value
Type | Description |
---|---|
string |
BillPattern
支払パターン
Declaration
[JsonProperty("billPattern")]
public string BillPattern { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfirmNo
確認番号
Declaration
[JsonProperty("confirmNo")]
public string ConfirmNo { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerNo
お客様番号
Declaration
[JsonProperty("customerNo")]
public string CustomerNo { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
MerrMsg
エラーメッセージ
Declaration
[JsonProperty("merrMsg")]
public string MerrMsg { get; set; }
Property Value
Type | Description |
---|---|
string |
Mstatus
処理結果コード
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 |
PayNowIdResponse
PayNowIDオブジェクト
Declaration
[JsonProperty("payNowIdResponse")]
public PayNowIdResponse PayNowIdResponse { get; set; }
Property Value
Type | Description |
---|---|
PayNowIdResponse |
RequestId
リクエストID
Declaration
[JsonProperty("requestId")]
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultXml
結果JSON(マスク済み)を設定する
Declaration
public string ResultXml { set; }
Property Value
Type | Description |
---|---|
string |
ServiceType
決済サービスタイプ
Declaration
[JsonProperty("serviceType")]
public string ServiceType { get; set; }
Property Value
Type | Description |
---|---|
string |
ShunoKikanNo
収納機関番号
Declaration
[JsonProperty("shunoKikanNo")]
public string ShunoKikanNo { get; set; }
Property Value
Type | Description |
---|---|
string |
TxnVersion
MDK バージョン
半角英数字 5 桁
電文のバージョン番号。
Declaration
[JsonProperty("txnVersion")]
public string TxnVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
URL
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |
View
画面情報
Declaration
[JsonProperty("view")]
public string View { get; set; }
Property Value
Type | Description |
---|---|
string |
VResultCode
詳細結果コード
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()