Class AssociateDepositRequest
Represents the a request for the AssociateDeposit method.
Inheritance
System.Object
AssociateDepositRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class AssociateDepositRequest : ServiceRequest
Constructors
AssociateDepositRequest()
Declaration
public AssociateDepositRequest()
Properties
DepositIdList
Declaration
public ICollection<int> DepositIdList { get; set; }
Property Value
Type | Description |
---|---|
System. |
HousingApplicationStudentId
Declaration
public int HousingApplicationStudentId { get; set; }
Property Value
Type | Description |
---|---|
System. |
IsAllowedToOverride
Declaration
public bool IsAllowedToOverride { get; set; }
Property Value
Type | Description |
---|---|
System. |