Class UpdateDisbursementResponse
Inheritance
System.Object
UpdateDisbursementResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class UpdateDisbursementResponse : ServiceResponse
Constructors
UpdateDisbursementResponse()
Declaration
public UpdateDisbursementResponse()
Properties
DisbursementId
Declaration
public int DisbursementId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
GrossAmount
Declaration
public string GrossAmount { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseValidationCode
Declaration
public string ResponseValidationCode { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
UpdateStatusMessage
Declaration
public string UpdateStatusMessage { get; set; }
Property Value
Type |
Description |
System.String |
|