Interface IResponseDto
応答DTO共通プロパティのインターフェイス
Namespace: jp.veritrans.tercerog.mdk
Assembly: cg-mdk.dll
Syntax
public interface IResponseDto
Properties
MerrMsg
エラーメッセージ
Declaration
string MerrMsg { get; set; }
Property Value
Type | Description |
---|---|
string |
Mstatus
処理結果コード
Declaration
string Mstatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceType
決済サービスタイプ
Declaration
string ServiceType { get; set; }
Property Value
Type | Description |
---|---|
string |
VResultCode
詳細結果コード
Declaration
string VResultCode { get; set; }
Property Value
Type | Description |
---|---|
string |