Class GetGeneralLedgerLinkRecordsResponse
Represents the response for the GetGeneralLedgerLinkRecords method.
Inheritance
System.Object
GetGeneralLedgerLinkRecordsResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetGeneralLedgerLinkRecordsResponse : ServiceResponse
Constructors
GetGeneralLedgerLinkRecordsResponse()
Declaration
public GetGeneralLedgerLinkRecordsResponse()
Properties
GeneralLedgerLinkRecords
Declaration
public List<GeneralLedgerLinkRecord> GeneralLedgerLinkRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GeneralLedgerLinkRecord> |