Class GreatPlainCheckInformation
Inheritance
System.Object
GreatPlainCheckInformation
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 GreatPlainCheckInformation
Constructors
GreatPlainCheckInformation()
Declaration
public GreatPlainCheckInformation()
Properties
BatchNumber
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusGroupName
Declaration
public string CampusGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentTotalChecks
Declaration
public decimal? CurrentTotalChecks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CurrentTotalDeposits
Declaration
public decimal? CurrentTotalDeposits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
GLCompanyName
Declaration
public string GLCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GPBankAccount
Declaration
public string GPBankAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HighDate
Declaration
public DateTime? HighDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LowDate
Declaration
public DateTime? LowDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |