Class UpdateEnrollmentBillingMethodRequest
Inheritance
System.Object
UpdateEnrollmentBillingMethodRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateEnrollmentBillingMethodRequest
Constructors
UpdateEnrollmentBillingMethodRequest()
Declaration
public UpdateEnrollmentBillingMethodRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgramVersionEndDate
Declaration
public DateTime ProgramVersionEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ProgramVersionStartDate
Declaration
public DateTime ProgramVersionStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StudentEnrollmentPeriodBillingMethodList
Declaration
public List<UpdateEnrollmentBillingMethodRequest.StudentEnrollmentPeriodBillingMethod> StudentEnrollmentPeriodBillingMethodList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UpdateEnrollmentBillingMethodRequest.StudentEnrollmentPeriodBillingMethod> |