Class SaveScheduledDisbursementsRequest
Inheritance
System.Object
SaveScheduledDisbursementsRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveScheduledDisbursementsRequest : ServiceRequest
Constructors
SaveScheduledDisbursementsRequest()
Declaration
public SaveScheduledDisbursementsRequest()
Properties
DeletedRecordIds
Gets or Sets DeletedRecordIds
Declaration
public string DeletedRecordIds { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsBankCheckBoxIsSelected
Gets or sets the isBankCheckBoxIsSelected
Declaration
public bool IsBankCheckBoxIsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCreditCardCheckBoxIsSelected
Gets or sets the isCreditCardCheckBoxIsSelected
Declaration
public bool IsCreditCardCheckBoxIsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMonthlyFrequency
Gets or sets the IsMonthlyFrequency.
Declaration
public bool IsMonthlyFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoOfPayments
Gets or sets the IsNoOfPayments.
Declaration
public bool IsNoOfPayments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStudentPayment
Gets or sets the IsStudentPayment.
Declaration
public bool IsStudentPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ScheduledDisbursementEntityList
Gets or sets ScheduledDisbursementEntityList.
Declaration
public List<ClassSaveScheduledDisbursementRequest> ScheduledDisbursementEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ClassSaveScheduledDisbursementRequest> |
StudentAwardEntity
Gets or sets StudentAwardEntity.
Declaration
public StudentAwardEntity StudentAwardEntity { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardEntity |