Class CalculateFaSapRequest
Represents the a request for the CalculateFaSap method.
Inheritance
System.Object
CalculateFaSapRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CalculateFaSapRequest : ServiceRequest
Constructors
CalculateFaSapRequest()
Declaration
public CalculateFaSapRequest()
Properties
CalculateFaSapDataList
Declaration
public List<CalculateFaSapData> CalculateFaSapDataList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<CalculateFaSapData> |
IsPaymentPeriod
Declaration
public bool IsPaymentPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
TaskTemplateId
Declaration
public int TaskTemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |