Class EarningLineAcknowledgementResponse
Inheritance
System.Object
EarningLineAcknowledgementResponse
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.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class EarningLineAcknowledgementResponse
Constructors
EarningLineAcknowledgementResponse()
Declaration
public EarningLineAcknowledgementResponse()
Properties
EarningLineId
Declaration
public int EarningLineId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportEarningLineId
Declaration
public int ExportEarningLineId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SyncStatus
Declaration
public string SyncStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |