Class SaveCourseRefundPolicyResponse
Represents the response for the SaveCourseRefundPolicy method.
Inheritance
System.Object
SaveCourseRefundPolicyResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveCourseRefundPolicyResponse : ServiceResponse
Constructors
SaveCourseRefundPolicyResponse()
Declaration
public SaveCourseRefundPolicyResponse()
Properties
CourseRefundPolicyId
Declaration
public int CourseRefundPolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseRefundPolicyUsaStateList
Declaration
public List<CourseRefundPolicyUsaState> CourseRefundPolicyUsaStateList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CourseRefundPolicyUsaState> |
MessageResult
Declaration
public string MessageResult { get; set; }
Property Value
Type | Description |
---|---|
System.String |