Class PrintCheckTemporaryRowBankDetails
Inheritance
System.Object
PrintCheckTemporaryRowBankDetails
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 PrintCheckTemporaryRowBankDetails
Constructors
PrintCheckTemporaryRowBankDetails()
Declaration
public PrintCheckTemporaryRowBankDetails()
Properties
Bank
Declaration
public string Bank { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankAccountNumber
Declaration
public string BankAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankAddress
Declaration
public string BankAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankCity
Declaration
public string BankCity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankState
Declaration
public string BankState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankZipCode
Declaration
public string BankZipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FractionalNumber
Declaration
public string FractionalNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RoutingNumber
Declaration
public string RoutingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |