Class StudentStipendDisbursementResponseExtended
Inheritance
System.Object
StudentStipendDisbursementResponseExtended
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 StudentStipendDisbursementResponseExtended
Constructors
StudentStipendDisbursementResponseExtended()
Declaration
public StudentStipendDisbursementResponseExtended()
Properties
Amount
Declaration
public decimal? Amount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
DisbursementNumber
Declaration
public int DisbursementNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DisbursementStatus
Declaration
public string DisbursementStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
DisbursementStatusId
Declaration
public int? DisbursementStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OffsetAmount
Declaration
public decimal? OffsetAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
OffsetCode
Declaration
public string OffsetCode { get; set; }
Property Value
Type |
Description |
System.String |
|
PayoutAmount
Declaration
public decimal? PayoutAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
ProgramVersion
Declaration
public string ProgramVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Reason
Declaration
public string Reason { get; set; }
Property Value
Type |
Description |
System.String |
|
StipendScheduleId
Declaration
public int StipendScheduleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|