Class CardSearchParameter
検索条件:カード検索パラメータクラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class CardSearchParameter
Properties
DddDsTransactionId
3DDSトランザクションID
Declaration
[JsonProperty("dddDsTransactionId")]
public string DddDsTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
DddServerTransactionId
3DサーバトランザクションID
Declaration
[JsonProperty("dddServerTransactionId")]
public string DddServerTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
DddTransactionId
3d-xid
Declaration
[JsonProperty("dddTransactionId")]
public string DddTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
RequestedCorporationId
仕向先カード会社
Declaration
[JsonProperty("requestedCorporationId")]
public string RequestedCorporationId { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestedPaymentMethodType
支払い種別
Declaration
[JsonProperty("requestedPaymentMethodType")]
public string RequestedPaymentMethodType { get; set; }
Property Value
Type | Description |
---|---|
string |