Class DeleteStudentAwardStudentPaymentRequest
The DeleteStudentAwardStudentPaymentRequest represents the request Object for the DeleteStudentAwardStudentPayment method of StudentAwardService.
Inheritance
System.Object
DeleteStudentAwardStudentPaymentRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DeleteStudentAwardStudentPaymentRequest : ServiceRequest
Constructors
DeleteStudentAwardStudentPaymentRequest()
Declaration
public DeleteStudentAwardStudentPaymentRequest()
Properties
PreventString
Gets or sets the PreventString.
Declaration
public string PreventString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAwardId
Gets or sets the StudentAwardId.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |