Class VirtualaccSearchParameter
検索条件:銀行振込決済検索パラメータクラス
Inheritance
object
VirtualaccSearchParameter
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 VirtualaccSearchParameter
Properties
AccountNumber
口座番号
Declaration
[JsonProperty("accountNumber")]
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailCommandType
詳細コマンドタイプ名
Declaration
[JsonProperty("detailCommandType")]
public string[] DetailCommandType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DetailOrderType
詳細オーダー決済状態
Declaration
[JsonProperty("detailOrderType")]
public string[] DetailOrderType { get; set; }
Property Value
Type | Description |
---|---|
string[] |
EntryTransferName
登録時振込人名
Declaration
[JsonProperty("entryTransferName")]
public string EntryTransferName { get; set; }
Property Value
Type | Description |
---|---|
string |
EntryTransferNumber
登録時振込番号
Declaration
[JsonProperty("entryTransferNumber")]
public string EntryTransferNumber { get; set; }
Property Value
Type | Description |
---|---|
string |