Class UpdateStudentAcademicYearPackagingMethodRequest
The UpdateStudentAcademicYearPackagingMethodRequest represents the request Object for the UpdateStudentAcademicYearPackagingMethod method of StudentAcademicYearService.
Inheritance
System.Object
UpdateStudentAcademicYearPackagingMethodRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class UpdateStudentAcademicYearPackagingMethodRequest : ServiceRequest
Constructors
UpdateStudentAcademicYearPackagingMethodRequest()
Declaration
public UpdateStudentAcademicYearPackagingMethodRequest()
Properties
PackagingMethodId
Declaration
public int PackagingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |