Skip to content

Commit

Permalink
Merge pull request #275 from XeroAPI/sid-development
Browse files Browse the repository at this point in the history
Add missing properties from LeaveLine
  • Loading branch information
SidneyAllen authored Aug 31, 2020
2 parents f62fb29 + 20d2d12 commit 9f13fcb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion payroll-au-yaml/xero-payroll-au.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3763,7 +3763,19 @@ components:
type: boolean
example: true
NumberOfUnits:
description: Leave number of units
description: Number of units for leave line.
type: number
format: double
x-is-money: true
example: 2.5
AnnualNumberOfUnits:
description: Hours of leave accrued each year
type: number
format: double
x-is-money: true
example: 2.5
FullTimeNumberOfUnitsPerPeriod:
description: Normal ordinary earnings number of units for leave line.
type: number
format: double
x-is-money: true
Expand Down

0 comments on commit 9f13fcb

Please sign in to comment.