Class PostRevenueRequest
Represents the a request for the PostRevenue method.
Inheritance
System.Object
PostRevenueRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostRevenueRequest : ServiceRequest
Constructors
PostRevenueRequest()
Declaration
public PostRevenueRequest()
Properties
AsOfDate
Declaration
[Obsolete("Use OpenBatch.EndDate")]
public string AsOfDate { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchTotal
Declaration
[Obsolete("Use OpenBatch.BatchAmount")]
public decimal? BatchTotal { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Campus
Declaration
[Obsolete("Use OpenBatch.CampusId")]
public int Campus { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OpenBatchList
Declaration
public ICollection<OpenBatch> OpenBatchList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<OpenBatch> |
|
ReferenceNo
Declaration
[Obsolete("Use OpenBatch.ReferenceNumber")]
public string ReferenceNo { get; set; }
Property Value
Type |
Description |
System.String |
|
UserID
Declaration
[Obsolete("Use OpenBatch.UserId")]
public int UserID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|