Class RevenueLastPostedBatchResponse
Represents the response for the GetStudentLastPostedBatch method.
Inheritance
System.Object
RevenueLastPostedBatchResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RevenueLastPostedBatchResponse : ServiceResponse
Constructors
RevenueLastPostedBatchResponse()
Declaration
public RevenueLastPostedBatchResponse()
Properties
LastEarnDate
LastEarnDate
Declaration
public DateTime? LastEarnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PostDate
PostDate
Declaration
public DateTime? PostDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Ref
Ref
Declaration
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
System.String |