AUTHORS.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
tests/__init__.py
tests/conftest.py
tests/test_executor.py
tests/test_single_dispatch_str.py
tests/accounting/__init__.py
tests/accounting/api/__init__.py
tests/accounting/api/test_accounting_api.py
tests/accounting/api/cassettes/test_get_organisations.yaml
tests/accounting/api/cassettes/test_invoice_attachment_upload_and_download.yaml
tests/accounting/api/fixtures/inv-0032.pdf
tests/cassettes/test_vcr.yaml
tests/identity/__init__.py
tests/identity/api/__init__.py
tests/identity/api/test_identity_api.py
tests/identity/api/cassettes/test_get_connections.yaml
tests/test_api_client/__init__.py
tests/test_api_client/test_deserializer.py
tests/test_api_client/test_oauth2.py
tests/test_api_client/test_serializer.py
tests/test_api_client/cassettes/test_call_api_get_organisations.yaml
tests/test_api_client/cassettes/test_token_api_refresh_token.yaml
xero_python/__init__.py
xero_python/models.py
xero_python/rest.py
xero_python/single_dispatch_str.py
xero_python/utils.py
xero_python.egg-info/PKG-INFO
xero_python.egg-info/SOURCES.txt
xero_python.egg-info/dependency_links.txt
xero_python.egg-info/requires.txt
xero_python.egg-info/top_level.txt
xero_python/accounting/__init__.py
xero_python/accounting/api/__init__.py
xero_python/accounting/api/accounting_api.py
xero_python/accounting/api/exception_handler.py
xero_python/accounting/models/__init__.py
xero_python/accounting/models/account.py
xero_python/accounting/models/account_type.py
xero_python/accounting/models/accounts.py
xero_python/accounting/models/accounts_payable.py
xero_python/accounting/models/accounts_receivable.py
xero_python/accounting/models/action.py
xero_python/accounting/models/actions.py
xero_python/accounting/models/address.py
xero_python/accounting/models/address_for_organisation.py
xero_python/accounting/models/allocation.py
xero_python/accounting/models/allocations.py
xero_python/accounting/models/attachment.py
xero_python/accounting/models/attachments.py
xero_python/accounting/models/balance_details.py
xero_python/accounting/models/balances.py
xero_python/accounting/models/bank_transaction.py
xero_python/accounting/models/bank_transactions.py
xero_python/accounting/models/bank_transfer.py
xero_python/accounting/models/bank_transfers.py
xero_python/accounting/models/batch_payment.py
xero_python/accounting/models/batch_payment_details.py
xero_python/accounting/models/batch_payments.py
xero_python/accounting/models/bill.py
xero_python/accounting/models/branding_theme.py
xero_python/accounting/models/branding_themes.py
xero_python/accounting/models/budget.py
xero_python/accounting/models/budget_balance.py
xero_python/accounting/models/budget_line.py
xero_python/accounting/models/budgets.py
xero_python/accounting/models/cis_org_setting.py
xero_python/accounting/models/cis_org_settings.py
xero_python/accounting/models/cis_setting.py
xero_python/accounting/models/cis_settings.py
xero_python/accounting/models/contact.py
xero_python/accounting/models/contact_group.py
xero_python/accounting/models/contact_groups.py
xero_python/accounting/models/contact_person.py
xero_python/accounting/models/contacts.py
xero_python/accounting/models/conversion_balances.py
xero_python/accounting/models/conversion_date.py
xero_python/accounting/models/country_code.py
xero_python/accounting/models/credit_note.py
xero_python/accounting/models/credit_notes.py
xero_python/accounting/models/currencies.py
xero_python/accounting/models/currency.py
xero_python/accounting/models/currency_code.py
xero_python/accounting/models/element.py
xero_python/accounting/models/employee.py
xero_python/accounting/models/employees.py
xero_python/accounting/models/error.py
xero_python/accounting/models/expense_claim.py
xero_python/accounting/models/expense_claims.py
xero_python/accounting/models/external_link.py
xero_python/accounting/models/history_record.py
xero_python/accounting/models/history_records.py
xero_python/accounting/models/import_summary.py
xero_python/accounting/models/import_summary_accounts.py
xero_python/accounting/models/import_summary_object.py
xero_python/accounting/models/import_summary_organisation.py
xero_python/accounting/models/invoice.py
xero_python/accounting/models/invoice_reminder.py
xero_python/accounting/models/invoice_reminders.py
xero_python/accounting/models/invoices.py
xero_python/accounting/models/item.py
xero_python/accounting/models/items.py
xero_python/accounting/models/journal.py
xero_python/accounting/models/journal_line.py
xero_python/accounting/models/journals.py
xero_python/accounting/models/line_amount_types.py
xero_python/accounting/models/line_item.py
xero_python/accounting/models/line_item_tracking.py
xero_python/accounting/models/linked_transaction.py
xero_python/accounting/models/linked_transactions.py
xero_python/accounting/models/manual_journal.py
xero_python/accounting/models/manual_journal_line.py
xero_python/accounting/models/manual_journals.py
xero_python/accounting/models/online_invoice.py
xero_python/accounting/models/online_invoices.py
xero_python/accounting/models/organisation.py
xero_python/accounting/models/organisations.py
xero_python/accounting/models/overpayment.py
xero_python/accounting/models/overpayments.py
xero_python/accounting/models/payment.py
xero_python/accounting/models/payment_delete.py
xero_python/accounting/models/payment_service.py
xero_python/accounting/models/payment_services.py
xero_python/accounting/models/payment_term.py
xero_python/accounting/models/payment_term_type.py
xero_python/accounting/models/payments.py
xero_python/accounting/models/phone.py
xero_python/accounting/models/prepayment.py
xero_python/accounting/models/prepayments.py
xero_python/accounting/models/purchase.py
xero_python/accounting/models/purchase_order.py
xero_python/accounting/models/purchase_orders.py
xero_python/accounting/models/quote.py
xero_python/accounting/models/quote_line_amount_types.py
xero_python/accounting/models/quote_status_codes.py
xero_python/accounting/models/quotes.py
xero_python/accounting/models/receipt.py
xero_python/accounting/models/receipts.py
xero_python/accounting/models/repeating_invoice.py
xero_python/accounting/models/repeating_invoices.py
xero_python/accounting/models/report.py
xero_python/accounting/models/report_attribute.py
xero_python/accounting/models/report_cell.py
xero_python/accounting/models/report_fields.py
xero_python/accounting/models/report_row.py
xero_python/accounting/models/report_rows.py
xero_python/accounting/models/report_with_row.py
xero_python/accounting/models/report_with_rows.py
xero_python/accounting/models/reports.py
xero_python/accounting/models/request_empty.py
xero_python/accounting/models/row_type.py
xero_python/accounting/models/sales_tracking_category.py
xero_python/accounting/models/schedule.py
xero_python/accounting/models/setup.py
xero_python/accounting/models/tax_component.py
xero_python/accounting/models/tax_rate.py
xero_python/accounting/models/tax_rates.py
xero_python/accounting/models/tax_type.py
xero_python/accounting/models/ten_ninety_nine_contact.py
xero_python/accounting/models/ten_nintey_nine_contact.py
xero_python/accounting/models/time_zone.py
xero_python/accounting/models/tracking_categories.py
xero_python/accounting/models/tracking_category.py
xero_python/accounting/models/tracking_option.py
xero_python/accounting/models/tracking_options.py
xero_python/accounting/models/user.py
xero_python/accounting/models/users.py
xero_python/accounting/models/validation_error.py
xero_python/api_client/__init__.py
xero_python/api_client/configuration.py
xero_python/api_client/deserializer.py
xero_python/api_client/oauth2.py
xero_python/api_client/serializer.py
xero_python/assets/__init__.py
xero_python/assets/api/__init__.py
xero_python/assets/api/asset_api.py
xero_python/assets/models/__init__.py
xero_python/assets/models/asset.py
xero_python/assets/models/asset_status.py
xero_python/assets/models/asset_status_query_param.py
xero_python/assets/models/asset_type.py
xero_python/assets/models/assets.py
xero_python/assets/models/book_depreciation_detail.py
xero_python/assets/models/book_depreciation_setting.py
xero_python/assets/models/error.py
xero_python/assets/models/field_validation_errors_element.py
xero_python/assets/models/pagination.py
xero_python/assets/models/resource_validation_errors_element.py
xero_python/assets/models/setting.py
xero_python/exceptions/__init__.py
xero_python/exceptions/http_status_exceptions.py
xero_python/file/__init__.py
xero_python/file/api/__init__.py
xero_python/file/api/files_api.py
xero_python/file/models/__init__.py
xero_python/file/models/association.py
xero_python/file/models/file_object.py
xero_python/file/models/files.py
xero_python/file/models/folder.py
xero_python/file/models/folders.py
xero_python/file/models/inline_object.py
xero_python/file/models/inline_object1.py
xero_python/file/models/object_group.py
xero_python/file/models/object_type.py
xero_python/file/models/upload_object.py
xero_python/file/models/user.py
xero_python/identity/__init__.py
xero_python/identity/api/__init__.py
xero_python/identity/api/exception_handler.py
xero_python/identity/api/identity_api.py
xero_python/identity/models/__init__.py
xero_python/identity/models/access_token.py
xero_python/identity/models/connection.py
xero_python/identity/models/refresh_token.py
xero_python/payrollau/__init__.py
xero_python/payrollau/api/__init__.py
xero_python/payrollau/api/payroll_au_api.py
xero_python/payrollau/models/__init__.py
xero_python/payrollau/models/account.py
xero_python/payrollau/models/account_type.py
xero_python/payrollau/models/allowance_type.py
xero_python/payrollau/models/api_exception.py
xero_python/payrollau/models/bank_account.py
xero_python/payrollau/models/calendar_type.py
xero_python/payrollau/models/deduction_line.py
xero_python/payrollau/models/deduction_type.py
xero_python/payrollau/models/deduction_type_calculation_type.py
xero_python/payrollau/models/earnings_line.py
xero_python/payrollau/models/earnings_rate.py
xero_python/payrollau/models/earnings_rate_calculation_type.py
xero_python/payrollau/models/earnings_type.py
xero_python/payrollau/models/employee.py
xero_python/payrollau/models/employee_status.py
xero_python/payrollau/models/employees.py
xero_python/payrollau/models/employment_basis.py
xero_python/payrollau/models/employment_termination_payment_type.py
xero_python/payrollau/models/entitlement_final_pay_payout_type.py
xero_python/payrollau/models/home_address.py
xero_python/payrollau/models/leave_accrual_line.py
xero_python/payrollau/models/leave_application.py
xero_python/payrollau/models/leave_applications.py
xero_python/payrollau/models/leave_balance.py
xero_python/payrollau/models/leave_earnings_line.py
xero_python/payrollau/models/leave_line.py
xero_python/payrollau/models/leave_line_calculation_type.py
xero_python/payrollau/models/leave_lines.py
xero_python/payrollau/models/leave_period.py
xero_python/payrollau/models/leave_period_status.py
xero_python/payrollau/models/leave_type.py
xero_python/payrollau/models/leave_type_contribution_type.py
xero_python/payrollau/models/manual_tax_type.py
xero_python/payrollau/models/opening_balances.py
xero_python/payrollau/models/pay_item.py
xero_python/payrollau/models/pay_items.py
xero_python/payrollau/models/pay_run.py
xero_python/payrollau/models/pay_run_status.py
xero_python/payrollau/models/pay_runs.py
xero_python/payrollau/models/pay_template.py
xero_python/payrollau/models/payment_frequency_type.py
xero_python/payrollau/models/payroll_calendar.py
xero_python/payrollau/models/payroll_calendars.py
xero_python/payrollau/models/payslip.py
xero_python/payrollau/models/payslip_lines.py
xero_python/payrollau/models/payslip_object.py
xero_python/payrollau/models/payslip_summary.py
xero_python/payrollau/models/payslips.py
xero_python/payrollau/models/rate_type.py
xero_python/payrollau/models/reimbursement_line.py
xero_python/payrollau/models/reimbursement_lines.py
xero_python/payrollau/models/reimbursement_type.py
xero_python/payrollau/models/residency_status.py
xero_python/payrollau/models/settings.py
xero_python/payrollau/models/settings_object.py
xero_python/payrollau/models/settings_tracking_categories.py
xero_python/payrollau/models/settings_tracking_categories_employee_groups.py
xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py
xero_python/payrollau/models/state.py
xero_python/payrollau/models/super_fund.py
xero_python/payrollau/models/super_fund_product.py
xero_python/payrollau/models/super_fund_products.py
xero_python/payrollau/models/super_fund_type.py
xero_python/payrollau/models/super_funds.py
xero_python/payrollau/models/super_line.py
xero_python/payrollau/models/super_membership.py
xero_python/payrollau/models/superannuation_calculation_type.py
xero_python/payrollau/models/superannuation_contribution_type.py
xero_python/payrollau/models/superannuation_line.py
xero_python/payrollau/models/tax_declaration.py
xero_python/payrollau/models/tax_line.py
xero_python/payrollau/models/tfn_exemption_type.py
xero_python/payrollau/models/timesheet.py
xero_python/payrollau/models/timesheet_line.py
xero_python/payrollau/models/timesheet_object.py
xero_python/payrollau/models/timesheet_status.py
xero_python/payrollau/models/timesheets.py
xero_python/payrollau/models/validation_error.py
xero_python/payrollnz/__init__.py
xero_python/payrollnz/api/__init__.py
xero_python/payrollnz/api/payroll_nz_api.py
xero_python/payrollnz/models/__init__.py
xero_python/payrollnz/models/account.py
xero_python/payrollnz/models/accounts.py
xero_python/payrollnz/models/address.py
xero_python/payrollnz/models/bank_account.py
xero_python/payrollnz/models/benefit.py
xero_python/payrollnz/models/calendar_type.py
xero_python/payrollnz/models/deduction.py
xero_python/payrollnz/models/deduction_line.py
xero_python/payrollnz/models/deduction_object.py
xero_python/payrollnz/models/deductions.py
xero_python/payrollnz/models/earnings_line.py
xero_python/payrollnz/models/earnings_order.py
xero_python/payrollnz/models/earnings_order_object.py
xero_python/payrollnz/models/earnings_orders.py
xero_python/payrollnz/models/earnings_rate.py
xero_python/payrollnz/models/earnings_rate_object.py
xero_python/payrollnz/models/earnings_rates.py
xero_python/payrollnz/models/earnings_template.py
xero_python/payrollnz/models/earnings_template_object.py
xero_python/payrollnz/models/employee.py
xero_python/payrollnz/models/employee_earnings_templates.py
xero_python/payrollnz/models/employee_leave.py
xero_python/payrollnz/models/employee_leave_balance.py
xero_python/payrollnz/models/employee_leave_balances.py
xero_python/payrollnz/models/employee_leave_object.py
xero_python/payrollnz/models/employee_leave_setup.py
xero_python/payrollnz/models/employee_leave_setup_object.py
xero_python/payrollnz/models/employee_leave_type.py
xero_python/payrollnz/models/employee_leave_type_object.py
xero_python/payrollnz/models/employee_leave_types.py
xero_python/payrollnz/models/employee_leaves.py
xero_python/payrollnz/models/employee_object.py
xero_python/payrollnz/models/employee_opening_balance.py
xero_python/payrollnz/models/employee_opening_balances_object.py
xero_python/payrollnz/models/employee_pay_template.py
xero_python/payrollnz/models/employee_pay_template_object.py
xero_python/payrollnz/models/employee_pay_templates.py
xero_python/payrollnz/models/employee_statutory_leave_balance.py
xero_python/payrollnz/models/employee_statutory_leave_balance_object.py
xero_python/payrollnz/models/employee_statutory_leave_summary.py
xero_python/payrollnz/models/employee_statutory_leaves_summaries.py
xero_python/payrollnz/models/employee_statutory_sick_leave.py
xero_python/payrollnz/models/employee_statutory_sick_leave_object.py
xero_python/payrollnz/models/employee_statutory_sick_leaves.py
xero_python/payrollnz/models/employee_tax.py
xero_python/payrollnz/models/employee_tax_object.py
xero_python/payrollnz/models/employees.py
xero_python/payrollnz/models/employment.py
xero_python/payrollnz/models/employment_object.py
xero_python/payrollnz/models/gross_earnings_history.py
xero_python/payrollnz/models/invalid_field.py
xero_python/payrollnz/models/leave_accrual_line.py
xero_python/payrollnz/models/leave_earnings_line.py
xero_python/payrollnz/models/leave_period.py
xero_python/payrollnz/models/leave_periods.py
xero_python/payrollnz/models/leave_type.py
xero_python/payrollnz/models/leave_type_object.py
xero_python/payrollnz/models/leave_types.py
xero_python/payrollnz/models/pagination.py
xero_python/payrollnz/models/pay_run.py
xero_python/payrollnz/models/pay_run_calendar.py
xero_python/payrollnz/models/pay_run_calendar_object.py
xero_python/payrollnz/models/pay_run_calendars.py
xero_python/payrollnz/models/pay_run_object.py
xero_python/payrollnz/models/pay_runs.py
xero_python/payrollnz/models/pay_slip.py
xero_python/payrollnz/models/pay_slip_object.py
xero_python/payrollnz/models/pay_slips.py
xero_python/payrollnz/models/payment_line.py
xero_python/payrollnz/models/payment_method.py
xero_python/payrollnz/models/payment_method_object.py
xero_python/payrollnz/models/problem.py
xero_python/payrollnz/models/reimbursement.py
xero_python/payrollnz/models/reimbursement_line.py
xero_python/payrollnz/models/reimbursement_object.py
xero_python/payrollnz/models/reimbursements.py
xero_python/payrollnz/models/salary_and_wage.py
xero_python/payrollnz/models/salary_and_wage_object.py
xero_python/payrollnz/models/salary_and_wages.py
xero_python/payrollnz/models/settings.py
xero_python/payrollnz/models/statutory_deduction.py
xero_python/payrollnz/models/statutory_deduction_category.py
xero_python/payrollnz/models/statutory_deduction_line.py
xero_python/payrollnz/models/statutory_deduction_object.py
xero_python/payrollnz/models/statutory_deductions.py
xero_python/payrollnz/models/superannuation_line.py
xero_python/payrollnz/models/superannuation_object.py
xero_python/payrollnz/models/superannuations.py
xero_python/payrollnz/models/tax_code.py
xero_python/payrollnz/models/tax_line.py
xero_python/payrollnz/models/tax_settings.py
xero_python/payrollnz/models/timesheet.py
xero_python/payrollnz/models/timesheet_earnings_line.py
xero_python/payrollnz/models/timesheet_line.py
xero_python/payrollnz/models/timesheet_line_object.py
xero_python/payrollnz/models/timesheet_object.py
xero_python/payrollnz/models/timesheets.py
xero_python/payrollnz/models/tracking_categories.py
xero_python/payrollnz/models/tracking_category.py
xero_python/payrolluk/__init__.py
xero_python/payrolluk/api/__init__.py
xero_python/payrolluk/api/exception_handler.py
xero_python/payrolluk/api/payroll_uk_api.py
xero_python/payrolluk/models/__init__.py
xero_python/payrolluk/models/account.py
xero_python/payrolluk/models/accounts.py
xero_python/payrolluk/models/address.py
xero_python/payrolluk/models/bank_account.py
xero_python/payrolluk/models/benefit.py
xero_python/payrolluk/models/benefit_line.py
xero_python/payrolluk/models/benefit_object.py
xero_python/payrolluk/models/benefits.py
xero_python/payrolluk/models/court_order_line.py
xero_python/payrolluk/models/deduction.py
xero_python/payrolluk/models/deduction_line.py
xero_python/payrolluk/models/deduction_object.py
xero_python/payrolluk/models/deductions.py
xero_python/payrolluk/models/earnings_line.py
xero_python/payrolluk/models/earnings_order.py
xero_python/payrolluk/models/earnings_order_object.py
xero_python/payrolluk/models/earnings_orders.py
xero_python/payrolluk/models/earnings_rate.py
xero_python/payrolluk/models/earnings_rate_object.py
xero_python/payrolluk/models/earnings_rates.py
xero_python/payrolluk/models/earnings_template.py
xero_python/payrolluk/models/earnings_template_object.py
xero_python/payrolluk/models/employee.py
xero_python/payrolluk/models/employee_leave.py
xero_python/payrolluk/models/employee_leave_balance.py
xero_python/payrolluk/models/employee_leave_balances.py
xero_python/payrolluk/models/employee_leave_object.py
xero_python/payrolluk/models/employee_leave_type.py
xero_python/payrolluk/models/employee_leave_type_object.py
xero_python/payrolluk/models/employee_leave_types.py
xero_python/payrolluk/models/employee_leaves.py
xero_python/payrolluk/models/employee_object.py
xero_python/payrolluk/models/employee_opening_balances.py
xero_python/payrolluk/models/employee_opening_balances_object.py
xero_python/payrolluk/models/employee_pay_template.py
xero_python/payrolluk/models/employee_pay_template_object.py
xero_python/payrolluk/models/employee_pay_templates.py
xero_python/payrolluk/models/employee_statutory_leave_balance.py
xero_python/payrolluk/models/employee_statutory_leave_balance_object.py
xero_python/payrolluk/models/employee_statutory_leave_summary.py
xero_python/payrolluk/models/employee_statutory_leaves_summaries.py
xero_python/payrolluk/models/employee_statutory_sick_leave.py
xero_python/payrolluk/models/employee_statutory_sick_leave_object.py
xero_python/payrolluk/models/employee_statutory_sick_leaves.py
xero_python/payrolluk/models/employee_tax.py
xero_python/payrolluk/models/employee_tax_object.py
xero_python/payrolluk/models/employees.py
xero_python/payrolluk/models/employment.py
xero_python/payrolluk/models/employment_object.py
xero_python/payrolluk/models/invalid_field.py
xero_python/payrolluk/models/leave_accrual_line.py
xero_python/payrolluk/models/leave_earnings_line.py
xero_python/payrolluk/models/leave_period.py
xero_python/payrolluk/models/leave_periods.py
xero_python/payrolluk/models/leave_type.py
xero_python/payrolluk/models/leave_type_object.py
xero_python/payrolluk/models/leave_types.py
xero_python/payrolluk/models/pagination.py
xero_python/payrolluk/models/pay_run.py
xero_python/payrolluk/models/pay_run_calendar.py
xero_python/payrolluk/models/pay_run_calendar_object.py
xero_python/payrolluk/models/pay_run_calendars.py
xero_python/payrolluk/models/pay_run_object.py
xero_python/payrolluk/models/pay_runs.py
xero_python/payrolluk/models/payment_line.py
xero_python/payrolluk/models/payment_method.py
xero_python/payrolluk/models/payment_method_object.py
xero_python/payrolluk/models/payslip.py
xero_python/payrolluk/models/payslip_object.py
xero_python/payrolluk/models/payslips.py
xero_python/payrolluk/models/problem.py
xero_python/payrolluk/models/reimbursement.py
xero_python/payrolluk/models/reimbursement_line.py
xero_python/payrolluk/models/reimbursement_object.py
xero_python/payrolluk/models/reimbursements.py
xero_python/payrolluk/models/salary_and_wage.py
xero_python/payrolluk/models/salary_and_wage_object.py
xero_python/payrolluk/models/salary_and_wages.py
xero_python/payrolluk/models/settings.py
xero_python/payrolluk/models/statutory_deduction.py
xero_python/payrolluk/models/statutory_deduction_category.py
xero_python/payrolluk/models/tax_line.py
xero_python/payrolluk/models/timesheet.py
xero_python/payrolluk/models/timesheet_earnings_line.py
xero_python/payrolluk/models/timesheet_line.py
xero_python/payrolluk/models/timesheet_line_object.py
xero_python/payrolluk/models/timesheet_object.py
xero_python/payrolluk/models/timesheets.py
xero_python/payrolluk/models/tracking_categories.py
xero_python/payrolluk/models/tracking_category.py
xero_python/project/__init__.py
xero_python/project/api/__init__.py
xero_python/project/api/project_api.py
xero_python/project/models/__init__.py
xero_python/project/models/amount.py
xero_python/project/models/charge_type.py
xero_python/project/models/currency_code.py
xero_python/project/models/error.py
xero_python/project/models/pagination.py
xero_python/project/models/project.py
xero_python/project/models/project_create_or_update.py
xero_python/project/models/project_patch.py
xero_python/project/models/project_status.py
xero_python/project/models/project_user.py
xero_python/project/models/project_users.py
xero_python/project/models/projects.py
xero_python/project/models/task.py
xero_python/project/models/task_create_or_update.py
xero_python/project/models/tasks.py
xero_python/project/models/time_entries.py
xero_python/project/models/time_entry.py
xero_python/project/models/time_entry_create_or_update.py