Class GetCalculatedTermSapDataRequest
Represents the a request for the GetCalculatedTermSapData method.
Inheritance
System.Object
GetCalculatedTermSapDataRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetCalculatedTermSapDataRequest : ServiceRequest
Constructors
GetCalculatedTermSapDataRequest()
Declaration
public GetCalculatedTermSapDataRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsCalculationOnPaymentPeriod
Declaration
public bool IsCalculationOnPaymentPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPaymentPeriodCalculationOverride
Declaration
public bool IsPaymentPeriodCalculationOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
isTermSelected
Declaration
public bool? isTermSelected { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
maxDate
Declaration
public DateTime? maxDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
maxTerm
Declaration
public int? maxTerm { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
minDate
Declaration
public DateTime? minDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
minTerm
Declaration
public int? minTerm { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
overrideTermCalculation
Declaration
public bool overrideTermCalculation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentPeriodId
Declaration
public int? PaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
shiftId
Declaration
public int shiftId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
studentGroupId
Declaration
public int? studentGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
studentIds
Declaration
public List<int> studentIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
termIds
Declaration
public List<int> termIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|