Class CalculateStudentRefundRequest
Represents the a request for the CalculateStudentRefund method.
Inheritance
System.Object
CalculateStudentRefundRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CalculateStudentRefundRequest : ServiceRequest
Constructors
CalculateStudentRefundRequest()
Declaration
public CalculateStudentRefundRequest()
Properties
IgnoreAutomaticRefundPolicies
Ignore Automatic Refund Policies
Declaration
public bool? IgnoreAutomaticRefundPolicies { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsAutomaticRefundCalculation
Is a automatic refund calculation
Declaration
public bool? IsAutomaticRefundCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsRequestFromPolicySummary
Is Request From Policy Summary
Declaration
public bool IsRequestFromPolicySummary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PeriodBeginDate
Period Begin Date
Declaration
public DateTime? PeriodBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PeriodEndDate
Period End Date
Declaration
public DateTime? PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PreviousStudentRt4CalculationId
Previous Student Rt4 Calculation Id
Declaration
public int PreviousStudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentRefundCalculationId
Student Refund Calculation Id
Declaration
public int StudentRefundCalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentRefundCalculationPolicySummaryId
Student Refund Calculation Policy Summary Id
Declaration
public int StudentRefundCalculationPolicySummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentRt4CalculationId
Student Rt4 Calculation Id
Declaration
public int StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |