Class PostRefundCalculationRequest
Represents the a request for the PostRefundCalculation method.
Inheritance
System.Object
PostRefundCalculationRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostRefundCalculationRequest : ServiceRequest
Constructors
PostRefundCalculationRequest()
Declaration
public PostRefundCalculationRequest()
Properties
Id
Student Refund Calculation Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IgnoreDefaultReturnMethodNotSetWarning
Declaration
public bool IgnoreDefaultReturnMethodNotSetWarning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPostRefund
Is Post Refund True - Post Refund False - Undo Post Refund
Declaration
public bool IsPostRefund { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RefundPaidDisbursement
Refund Paid Disbursement
Declaration
public List<RefundPaidDisbursement> RefundPaidDisbursement { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RefundPaidDisbursement> |
StudentEnrollmentPeriodId
Student Enrollment Period Id
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentRefundCalculationOptionId
Student Refund Calculation Option Id
Declaration
public int StudentRefundCalculationOptionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |