Class BankAccountParam
銀行口座情報のクラス
Inheritance
object
BankAccountParam
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 BankAccountParam
Properties
AccountManageType
口座管理方式
半角数字
最大桁数:1
Declaration
[JsonProperty("accountManageType")]
public string AccountManageType { get; set; }
Property Value
Type | Description |
---|---|
string |
AccountNumber
口座番号
半角数字
最大桁数:7
Declaration
[JsonProperty("accountNumber")]
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
AccountType
口座種別
半角数字
最大桁数:1
Declaration
[JsonProperty("accountType")]
public string AccountType { get; set; }
Property Value
Type | Description |
---|---|
string |
BankCode
金融機関コード
半角数字
最大桁数:4
Declaration
[JsonProperty("bankCode")]
public string BankCode { get; set; }
Property Value
Type | Description |
---|---|
string |
BranchCode
支店コード
半角数字
最大桁数:3
Declaration
[JsonProperty("branchCode")]
public string BranchCode { get; set; }
Property Value
Type | Description |
---|---|
string |
RejectBankAccount
銀行口座関連付け拒否フラグ
半角数字
最大桁数:1
Declaration
[JsonProperty("rejectBankAccount")]
public string RejectBankAccount { get; set; }
Property Value
Type | Description |
---|---|
string |