Class GetBillingCodeTransactionRequest
Represents the a request for the GetBillingCodeTransaction method.
Inheritance
System.Object
GetBillingCodeTransactionRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetBillingCodeTransactionRequest : ServiceRequest
Constructors
GetBillingCodeTransactionRequest()
Declaration
public GetBillingCodeTransactionRequest()
Properties
BillingMethodIdList
Declaration
public List<int> BillingMethodIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
BillingType
Declaration
public string BillingType { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ClockHours
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CreditHours
Declaration
public decimal? CreditHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
IsActiveIncluded
Declaration
public bool IsActiveIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsClockHourProgramIncluded
Declaration
public bool IsClockHourProgramIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCourseExtensionsIncluded
Declaration
public bool IsCourseExtensionsIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCreditHourProgramIncluded
Declaration
public bool IsCreditHourProgramIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEnrolledIncluded
Declaration
public bool IsEnrolledIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNeverAttendedIncluded
Declaration
public bool IsNeverAttendedIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNewClassChargesIncluded
Declaration
public bool IsNewClassChargesIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPermanentOutIncluded
Declaration
public bool IsPermanentOutIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRetakeFeeIncluded
Declaration
public bool IsRetakeFeeIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSavedTransactionsLoaded
Declaration
public bool IsSavedTransactionsLoaded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTemporaryOutIncluded
Declaration
public bool IsTemporaryOutIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
JobName
Declaration
public string JobName { get; set; }
Property Value
Type |
Description |
System.String |
|
MaximumAcademicYearStartDate
Declaration
public DateTime? MaximumAcademicYearStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MaximumClassSectionDate
Declaration
public DateTime? MaximumClassSectionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MaximumGraduationDate
Declaration
public DateTime? MaximumGraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MaximumStudentStartDate
Declaration
public DateTime? MaximumStudentStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MinimumAcademicYearStartDate
Declaration
public DateTime? MinimumAcademicYearStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MinimumClassSectionDate
Declaration
public DateTime? MinimumClassSectionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MinimumGraduationDate
Declaration
public DateTime? MinimumGraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MinimumStudentStartDate
Declaration
public DateTime? MinimumStudentStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProgramVersionId
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Sequence
Declaration
public short Sequence { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
ShiftId
Declaration
public int? ShiftId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearId
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentGroupId
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|