Class StudentBankDepositTemporaryRow
Inheritance
System.Object
StudentBankDepositTemporaryRow
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 StudentBankDepositTemporaryRow
Constructors
StudentBankDepositTemporaryRow()
Declaration
public StudentBankDepositTemporaryRow()
Properties
BankAccountAccountNumber
Declaration
public string BankAccountAccountNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BankAccountId
Declaration
public int? BankAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BankAccountNumber
Declaration
public string BankAccountNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BankDepositGuid
Declaration
public string BankDepositGuid { get; set; }
Property Value
Type |
Description |
System.String |
|
BankDepositId
Declaration
public int? BankDepositId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BankDepositTemporaryRowId
Declaration
public int BankDepositTemporaryRowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BankDescription
Declaration
public string BankDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
BankName
Declaration
public string BankName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
CashDrawerSession
Declaration
public string CashDrawerSession { get; set; }
Property Value
Type |
Description |
System.String |
|
CashDrawerSessionCode
Declaration
public string CashDrawerSessionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CashDrawerSessionId
Declaration
public int? CashDrawerSessionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DepositDate
Declaration
public DateTime DepositDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Drn
Declaration
public string Drn { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsSentBack
Declaration
public bool IsSentBack { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastModifiedDateTime
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
ReceiptNumber
Declaration
public string ReceiptNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentSubsidiaryAccountTransactionId
Declaration
public int? StudentSubsidiaryAccountTransactionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TotalAmount
Declaration
public decimal TotalAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionDescription
Declaration
public string TransactionDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionNumber
Declaration
public decimal TransactionNumber { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|