Class MpiSearchParameter
検索条件:MPI検索パラメータクラス
Inheritance
object
MpiSearchParameter
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 MpiSearchParameter
Properties
AccountType
アカウントタイプ
Declaration
[JsonProperty("accountType")]
public string[] AccountType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
AuthenticationIndicator
認証要求タイプ
Declaration
[JsonProperty("authenticationIndicator")]
public string[] AuthenticationIndicator { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DetailOrderType
詳細取引決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DeviceChannel
デバイスチャネル
Declaration
[JsonProperty("deviceChannel")]
public string[] DeviceChannel { get; set; }
Property Value
Type | Description |
---|---|
string[] |
MessageCategory
メッセージカテゴリ
Declaration
[JsonProperty("messageCategory")]
public string[] MessageCategory { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Res3dEci
応答3D ECI
Declaration
[JsonProperty("res3dEci")]
public string Res3dEci { get; set; }
Property Value
Type | Description |
---|---|
string |
Res3dTransactionId
応答3DトランザクションID
Declaration
[JsonProperty("res3dTransactionId")]
public string Res3dTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Res3dTransactionStatus
応答3Dトランザクションステータス
Declaration
[JsonProperty("res3dTransactionStatus")]
public string Res3dTransactionStatus { get; set; }
Property Value
Type | Description |
---|---|
string |