Show / Hide Table of Contents

Class TBankAcc

This class has information related to bank account details

Inheritance
System.Object
TBankAcc
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TBankAcc

Properties

Agency

Declaration
[DataMember(EmitDefaultValue = false)]
public string Agency { get; set; }
Property Value
Type Description
System.String

Agency or branch of the bank

BankId

Declaration
[DataMember(EmitDefaultValue = false)]
public string BankId { get; set; }
Property Value
Type Description
System.String

Identifier of the bank

BusinessTypeId1

Declaration
[DataMember(EmitDefaultValue = false)]
public string BusinessTypeId1 { get; set; }
Property Value
Type Description
System.String

Identifier of the business type

BusinessTypeId2

Declaration
[DataMember(EmitDefaultValue = false)]
public string BusinessTypeId2 { get; set; }
Property Value
Type Description
System.String

Second identifier of the business type

CentralAccountNo

Declaration
[DataMember(EmitDefaultValue = false)]
public string CentralAccountNo { get; set; }
Property Value
Type Description
System.String

Central bank account number

IBAN

Declaration
[DataMember(EmitDefaultValue = false)]
public string IBAN { get; set; }
Property Value
Type Description
System.String

International Bank Account Number, or simply the IBAN value

LclFgnInd

Declaration
[DataMember(EmitDefaultValue = false)]
public string LclFgnInd { get; set; }
Property Value
Type Description
System.String

Indicator describing whether the account is foreign or local

TaxPayerId

Declaration
[DataMember(EmitDefaultValue = false)]
public string TaxPayerId { get; set; }
Property Value
Type Description
System.String

Identifier issued to the tax payer by his/her country's tax authority. For example a TIN

Back to top Generated by DocFX