Class SaveGeneralLedgerLinkCollectionRequest
Represents the a request for the SaveGeneralLedgerLinkCollection method.
Inheritance
System.Object
SaveGeneralLedgerLinkCollectionRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveGeneralLedgerLinkCollectionRequest : ServiceRequest
Constructors
SaveGeneralLedgerLinkCollectionRequest()
Declaration
public SaveGeneralLedgerLinkCollectionRequest()
Properties
GeneralLedgerLinkAccountEntityList
Gets or sets the value.
Declaration
public ICollection<GeneralLedgerLinkAccountEntity> GeneralLedgerLinkAccountEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GeneralLedgerLinkAccountEntity> | The value. |