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.Collections.Generic.ICollection<System.Int32> |
HousingApplicationStudentId
Declaration
public int HousingApplicationStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsAllowedToOverride
Declaration
public bool IsAllowedToOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |