Class GetStudentHousingApplicantAnswersRequest
Represents the a request for the GetStudentHousingApplicantAnswers method.
Inheritance
System.Object
GetStudentHousingApplicantAnswersRequest
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetStudentHousingApplicantAnswersRequest : ServiceRequest
Constructors
GetStudentHousingApplicantAnswersRequest()
Declaration
public GetStudentHousingApplicantAnswersRequest()
Properties
ApplicationType
Declaration
public string ApplicationType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HousingApplicationId
Declaration
public int HousingApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |