Class RevenueRecognitionCalculateGenerateReferenceNoResponse
Inheritance
System.Object
RevenueRecognitionCalculateGenerateReferenceNoResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RevenueRecognitionCalculateGenerateReferenceNoResponse : ServiceResponse
Constructors
RevenueRecognitionCalculateGenerateReferenceNoResponse()
Declaration
public RevenueRecognitionCalculateGenerateReferenceNoResponse()
Properties
AsOfDate
AsOfDate
Declaration
[Obsolete("Use RevenueRecognitionReference.EndDate")]
public string AsOfDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LowDate
LowDate
Declaration
[Obsolete("Use RevenueRecognitionReference.StartDate")]
public string LowDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceNo
ReferenceNo
Declaration
[Obsolete("Use RevenueRecognitionReference.ReferenceNumber")]
public string ReferenceNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RevenueRecognitionReferenceList
Revenue Recognition Calculate Response List
Declaration
public ICollection<RevenueRecognitionReference> RevenueRecognitionReferenceList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RevenueRecognitionReference> |