Class GreatPlainBankDeposit
Inheritance
System.Object
GreatPlainBankDeposit
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()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GreatPlainBankDeposit
Constructors
GreatPlainBankDeposit()
Declaration
public GreatPlainBankDeposit()
Properties
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> |
|
DepositDate
Declaration
public DateTime? DepositDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GPCheckBook
Declaration
public string GPCheckBook { get; set; }
Property Value
Type |
Description |
System.String |
|
GPDepositNumber
Declaration
public string GPDepositNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
SaBankAccountID
Declaration
public int? SaBankAccountID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SaBankDepID
Declaration
public int SaBankDepID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SyCampusID
Declaration
public int SyCampusID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TotalCash
Declaration
public decimal? TotalCash { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
TotalChecks
Declaration
public decimal? TotalChecks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
TotalOther
Declaration
public decimal? TotalOther { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|