Class EmSearchParameter
検索条件:電子マネー検索パラメータクラス
Inheritance
object
EmSearchParameter
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 EmSearchParameter
Properties
CompleteDatetime
支払完了日時(From, To)
Declaration
[JsonProperty("completeDatetime")]
public SearchRange CompleteDatetime { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
EmType
電子マネー種別
Declaration
[JsonProperty("emType")]
public string[] EmType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
ManagementNo
管理番号
Declaration
[JsonProperty("managementNo")]
public string ManagementNo { get; set; }
Property Value
Type | Description |
---|---|
string |
OptionType
支払い種別
Declaration
[JsonProperty("optionType")]
public string[] OptionType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
ReceiptNo
受付番号
Declaration
[JsonProperty("receiptNo")]
public string ReceiptNo { get; set; }
Property Value
Type | Description |
---|---|
string |
SettlementLimit
支払/受取期限(From, To)
Declaration
[JsonProperty("settlementLimit")]
public SearchRange SettlementLimit { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |