Class BankFinancialInstInfo
金融機関マスタ
Inheritance
object
BankFinancialInstInfo
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 BankFinancialInstInfo
Properties
BankCode
金融機関コード
Declaration
[JsonProperty("bankCode")]
public string BankCode { get; set; }
Property Value
Type | Description |
---|---|
string |
BankIndexChar1
カナ頭文字
Declaration
[JsonProperty("bankIndexChar1")]
public string BankIndexChar1 { get; set; }
Property Value
Type | Description |
---|---|
string |
BankIndexChar2
カナ行頭文字
Declaration
[JsonProperty("bankIndexChar2")]
public string BankIndexChar2 { get; set; }
Property Value
Type | Description |
---|---|
string |
BankKana
金融機関カナ
Declaration
[JsonProperty("bankKana")]
public string BankKana { get; set; }
Property Value
Type | Description |
---|---|
string |
BankName
金融機関名称
Declaration
[JsonProperty("bankName")]
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceCode
デバイスコード
Declaration
[JsonProperty("deviceCode")]
public string DeviceCode { get; set; }
Property Value
Type | Description |
---|---|
string |
StartDatetime
登録日時
Declaration
[JsonProperty("startDatetime")]
public string StartDatetime { get; set; }
Property Value
Type | Description |
---|---|
string |