Class UpdateEnrollmentBillingMethodRequest.StudentEnrollmentPeriodBillingMethod
Inheritance
System.Object
UpdateEnrollmentBillingMethodRequest.StudentEnrollmentPeriodBillingMethod
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 StudentEnrollmentPeriodBillingMethod
Constructors
StudentEnrollmentPeriodBillingMethod()
Declaration
public StudentEnrollmentPeriodBillingMethod()
Properties
BillingMethodId
Declaration
public int? BillingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PreviousBillingMethodId
Declaration
public int? PreviousBillingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodID
Declaration
public int StudentEnrollmentPeriodID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |