Skip to content

BudgetEntry

Fintan edited this page Apr 16, 2019 · 10 revisions
BudgetEntry
{
  string GlAccountCode;
  string GlAccountName;
  string Department;
  string DepartmentID;
  string IsDepartmentActive,
  List<PeriodData> Data;
  List<DataErrorDTO> ValidationErrors;

  bool HasErrors;
}

PeriodData

DataErrorDTO

Clone this wiki locally