LoanBalancesReportLine

Name / Description Type / Format Example
employeeName string "string"
payrollCode string "string"
issueDate string date "2024-10-18"
reference string "string"
payCode string "string"
loanAmount number double 0.0
paidAmount number double 0.0
outstandingBalance number double 0.0
{
  "employeeName": "string",
  "payrollCode": "string",
  "issueDate": "2024-10-18",
  "reference": "string",
  "payCode": "string",
  "loanAmount": 0.0,
  "paidAmount": 0.0,
  "outstandingBalance": 0.0
}
Contained in Models
LoanBalancesReport
Consumed by Operations

- none -

Returned by Operations

- none -