Class PrintRegistrationBillRequest
Represents the a request for the PrintRegistrationBill method.
Inheritance
System.Object
PrintRegistrationBillRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PrintRegistrationBillRequest : ServiceRequest
Constructors
PrintRegistrationBillRequest()
Declaration
public PrintRegistrationBillRequest()
Properties
AddDropDate
Declaration
public DateTime? AddDropDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
The value.
|
HighBillingDate
Declaration
public DateTime? HighBillingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsAddDropDate
Declaration
public bool IsAddDropDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsReportStatus
Declaration
public bool IsReportStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowBillingDate
Declaration
public DateTime? LowBillingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentPeriodId
Declaration
public int PaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReportType
Declaration
public string ReportType { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermGroupId
Declaration
public int TermGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermIdList
Declaration
public List<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|