Class GetServicerDailyTransectionAuditRequest
Represents the a request for the CalculateFaSap method.
Inheritance
System.Object
GetServicerDailyTransectionAuditRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetServicerDailyTransectionAuditRequest : ServiceRequest
Constructors
GetServicerDailyTransectionAuditRequest()
Declaration
public GetServicerDailyTransectionAuditRequest()
Properties
Award
Declaration
public int Award { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BeginDate
Declaration
public DateTime? BeginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Change
Declaration
public int Change { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Disbursement
Declaration
public int Disbursement { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsWhereClause
Declaration
public bool IsWhereClause { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
R2t4
Declaration
public int R2t4 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Recon
Declaration
public int Recon { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Refund
Declaration
public int Refund { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Schedule
Declaration
public int Schedule { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ServicerUserId
Declaration
public int ServicerUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Tuit
Declaration
public int Tuit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WhereClause
Declaration
public string WhereClause { get; set; }
Property Value
Type |
Description |
System.String |
|