Class BankSearchParameter
検索条件:bank検索パラメータクラス
Inheritance
object
BankSearchParameter
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 BankSearchParameter
Properties
ConfirmNo
確認番号
"*"によるワイルドカード検索が可能
Declaration
[JsonProperty("confirmNo")]
public string ConfirmNo { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerNo
お客様番号
"*"によるワイルドカード検索が可能
Declaration
[JsonProperty("customerNo")]
public string CustomerNo { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
OptionType
支払い種別
Declaration
[JsonProperty("optionType")]
public string[] OptionType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
PayLimit
支払期限(From, To)
Declaration
[JsonProperty("payLimit")]
public SearchRange PayLimit { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
ReceivedDatetime
収納日時(From, To)
Declaration
[JsonProperty("receivedDatetime")]
public SearchRange ReceivedDatetime { get; set; }
Property Value
Type | Description |
---|---|
SearchRange |
ShunoKigyoNo
収納企業コード
"*"によるワイルドカード検索が可能
Declaration
[JsonProperty("shunoKigyoNo")]
public string ShunoKigyoNo { get; set; }
Property Value
Type | Description |
---|---|
string |
ShunoKikanNo
収納機関番号
"*"によるワイルドカード検索が可能
Declaration
[JsonProperty("shunoKikanNo")]
public string ShunoKikanNo { get; set; }
Property Value
Type | Description |
---|---|
string |