Class SaveScheduledDisbursementsResponse
Inheritance
System.Object
SaveScheduledDisbursementsResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveScheduledDisbursementsResponse : ServiceResponse
Constructors
SaveScheduledDisbursementsResponse()
Declaration
public SaveScheduledDisbursementsResponse()
Properties
ScheduledDisbursementEntity
Gets or sets the ScheduledDisbursementEntity.
Declaration
public List<EntityServiceResponse<ScheduledDisbursementEntity>> ScheduledDisbursementEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Cmc.Core.ServiceModel.EntityServiceResponse<ScheduledDisbursementEntity>> |
StudentAwardEntity
Gets or sets the StudentAwardEntity.
Declaration
public EntityServiceResponse<StudentAwardEntity> StudentAwardEntity { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.ServiceModel.EntityServiceResponse<StudentAwardEntity> |