Class DisbursementRejectedList
Inheritance
System.Object
DisbursementRejectedList
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.FinancialAid.Contracts.dll
Syntax
public class DisbursementRejectedList
Constructors
DisbursementRejectedList()
Declaration
public DisbursementRejectedList()
Properties
BName
Declaration
public string BName { get; set; }
Property Value
Type |
Description |
System.String |
|
BSSN
Declaration
public string BSSN { get; set; }
Property Value
Type |
Description |
System.String |
|
CLNumber
Declaration
public string CLNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Creation
Declaration
public string Creation { get; set; }
Property Value
Type |
Description |
System.String |
|
Disb
Declaration
public string Disb { get; set; }
Property Value
Type |
Description |
System.String |
|
DisbAmount
Declaration
public decimal? DisbAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
LenderId
Declaration
public string LenderId { get; set; }
Property Value
Type |
Description |
System.String |
|
LoanType
Declaration
public string LoanType { get; set; }
Property Value
Type |
Description |
System.String |
|
NetAmount
Declaration
public decimal? NetAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
NumberRecords
Declaration
public int NumberRecords { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberRecordsNot
Declaration
public int NumberRecordsNot { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Reason
Declaration
public string Reason { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceId
Declaration
public string SourceId { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceName
Declaration
public string SourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StudName
Declaration
public string StudName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudSSN
Declaration
public string StudSSN { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalDisbs
Declaration
public decimal? TotalDisbs { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|