Class SaveBursaryGeneralLedgerAccountListRequest
Represents the response for the SaveBursaryGeneralLedgerAccountListRequest method.
Inheritance
System.Object
SaveBursaryGeneralLedgerAccountListRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveBursaryGeneralLedgerAccountListRequest : ServiceRequest
Constructors
SaveBursaryGeneralLedgerAccountListRequest()
Declaration
public SaveBursaryGeneralLedgerAccountListRequest()
Properties
BursaryGeneralAccountLedgerList
Gets or sets the BursaryFeeDisbursementLedgerList.
Declaration
public List<BursaryGeneralLedgerAccount> BursaryGeneralAccountLedgerList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BursaryGeneralLedgerAccount> |