Class CommonSearchParameter
検索条件:共通検索パラメータクラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class CommonSearchParameter
Properties
Amount
金額(From, To)
Declaration
[JsonProperty("amount")]
public SearchRange Amount { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
Command
コマンド
Declaration
[JsonProperty("command")]
public string[] Command { 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 |
OrderStatus
オーダー決済状態
Declaration
[JsonProperty("orderStatus")]
public string[] OrderStatus { get; set; }
Property Value
Type | Description |
---|---|
string[] |
TxnDatetime
取引日時(From, To)
Declaration
[JsonProperty("txnDatetime")]
public SearchRange TxnDatetime { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |