Class DisbursementBatchesByCampus
Inheritance
System.Object
DisbursementBatchesByCampus
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 DisbursementBatchesByCampus
Constructors
DisbursementBatchesByCampus()
Declaration
public DisbursementBatchesByCampus()
Properties
AgencyBranchId
Declaration
public int? AgencyBranchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
AmountApproved
Declaration
public decimal? AmountApproved { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
BatchAmount
Declaration
public decimal? BatchAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CreatedDateTime
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DisbursementBatchId
Declaration
public int? DisbursementBatchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ExportImportFileId
Declaration
public int? ExportImportFileId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FundSourceId
Declaration
public int? FundSourceId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceTypeName
Declaration
public string FundSourceTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
ImportFileCode
Declaration
public string ImportFileCode { get; set; }
Property Value
Type |
Description |
System.String |
|
IsOkToPost
Declaration
public bool IsOkToPost { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentsDropped
Declaration
public bool IsStudentsDropped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LendingInstitutionName
Declaration
public string LendingInstitutionName { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberOfApproved
Declaration
public int? NumberOfApproved { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumberOfDisbursements
Declaration
public int? NumberOfDisbursements { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PaymentsAssociatedToCourses
Declaration
public bool PaymentsAssociatedToCourses { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Reviewed
Declaration
public short? Reviewed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int16> |
|
StaffName
Declaration
public string StaffName { get; set; }
Property Value
Type |
Description |
System.String |
|
ThirdPartyInvoiceNumber
Declaration
public string ThirdPartyInvoiceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|