Class GetCaliforniaStrfStudentsRequest
Represents the a request for the GetCaliforniaStrfStudents method.
Inheritance
System.Object
GetCaliforniaStrfStudentsRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetCaliforniaStrfStudentsRequest : ServiceRequest
Constructors
GetCaliforniaStrfStudentsRequest()
Declaration
public GetCaliforniaStrfStudentsRequest()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EffectiveDate
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EvaluationPeriod
Declaration
public string EvaluationPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
FeeSelection
Declaration
public string FeeSelection { get; set; }
Property Value
Type |
Description |
System.String |
|
FromEnrollmentDate
Declaration
public DateTime? FromEnrollmentDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProgramVersionIdList
Declaration
public ICollection<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
StudentGroupIdList
Declaration
public ICollection<int> StudentGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ToEnrollmentDate
Declaration
public DateTime? ToEnrollmentDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|