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