Class SaveStudentReleaseOfferResponse
Represents the request for the SaveStudentReleaseOfferResponse method.
Inheritance
System.Object
SaveStudentReleaseOfferResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveStudentReleaseOfferResponse : ServiceResponse
Constructors
SaveStudentReleaseOfferResponse()
Declaration
public SaveStudentReleaseOfferResponse()
Properties
StudentReleaseOfferList
Declaration
public List<StudentReleaseOfferResponseExtended> StudentReleaseOfferList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentReleaseOfferResponseExtended> |