Class BankAccountDetail
Inheritance
System.Object
BankAccountDetail
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: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BankAccountDetail
Constructors
BankAccountDetail()
Declaration
public BankAccountDetail()
Properties
AccountName
Declaration
public string AccountName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AccountNumber
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GlDebitAccount
Declaration
public string GlDebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBankGroupReassigned
Declaration
public bool IsBankGroupReassigned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |