Class SaveHousingLeaseScheduledChargeRequest
Represents the a request for the SaveHousingLeaseScheduledCharge method.
Inheritance
System.Object
SaveHousingLeaseScheduledChargeRequest
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class SaveHousingLeaseScheduledChargeRequest : ServiceRequest
Constructors
SaveHousingLeaseScheduledChargeRequest()
Declaration
public SaveHousingLeaseScheduledChargeRequest()
Properties
HousingLeaseScheduledChargeList
Declaration
public ICollection<HousingLeaseScheduledChargeCustom> HousingLeaseScheduledChargeList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<HousingLeaseScheduledChargeCustom> |
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |