Class StudentRegistrationBillRequest
Inheritance
System.Object
StudentRegistrationBillRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRegistrationBillRequest : ServiceRequest
Constructors
StudentRegistrationBillRequest()
Declaration
public StudentRegistrationBillRequest()
Properties
AddDropDate
Declaration
public DateTime? AddDropDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
BatchSize
This property is used to determine number of batches to create pdf reports.
Declaration
public int BatchSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ConnectedEnrollment
Declaration
public bool ConnectedEnrollment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DefaultCampusID
Declaration
public int DefaultCampusID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IncludeApprovedAid
Declaration
public bool IncludeApprovedAid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeEstimatedAid
Declaration
public bool IncludeEstimatedAid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludePendingAid
Declaration
public bool IncludePendingAid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowBillingDate
Declaration
public DateTime? LowBillingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MaxBillingDate
Declaration
public DateTime? MaxBillingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentDueDate
Declaration
public DateTime? PaymentDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PrintAddDropDate
Declaration
public bool PrintAddDropDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintClassSchedule
Declaration
public bool PrintClassSchedule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintEnrollmentInfo
Declaration
public bool PrintEnrollmentInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintExpFunding
Declaration
public int PrintExpFunding { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PrintLedgerCard
Declaration
public bool PrintLedgerCard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintOverallBalance
Declaration
public bool PrintOverallBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintPaymentDueDate
Declaration
public bool PrintPaymentDueDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintStudentAddress
Declaration
public bool PrintStudentAddress { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintSubsidiary
Declaration
public bool PrintSubsidiary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string RegistrationComment { get; set; }
Property Value
Type |
Description |
System.String |
|
ScheduleTermId
Declaration
public int? ScheduleTermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string StatementComment { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentLists
Declaration
public List<StudentRegistrationBillRequest.StudentList> StudentLists { get; set; }
Property Value
TermIdList
Declaration
public List<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|