Class SwitchHousingRoomRequest
Inheritance
System.Object
SwitchHousingRoomRequest
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class SwitchHousingRoomRequest : ServiceRequest
Constructors
SwitchHousingRoomRequest()
Declaration
public SwitchHousingRoomRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingLeaseId
Declaration
public int HousingLeaseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingRoomId
Declaration
public int HousingRoomId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsLastPrintDateUpdated
Declaration
public bool IsLastPrintDateUpdated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RoomFeeDifferenceAmount
Declaration
public decimal RoomFeeDifferenceAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|