Class ReversePostedRevenueRequest
Represents the a request for the ReversePostedRevenue method.
Inheritance
System.Object
ReversePostedRevenueRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ReversePostedRevenueRequest : ServiceRequest
Constructors
ReversePostedRevenueRequest()
Declaration
public ReversePostedRevenueRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastEarnDate
Declaration
public string LastEarnDate { get; set; }
Property Value
Type |
Description |
System.String |
|
PostDate
Declaration
public string PostDate { get; set; }
Property Value
Type |
Description |
System.String |
|
ReferenceNo
Declaration
public string ReferenceNo { get; set; }
Property Value
Type |
Description |
System.String |
|