Class DeleteScheduledRefundRequest
Represents the a request for the DeleteScheduledRefund method.
Inheritance
System.Object
DeleteScheduledRefundRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DeleteScheduledRefundRequest : ServiceRequest
Constructors
DeleteScheduledRefundRequest()
Declaration
public DeleteScheduledRefundRequest()
Properties
RefundId
Declaration
public int RefundId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
RefundStudentAwardDisbursementId
Declaration
public int? RefundStudentAwardDisbursementId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |