Class TenantBankDetail
Connetction between bankdetail and tenant
Inheritance
System.Object
TenantBankDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class TenantBankDetail
Constructors
| Improve this Doc View SourceTenantBankDetail()
Constructor
Declaration
public TenantBankDetail()
Properties
| Improve this Doc View SourceBIC
Gets/sets the bank ident
Declaration
public string BIC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GLAId
Gets/sets the assigned proper account
Declaration
public Guid? GLAId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IBAN
Gets/sets the account ident
Declaration
public string IBAN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsTenantBank
Gets/sets the flag if this is a tenant bank
Declaration
public bool IsTenantBank { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TenantId
Gets/sets the assigned tenant
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |