Class GetHousingMoveOutRenewalRequest
Inheritance
System.Object
GetHousingMoveOutRenewalRequest
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetHousingMoveOutRenewalRequest : ServiceRequest
Constructors
GetHousingMoveOutRenewalRequest()
Declaration
public GetHousingMoveOutRenewalRequest()
Properties
ActivityId
Declaration
public int ActivityId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsAcademicYearBased
Declaration
public bool IsAcademicYearBased { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMoveout
Declaration
public bool IsMoveout { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRemovePendingCharges
Declaration
public bool IsRemovePendingCharges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LeaseHistoryId
Declaration
public int LeaseHistoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MoveOutDate
Declaration
public DateTime MoveOutDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MoveOutReasonID
Declaration
public int MoveOutReasonID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReferalAmount
Declaration
public decimal ReferalAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StudentLeaseList
Declaration
public List<StudentLease> StudentLeaseList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<StudentLease> |
|
SubsidiaryAccountTypeId
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubsidiaryBillCodeId
Declaration
public int SubsidiaryBillCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubsidiaryId
Declaration
public int SubsidiaryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubsidiaryTermId
Declaration
public int SubsidiaryTermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermFee
Declaration
public decimal TermFee { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|