Class GreatPlainCheck
Inheritance
System.Object
GreatPlainCheck
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 GreatPlainCheck
Constructors
GreatPlainCheck()
Declaration
public GreatPlainCheck()
Properties
CheckAmount
Declaration
public decimal? CheckAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CheckDate
Declaration
public DateTime? CheckDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CheckNo
Declaration
public string CheckNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreditAccountIndex
Declaration
public int? CreditAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DebitAccountIndex
Declaration
public int? DebitAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
GPCheckBook
Declaration
public string GPCheckBook { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PayeeName
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SyCampusID
Declaration
public int SyCampusID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TrxDescrip
Declaration
public string TrxDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |