Class RevenueRecognitionCalculate
Inheritance
System.Object
RevenueRecognitionCalculate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RevenueRecognitionCalculate
Constructors
RevenueRecognitionCalculate()
Declaration
public RevenueRecognitionCalculate()
Properties
BatchAmount
Batch Amount
Declaration
public decimal? BatchAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CampusId
Campus Id
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EndDate
End Date
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ReferenceNumber
Reference Number
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Start Date
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |