Class CalculateStudentRefundResponse
Represents the response for the CalculateStudentRefund method.
Inheritance
System.Object
CalculateStudentRefundResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CalculateStudentRefundResponse : ServiceResponse
Constructors
CalculateStudentRefundResponse()
Declaration
public CalculateStudentRefundResponse()
Properties
IgnoredRefundPolicyList
Declaration
public List<string> IgnoredRefundPolicyList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ResponseCode
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |