|
24 | 24 | from xero_python.payrollau.models.allowance_type import AllowanceType |
25 | 25 | from xero_python.payrollau.models.bank_account import BankAccount |
26 | 26 | from xero_python.payrollau.models.calendar_type import CalendarType |
| 27 | +from xero_python.payrollau.models.country_of_residence import CountryOfResidence |
27 | 28 | from xero_python.payrollau.models.deduction_line import DeductionLine |
28 | 29 | from xero_python.payrollau.models.deduction_type import DeductionType |
29 | 30 | from xero_python.payrollau.models.deduction_type_calculation_type import ( |
|
42 | 43 | from xero_python.payrollau.models.employment_termination_payment_type import ( |
43 | 44 | EmploymentTerminationPaymentType, |
44 | 45 | ) |
| 46 | +from xero_python.payrollau.models.employment_type import EmploymentType |
45 | 47 | from xero_python.payrollau.models.entitlement_final_pay_payout_type import ( |
46 | 48 | EntitlementFinalPayPayoutType, |
47 | 49 | ) |
48 | 50 | from xero_python.payrollau.models.home_address import HomeAddress |
| 51 | +from xero_python.payrollau.models.income_type import IncomeType |
49 | 52 | from xero_python.payrollau.models.leave_accrual_line import LeaveAccrualLine |
50 | 53 | from xero_python.payrollau.models.leave_application import LeaveApplication |
51 | 54 | from xero_python.payrollau.models.leave_applications import LeaveApplications |
|
84 | 87 | from xero_python.payrollau.models.reimbursement_lines import ReimbursementLines |
85 | 88 | from xero_python.payrollau.models.reimbursement_type import ReimbursementType |
86 | 89 | from xero_python.payrollau.models.residency_status import ResidencyStatus |
| 90 | +from xero_python.payrollau.models.senior_marital_status import SeniorMaritalStatus |
87 | 91 | from xero_python.payrollau.models.settings import Settings |
88 | 92 | from xero_python.payrollau.models.settings_object import SettingsObject |
89 | 93 | from xero_python.payrollau.models.settings_tracking_categories import ( |
|
113 | 117 | from xero_python.payrollau.models.tfn_exemption_type import TFNExemptionType |
114 | 118 | from xero_python.payrollau.models.tax_declaration import TaxDeclaration |
115 | 119 | from xero_python.payrollau.models.tax_line import TaxLine |
| 120 | +from xero_python.payrollau.models.tax_scale_type import TaxScaleType |
116 | 121 | from xero_python.payrollau.models.timesheet import Timesheet |
117 | 122 | from xero_python.payrollau.models.timesheet_line import TimesheetLine |
118 | 123 | from xero_python.payrollau.models.timesheet_object import TimesheetObject |
119 | 124 | from xero_python.payrollau.models.timesheet_status import TimesheetStatus |
120 | 125 | from xero_python.payrollau.models.timesheets import Timesheets |
121 | 126 | from xero_python.payrollau.models.validation_error import ValidationError |
| 127 | +from xero_python.payrollau.models.work_condition import WorkCondition |
0 commit comments