Class SaveCourseRefundPolicyRequest
Represents the a request for the SaveCourseRefundPolicy method.
Inheritance
System.Object
SaveCourseRefundPolicyRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveCourseRefundPolicyRequest : ServiceRequest
Constructors
SaveCourseRefundPolicyRequest()
Declaration
public SaveCourseRefundPolicyRequest()
Properties
AttendanceUnits
Declaration
public string AttendanceUnits { get; set; }
Property Value
Type |
Description |
System.String |
|
CalculationType
Declaration
public string CalculationType { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseRefundPolicyBillCodeList
Declaration
public List<CourseRefundPolicyBillCode> CourseRefundPolicyBillCodeList { get; set; }
Property Value
CourseRefundPolicyConditionList
Declaration
public List<CourseRefundPolicyCondition> CourseRefundPolicyConditionList { get; set; }
Property Value
CourseRefundPolicyProgramList
Declaration
public List<CourseRefundPolicyProgram> CourseRefundPolicyProgramList { get; set; }
Property Value
DefaultCampusIdList
Declaration
public List<int> DefaultCampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
EvaluationDateType
Declaration
public byte EvaluationDateType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OverrideCampus
Declaration
public bool OverrideCampus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideDefaultCampus
Declaration
public bool OverrideDefaultCampus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideProgramVersion
Declaration
public bool OverrideProgramVersion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideTerm
Declaration
public bool OverrideTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StateIdList
Declaration
public List<int> StateIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TermIdList
Declaration
public List<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
WeekCalculationType
Declaration
public string WeekCalculationType { get; set; }
Property Value
Type |
Description |
System.String |
|