Skip to content

Commit

Permalink
removes jobkeeper allowance type
Browse files Browse the repository at this point in the history
  • Loading branch information
manishT72 committed May 3, 2024
1 parent 33bc724 commit 7def785
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v1/payroll-au/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@
"title" : "",
"type" : "string",
"description" : "",
"enum" : [ "CAR", "TRANSPORT", "LAUNDRY", "MEALS", "TRAVEL", "OTHER", "JOBKEEPER", "TOOLS", "TASKS", "QUALIFICATIONS" ]
"enum" : [ "CAR", "TRANSPORT", "LAUNDRY", "MEALS", "TRAVEL", "OTHER", "TOOLS", "TASKS", "QUALIFICATIONS" ]
};
defs["BankAccount"] = {
"title" : "",
Expand Down
1 change: 0 additions & 1 deletion xero_python/payrollau/models/allowance_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class AllowanceType(Enum):
MEALS = "MEALS"
TRAVEL = "TRAVEL"
OTHER = "OTHER"
JOBKEEPER = "JOBKEEPER"
TOOLS = "TOOLS"
TASKS = "TASKS"
QUALIFICATIONS = "QUALIFICATIONS"

0 comments on commit 7def785

Please sign in to comment.