xero-ruby 2.3.1 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +29 -4
- data/lib/xero-ruby.rb +10 -1
- data/lib/xero-ruby/api/accounting_api.rb +84 -3
- data/lib/xero-ruby/api/asset_api.rb +0 -1
- data/lib/xero-ruby/api/files_api.rb +0 -1
- data/lib/xero-ruby/api/payroll_au_api.rb +0 -1
- data/lib/xero-ruby/api/payroll_nz_api.rb +0 -1
- data/lib/xero-ruby/api/payroll_uk_api.rb +0 -1
- data/lib/xero-ruby/api/project_api.rb +3 -1
- data/lib/xero-ruby/api_client.rb +34 -27
- data/lib/xero-ruby/api_error.rb +3 -3
- data/lib/xero-ruby/configuration.rb +0 -1
- data/lib/xero-ruby/models/accounting/account.rb +9 -6
- data/lib/xero-ruby/models/accounting/account_type.rb +0 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +9 -6
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +9 -6
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +9 -6
- data/lib/xero-ruby/models/accounting/action.rb +9 -6
- data/lib/xero-ruby/models/accounting/actions.rb +9 -6
- data/lib/xero-ruby/models/accounting/address.rb +11 -9
- data/lib/xero-ruby/models/accounting/address_for_organisation.rb +473 -0
- data/lib/xero-ruby/models/accounting/allocation.rb +9 -6
- data/lib/xero-ruby/models/accounting/allocations.rb +9 -6
- data/lib/xero-ruby/models/accounting/attachment.rb +9 -6
- data/lib/xero-ruby/models/accounting/attachments.rb +9 -6
- data/lib/xero-ruby/models/accounting/balance_details.rb +232 -0
- data/lib/xero-ruby/models/accounting/balances.rb +9 -6
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +9 -6
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +9 -6
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +9 -6
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +9 -6
- data/lib/xero-ruby/models/accounting/batch_payment.rb +14 -11
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +9 -6
- data/lib/xero-ruby/models/accounting/batch_payments.rb +9 -6
- data/lib/xero-ruby/models/accounting/bill.rb +9 -6
- data/lib/xero-ruby/models/accounting/branding_theme.rb +9 -6
- data/lib/xero-ruby/models/accounting/branding_themes.rb +9 -6
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +10 -7
- data/lib/xero-ruby/models/accounting/cis_setting.rb +10 -7
- data/lib/xero-ruby/models/accounting/cis_settings.rb +9 -6
- data/lib/xero-ruby/models/accounting/contact.rb +9 -6
- data/lib/xero-ruby/models/accounting/contact_group.rb +9 -6
- data/lib/xero-ruby/models/accounting/contact_groups.rb +9 -6
- data/lib/xero-ruby/models/accounting/contact_person.rb +9 -6
- data/lib/xero-ruby/models/accounting/contacts.rb +9 -6
- data/lib/xero-ruby/models/accounting/conversion_balances.rb +234 -0
- data/lib/xero-ruby/models/accounting/conversion_date.rb +222 -0
- data/lib/xero-ruby/models/accounting/country_code.rb +0 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +40 -7
- data/lib/xero-ruby/models/accounting/credit_notes.rb +9 -6
- data/lib/xero-ruby/models/accounting/currencies.rb +9 -6
- data/lib/xero-ruby/models/accounting/currency.rb +9 -6
- data/lib/xero-ruby/models/accounting/currency_code.rb +0 -1
- data/lib/xero-ruby/models/accounting/element.rb +9 -6
- data/lib/xero-ruby/models/accounting/employee.rb +9 -6
- data/lib/xero-ruby/models/accounting/employees.rb +9 -6
- data/lib/xero-ruby/models/accounting/error.rb +9 -6
- data/lib/xero-ruby/models/accounting/expense_claim.rb +9 -6
- data/lib/xero-ruby/models/accounting/expense_claims.rb +9 -6
- data/lib/xero-ruby/models/accounting/external_link.rb +9 -6
- data/lib/xero-ruby/models/accounting/history_record.rb +9 -6
- data/lib/xero-ruby/models/accounting/history_records.rb +9 -6
- data/lib/xero-ruby/models/accounting/import_summary.rb +222 -0
- data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +292 -0
- data/lib/xero-ruby/models/accounting/import_summary_object.rb +211 -0
- data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +211 -0
- data/lib/xero-ruby/models/accounting/invoice.rb +21 -23
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +9 -6
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +9 -6
- data/lib/xero-ruby/models/accounting/invoices.rb +9 -6
- data/lib/xero-ruby/models/accounting/item.rb +9 -6
- data/lib/xero-ruby/models/accounting/items.rb +9 -6
- data/lib/xero-ruby/models/accounting/journal.rb +9 -6
- data/lib/xero-ruby/models/accounting/journal_line.rb +9 -6
- data/lib/xero-ruby/models/accounting/journals.rb +9 -6
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +0 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +9 -6
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +9 -6
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +9 -6
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +9 -6
- data/lib/xero-ruby/models/accounting/manual_journal.rb +9 -6
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +9 -6
- data/lib/xero-ruby/models/accounting/manual_journals.rb +9 -6
- data/lib/xero-ruby/models/accounting/online_invoice.rb +9 -6
- data/lib/xero-ruby/models/accounting/online_invoices.rb +9 -6
- data/lib/xero-ruby/models/accounting/organisation.rb +10 -7
- data/lib/xero-ruby/models/accounting/organisations.rb +9 -6
- data/lib/xero-ruby/models/accounting/overpayment.rb +9 -6
- data/lib/xero-ruby/models/accounting/overpayments.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_delete.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_service.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_services.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_term.rb +9 -6
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +0 -1
- data/lib/xero-ruby/models/accounting/payments.rb +9 -6
- data/lib/xero-ruby/models/accounting/phone.rb +9 -6
- data/lib/xero-ruby/models/accounting/prepayment.rb +9 -6
- data/lib/xero-ruby/models/accounting/prepayments.rb +9 -6
- data/lib/xero-ruby/models/accounting/purchase.rb +9 -6
- data/lib/xero-ruby/models/accounting/purchase_order.rb +9 -6
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +9 -6
- data/lib/xero-ruby/models/accounting/quote.rb +9 -6
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +0 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +0 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +9 -6
- data/lib/xero-ruby/models/accounting/receipt.rb +9 -6
- data/lib/xero-ruby/models/accounting/receipts.rb +9 -6
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +9 -6
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +9 -6
- data/lib/xero-ruby/models/accounting/report.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_attribute.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_cell.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_fields.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_row.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_rows.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_with_row.rb +9 -6
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +9 -6
- data/lib/xero-ruby/models/accounting/reports.rb +9 -6
- data/lib/xero-ruby/models/accounting/request_empty.rb +9 -6
- data/lib/xero-ruby/models/accounting/row_type.rb +0 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +9 -6
- data/lib/xero-ruby/models/accounting/schedule.rb +9 -6
- data/lib/xero-ruby/models/accounting/setup.rb +235 -0
- data/lib/xero-ruby/models/accounting/tax_component.rb +9 -6
- data/lib/xero-ruby/models/accounting/tax_rate.rb +9 -6
- data/lib/xero-ruby/models/accounting/tax_rates.rb +9 -6
- data/lib/xero-ruby/models/accounting/tax_type.rb +0 -1
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +9 -6
- data/lib/xero-ruby/models/accounting/time_zone.rb +0 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +9 -6
- data/lib/xero-ruby/models/accounting/tracking_category.rb +9 -6
- data/lib/xero-ruby/models/accounting/tracking_option.rb +9 -6
- data/lib/xero-ruby/models/accounting/tracking_options.rb +9 -6
- data/lib/xero-ruby/models/accounting/user.rb +9 -6
- data/lib/xero-ruby/models/accounting/users.rb +9 -6
- data/lib/xero-ruby/models/accounting/validation_error.rb +9 -6
- data/lib/xero-ruby/models/assets/asset.rb +20 -7
- data/lib/xero-ruby/models/assets/asset_status.rb +0 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +0 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +9 -6
- data/lib/xero-ruby/models/assets/assets.rb +9 -6
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +9 -6
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +9 -6
- data/lib/xero-ruby/models/assets/error.rb +9 -6
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +9 -6
- data/lib/xero-ruby/models/assets/pagination.rb +9 -6
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +9 -6
- data/lib/xero-ruby/models/assets/setting.rb +9 -6
- data/lib/xero-ruby/models/files/association.rb +9 -6
- data/lib/xero-ruby/models/files/file_object.rb +20 -17
- data/lib/xero-ruby/models/files/file_response204.rb +9 -6
- data/lib/xero-ruby/models/files/files.rb +9 -6
- data/lib/xero-ruby/models/files/folder.rb +9 -6
- data/lib/xero-ruby/models/files/folders.rb +9 -6
- data/lib/xero-ruby/models/files/inline_object.rb +9 -6
- data/lib/xero-ruby/models/files/object_group.rb +0 -1
- data/lib/xero-ruby/models/files/object_type.rb +53 -32
- data/lib/xero-ruby/models/files/user.rb +32 -94
- data/lib/xero-ruby/models/payroll_au/account.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/account_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/api_exception.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/bank_account.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/deduction_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employee.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/employees.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/home_address.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_application.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_applications.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/leave_lines.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_period.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/opening_balances.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_item.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_items.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_run.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/pay_runs.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/pay_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslip.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslip_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/payslips.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/settings.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/settings_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/state.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/super_fund.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/super_funds.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/super_membership.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/tax_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/timesheet.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +0 -1
- data/lib/xero-ruby/models/payroll_au/timesheets.rb +9 -6
- data/lib/xero-ruby/models/payroll_au/validation_error.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/account.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/accounts.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/address.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +41 -0
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/deductions.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +22 -14
- data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employees.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employment.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/employment_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/leave_types.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pagination.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +11 -26
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +11 -48
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/payment_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +9 -11
- data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/problem.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +10 -12
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/settings.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +0 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/superannuations.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/tax_code.rb +0 -1
- data/lib/xero-ruby/models/payroll_nz/tax_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +10 -7
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/timesheets.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +9 -6
- data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/account.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/accounts.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/address.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/bank_account.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/benefits.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/deductions.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employees.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employment.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/employment_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_type.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/leave_types.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pagination.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payment_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +22 -7
- data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/payslips.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/problem.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/settings.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +0 -1
- data/lib/xero-ruby/models/payroll_uk/tax_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/timesheets.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +9 -6
- data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +9 -6
- data/lib/xero-ruby/models/projects/amount.rb +9 -6
- data/lib/xero-ruby/models/projects/charge_type.rb +0 -1
- data/lib/xero-ruby/models/projects/currency_code.rb +0 -1
- data/lib/xero-ruby/models/projects/error.rb +9 -6
- data/lib/xero-ruby/models/projects/pagination.rb +9 -6
- data/lib/xero-ruby/models/projects/project.rb +9 -6
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +9 -6
- data/lib/xero-ruby/models/projects/project_patch.rb +9 -6
- data/lib/xero-ruby/models/projects/project_status.rb +0 -1
- data/lib/xero-ruby/models/projects/project_user.rb +9 -6
- data/lib/xero-ruby/models/projects/project_users.rb +9 -6
- data/lib/xero-ruby/models/projects/projects.rb +9 -6
- data/lib/xero-ruby/models/projects/task.rb +9 -6
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +9 -6
- data/lib/xero-ruby/models/projects/tasks.rb +9 -6
- data/lib/xero-ruby/models/projects/time_entries.rb +9 -6
- data/lib/xero-ruby/models/projects/time_entry.rb +9 -6
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +9 -6
- data/lib/xero-ruby/version.rb +2 -2
- data/spec/api_client_spec.rb +101 -13
- data/spec/api_error_spec.rb +45 -0
- data/spec/configuration_spec.rb +9 -16
- data/spec/helper_methods_spec.rb +70 -0
- metadata +19 -5
data/lib/xero-ruby/api_error.rb
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -21,8 +20,8 @@ module XeroRuby
|
|
|
21
20
|
# ApiError.new(:code => 404, :message => "Not Found")
|
|
22
21
|
def initialize(arg = nil)
|
|
23
22
|
if arg.is_a? Hash
|
|
24
|
-
if arg.key?(:message) || arg.key?('message')
|
|
25
|
-
super(arg[:message] || arg['message'])
|
|
23
|
+
if arg.key?(:message) || arg.key?('message') || arg.key?(:Message) || arg.key?('Message')
|
|
24
|
+
super(arg[:message] || arg['message'] || arg.key?(:Message) || arg.key?('Message'))
|
|
26
25
|
else
|
|
27
26
|
super arg
|
|
28
27
|
end
|
|
@@ -31,6 +30,7 @@ module XeroRuby
|
|
|
31
30
|
instance_variable_set "@#{k}", v
|
|
32
31
|
end
|
|
33
32
|
else
|
|
33
|
+
@message = arg
|
|
34
34
|
super arg
|
|
35
35
|
end
|
|
36
36
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -484,12 +483,13 @@ module XeroRuby::Accounting
|
|
|
484
483
|
|
|
485
484
|
# Returns the object in the form of hash
|
|
486
485
|
# @return [Hash] Returns the object in the form of hash
|
|
487
|
-
def to_hash
|
|
486
|
+
def to_hash(downcase: true)
|
|
488
487
|
hash = {}
|
|
489
488
|
self.class.attribute_map.each_pair do |attr, param|
|
|
490
489
|
value = self.send(attr)
|
|
491
490
|
next if value.nil?
|
|
492
|
-
|
|
491
|
+
key = downcase ? attr : param
|
|
492
|
+
hash[key] = _to_hash(value)
|
|
493
493
|
end
|
|
494
494
|
hash
|
|
495
495
|
end
|
|
@@ -512,10 +512,13 @@ module XeroRuby::Accounting
|
|
|
512
512
|
end
|
|
513
513
|
end
|
|
514
514
|
|
|
515
|
-
# customized data_parser
|
|
516
515
|
def parse_date(datestring)
|
|
517
|
-
|
|
518
|
-
|
|
516
|
+
if datestring.include?('Date')
|
|
517
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
518
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
519
|
+
else # handle date 'types' for small subset of payroll API's
|
|
520
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
521
|
+
end
|
|
519
522
|
end
|
|
520
523
|
end
|
|
521
524
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -173,12 +172,13 @@ module XeroRuby::Accounting
|
|
|
173
172
|
|
|
174
173
|
# Returns the object in the form of hash
|
|
175
174
|
# @return [Hash] Returns the object in the form of hash
|
|
176
|
-
def to_hash
|
|
175
|
+
def to_hash(downcase: true)
|
|
177
176
|
hash = {}
|
|
178
177
|
self.class.attribute_map.each_pair do |attr, param|
|
|
179
178
|
value = self.send(attr)
|
|
180
179
|
next if value.nil?
|
|
181
|
-
|
|
180
|
+
key = downcase ? attr : param
|
|
181
|
+
hash[key] = _to_hash(value)
|
|
182
182
|
end
|
|
183
183
|
hash
|
|
184
184
|
end
|
|
@@ -201,10 +201,13 @@ module XeroRuby::Accounting
|
|
|
201
201
|
end
|
|
202
202
|
end
|
|
203
203
|
|
|
204
|
-
# customized data_parser
|
|
205
204
|
def parse_date(datestring)
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
if datestring.include?('Date')
|
|
206
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
208
|
+
else # handle date 'types' for small subset of payroll API's
|
|
209
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
210
|
+
end
|
|
208
211
|
end
|
|
209
212
|
end
|
|
210
213
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -181,12 +180,13 @@ module XeroRuby::Accounting
|
|
|
181
180
|
|
|
182
181
|
# Returns the object in the form of hash
|
|
183
182
|
# @return [Hash] Returns the object in the form of hash
|
|
184
|
-
def to_hash
|
|
183
|
+
def to_hash(downcase: true)
|
|
185
184
|
hash = {}
|
|
186
185
|
self.class.attribute_map.each_pair do |attr, param|
|
|
187
186
|
value = self.send(attr)
|
|
188
187
|
next if value.nil?
|
|
189
|
-
|
|
188
|
+
key = downcase ? attr : param
|
|
189
|
+
hash[key] = _to_hash(value)
|
|
190
190
|
end
|
|
191
191
|
hash
|
|
192
192
|
end
|
|
@@ -209,10 +209,13 @@ module XeroRuby::Accounting
|
|
|
209
209
|
end
|
|
210
210
|
end
|
|
211
211
|
|
|
212
|
-
# customized data_parser
|
|
213
212
|
def parse_date(datestring)
|
|
214
|
-
|
|
215
|
-
|
|
213
|
+
if datestring.include?('Date')
|
|
214
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
215
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
216
|
+
else # handle date 'types' for small subset of payroll API's
|
|
217
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
218
|
+
end
|
|
216
219
|
end
|
|
217
220
|
end
|
|
218
221
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -181,12 +180,13 @@ module XeroRuby::Accounting
|
|
|
181
180
|
|
|
182
181
|
# Returns the object in the form of hash
|
|
183
182
|
# @return [Hash] Returns the object in the form of hash
|
|
184
|
-
def to_hash
|
|
183
|
+
def to_hash(downcase: true)
|
|
185
184
|
hash = {}
|
|
186
185
|
self.class.attribute_map.each_pair do |attr, param|
|
|
187
186
|
value = self.send(attr)
|
|
188
187
|
next if value.nil?
|
|
189
|
-
|
|
188
|
+
key = downcase ? attr : param
|
|
189
|
+
hash[key] = _to_hash(value)
|
|
190
190
|
end
|
|
191
191
|
hash
|
|
192
192
|
end
|
|
@@ -209,10 +209,13 @@ module XeroRuby::Accounting
|
|
|
209
209
|
end
|
|
210
210
|
end
|
|
211
211
|
|
|
212
|
-
# customized data_parser
|
|
213
212
|
def parse_date(datestring)
|
|
214
|
-
|
|
215
|
-
|
|
213
|
+
if datestring.include?('Date')
|
|
214
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
215
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
216
|
+
else # handle date 'types' for small subset of payroll API's
|
|
217
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
218
|
+
end
|
|
216
219
|
end
|
|
217
220
|
end
|
|
218
221
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -217,12 +216,13 @@ module XeroRuby::Accounting
|
|
|
217
216
|
|
|
218
217
|
# Returns the object in the form of hash
|
|
219
218
|
# @return [Hash] Returns the object in the form of hash
|
|
220
|
-
def to_hash
|
|
219
|
+
def to_hash(downcase: true)
|
|
221
220
|
hash = {}
|
|
222
221
|
self.class.attribute_map.each_pair do |attr, param|
|
|
223
222
|
value = self.send(attr)
|
|
224
223
|
next if value.nil?
|
|
225
|
-
|
|
224
|
+
key = downcase ? attr : param
|
|
225
|
+
hash[key] = _to_hash(value)
|
|
226
226
|
end
|
|
227
227
|
hash
|
|
228
228
|
end
|
|
@@ -245,10 +245,13 @@ module XeroRuby::Accounting
|
|
|
245
245
|
end
|
|
246
246
|
end
|
|
247
247
|
|
|
248
|
-
# customized data_parser
|
|
249
248
|
def parse_date(datestring)
|
|
250
|
-
|
|
251
|
-
|
|
249
|
+
if datestring.include?('Date')
|
|
250
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
251
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
252
|
+
else # handle date 'types' for small subset of payroll API's
|
|
253
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
254
|
+
end
|
|
252
255
|
end
|
|
253
256
|
end
|
|
254
257
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -173,12 +172,13 @@ module XeroRuby::Accounting
|
|
|
173
172
|
|
|
174
173
|
# Returns the object in the form of hash
|
|
175
174
|
# @return [Hash] Returns the object in the form of hash
|
|
176
|
-
def to_hash
|
|
175
|
+
def to_hash(downcase: true)
|
|
177
176
|
hash = {}
|
|
178
177
|
self.class.attribute_map.each_pair do |attr, param|
|
|
179
178
|
value = self.send(attr)
|
|
180
179
|
next if value.nil?
|
|
181
|
-
|
|
180
|
+
key = downcase ? attr : param
|
|
181
|
+
hash[key] = _to_hash(value)
|
|
182
182
|
end
|
|
183
183
|
hash
|
|
184
184
|
end
|
|
@@ -201,10 +201,13 @@ module XeroRuby::Accounting
|
|
|
201
201
|
end
|
|
202
202
|
end
|
|
203
203
|
|
|
204
|
-
# customized data_parser
|
|
205
204
|
def parse_date(datestring)
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
if datestring.include?('Date')
|
|
206
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
207
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
208
|
+
else # handle date 'types' for small subset of payroll API's
|
|
209
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
210
|
+
end
|
|
208
211
|
end
|
|
209
212
|
end
|
|
210
213
|
end
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2.4.0
|
|
7
6
|
Contact: api@xero.com
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
OpenAPI Generator version: 4.3.1
|
|
@@ -21,7 +20,6 @@ module XeroRuby::Accounting
|
|
|
21
20
|
attr_accessor :address_type
|
|
22
21
|
POBOX = "POBOX".freeze
|
|
23
22
|
STREET = "STREET".freeze
|
|
24
|
-
DELIVERY = "DELIVERY".freeze
|
|
25
23
|
|
|
26
24
|
# max length = 500
|
|
27
25
|
attr_accessor :address_line1
|
|
@@ -206,7 +204,7 @@ module XeroRuby::Accounting
|
|
|
206
204
|
# Check to see if the all the properties in the model are valid
|
|
207
205
|
# @return true if the model is valid
|
|
208
206
|
def valid?
|
|
209
|
-
address_type_validator = EnumAttributeValidator.new('String', ["POBOX", "STREET"
|
|
207
|
+
address_type_validator = EnumAttributeValidator.new('String', ["POBOX", "STREET"])
|
|
210
208
|
return false unless address_type_validator.valid?(@address_type)
|
|
211
209
|
return false if !@address_line1.nil? && @address_line1.to_s.length > 500
|
|
212
210
|
return false if !@address_line2.nil? && @address_line2.to_s.length > 500
|
|
@@ -223,7 +221,7 @@ module XeroRuby::Accounting
|
|
|
223
221
|
# Custom attribute writer method checking allowed values (enum).
|
|
224
222
|
# @param [Object] address_type Object to be assigned
|
|
225
223
|
def address_type=(address_type)
|
|
226
|
-
validator = EnumAttributeValidator.new('String', ["POBOX", "STREET"
|
|
224
|
+
validator = EnumAttributeValidator.new('String', ["POBOX", "STREET"])
|
|
227
225
|
unless validator.valid?(address_type)
|
|
228
226
|
fail ArgumentError, "invalid value for \"address_type\", must be one of #{validator.allowable_values}."
|
|
229
227
|
end
|
|
@@ -433,12 +431,13 @@ module XeroRuby::Accounting
|
|
|
433
431
|
|
|
434
432
|
# Returns the object in the form of hash
|
|
435
433
|
# @return [Hash] Returns the object in the form of hash
|
|
436
|
-
def to_hash
|
|
434
|
+
def to_hash(downcase: true)
|
|
437
435
|
hash = {}
|
|
438
436
|
self.class.attribute_map.each_pair do |attr, param|
|
|
439
437
|
value = self.send(attr)
|
|
440
438
|
next if value.nil?
|
|
441
|
-
|
|
439
|
+
key = downcase ? attr : param
|
|
440
|
+
hash[key] = _to_hash(value)
|
|
442
441
|
end
|
|
443
442
|
hash
|
|
444
443
|
end
|
|
@@ -461,10 +460,13 @@ module XeroRuby::Accounting
|
|
|
461
460
|
end
|
|
462
461
|
end
|
|
463
462
|
|
|
464
|
-
# customized data_parser
|
|
465
463
|
def parse_date(datestring)
|
|
466
|
-
|
|
467
|
-
|
|
464
|
+
if datestring.include?('Date')
|
|
465
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
466
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
467
|
+
else # handle date 'types' for small subset of payroll API's
|
|
468
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
469
|
+
end
|
|
468
470
|
end
|
|
469
471
|
end
|
|
470
472
|
end
|
|
@@ -0,0 +1,473 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Accounting API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
Contact: api@xero.com
|
|
7
|
+
Generated by: https://openapi-generator.tech
|
|
8
|
+
OpenAPI Generator version: 4.3.1
|
|
9
|
+
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require 'time'
|
|
13
|
+
require 'date'
|
|
14
|
+
|
|
15
|
+
module XeroRuby::Accounting
|
|
16
|
+
require 'bigdecimal'
|
|
17
|
+
|
|
18
|
+
class AddressForOrganisation
|
|
19
|
+
# define the type of address
|
|
20
|
+
attr_accessor :address_type
|
|
21
|
+
POBOX = "POBOX".freeze
|
|
22
|
+
STREET = "STREET".freeze
|
|
23
|
+
DELIVERY = "DELIVERY".freeze
|
|
24
|
+
|
|
25
|
+
# max length = 500
|
|
26
|
+
attr_accessor :address_line1
|
|
27
|
+
|
|
28
|
+
# max length = 500
|
|
29
|
+
attr_accessor :address_line2
|
|
30
|
+
|
|
31
|
+
# max length = 500
|
|
32
|
+
attr_accessor :address_line3
|
|
33
|
+
|
|
34
|
+
# max length = 500
|
|
35
|
+
attr_accessor :address_line4
|
|
36
|
+
|
|
37
|
+
# max length = 255
|
|
38
|
+
attr_accessor :city
|
|
39
|
+
|
|
40
|
+
# max length = 255
|
|
41
|
+
attr_accessor :region
|
|
42
|
+
|
|
43
|
+
# max length = 50
|
|
44
|
+
attr_accessor :postal_code
|
|
45
|
+
|
|
46
|
+
# max length = 50, [A-Z], [a-z] only
|
|
47
|
+
attr_accessor :country
|
|
48
|
+
|
|
49
|
+
# max length = 255
|
|
50
|
+
attr_accessor :attention_to
|
|
51
|
+
|
|
52
|
+
class EnumAttributeValidator
|
|
53
|
+
attr_reader :datatype
|
|
54
|
+
attr_reader :allowable_values
|
|
55
|
+
|
|
56
|
+
def initialize(datatype, allowable_values)
|
|
57
|
+
@allowable_values = allowable_values.map do |value|
|
|
58
|
+
case datatype.to_s
|
|
59
|
+
when /Integer/i
|
|
60
|
+
value.to_i
|
|
61
|
+
when /Float/i
|
|
62
|
+
value.to_f
|
|
63
|
+
else
|
|
64
|
+
value
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
def valid?(value)
|
|
70
|
+
!value || allowable_values.include?(value)
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
75
|
+
def self.attribute_map
|
|
76
|
+
{
|
|
77
|
+
:'address_type' => :'AddressType',
|
|
78
|
+
:'address_line1' => :'AddressLine1',
|
|
79
|
+
:'address_line2' => :'AddressLine2',
|
|
80
|
+
:'address_line3' => :'AddressLine3',
|
|
81
|
+
:'address_line4' => :'AddressLine4',
|
|
82
|
+
:'city' => :'City',
|
|
83
|
+
:'region' => :'Region',
|
|
84
|
+
:'postal_code' => :'PostalCode',
|
|
85
|
+
:'country' => :'Country',
|
|
86
|
+
:'attention_to' => :'AttentionTo'
|
|
87
|
+
}
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
# Attribute type mapping.
|
|
91
|
+
def self.openapi_types
|
|
92
|
+
{
|
|
93
|
+
:'address_type' => :'String',
|
|
94
|
+
:'address_line1' => :'String',
|
|
95
|
+
:'address_line2' => :'String',
|
|
96
|
+
:'address_line3' => :'String',
|
|
97
|
+
:'address_line4' => :'String',
|
|
98
|
+
:'city' => :'String',
|
|
99
|
+
:'region' => :'String',
|
|
100
|
+
:'postal_code' => :'String',
|
|
101
|
+
:'country' => :'String',
|
|
102
|
+
:'attention_to' => :'String'
|
|
103
|
+
}
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
# Initializes the object
|
|
107
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
108
|
+
def initialize(attributes = {})
|
|
109
|
+
if (!attributes.is_a?(Hash))
|
|
110
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::AddressForOrganisation` initialize method"
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
114
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
115
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
116
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::AddressForOrganisation`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
117
|
+
end
|
|
118
|
+
h[k.to_sym] = v
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
if attributes.key?(:'address_type')
|
|
122
|
+
self.address_type = attributes[:'address_type']
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
if attributes.key?(:'address_line1')
|
|
126
|
+
self.address_line1 = attributes[:'address_line1']
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
if attributes.key?(:'address_line2')
|
|
130
|
+
self.address_line2 = attributes[:'address_line2']
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
if attributes.key?(:'address_line3')
|
|
134
|
+
self.address_line3 = attributes[:'address_line3']
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
if attributes.key?(:'address_line4')
|
|
138
|
+
self.address_line4 = attributes[:'address_line4']
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
if attributes.key?(:'city')
|
|
142
|
+
self.city = attributes[:'city']
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
if attributes.key?(:'region')
|
|
146
|
+
self.region = attributes[:'region']
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
if attributes.key?(:'postal_code')
|
|
150
|
+
self.postal_code = attributes[:'postal_code']
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
if attributes.key?(:'country')
|
|
154
|
+
self.country = attributes[:'country']
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
if attributes.key?(:'attention_to')
|
|
158
|
+
self.attention_to = attributes[:'attention_to']
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
163
|
+
# @return Array for valid properties with the reasons
|
|
164
|
+
def list_invalid_properties
|
|
165
|
+
invalid_properties = Array.new
|
|
166
|
+
if !@address_line1.nil? && @address_line1.to_s.length > 500
|
|
167
|
+
invalid_properties.push('invalid value for "address_line1", the character length must be smaller than or equal to 500.')
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
if !@address_line2.nil? && @address_line2.to_s.length > 500
|
|
171
|
+
invalid_properties.push('invalid value for "address_line2", the character length must be smaller than or equal to 500.')
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
if !@address_line3.nil? && @address_line3.to_s.length > 500
|
|
175
|
+
invalid_properties.push('invalid value for "address_line3", the character length must be smaller than or equal to 500.')
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
if !@address_line4.nil? && @address_line4.to_s.length > 500
|
|
179
|
+
invalid_properties.push('invalid value for "address_line4", the character length must be smaller than or equal to 500.')
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
if !@city.nil? && @city.to_s.length > 255
|
|
183
|
+
invalid_properties.push('invalid value for "city", the character length must be smaller than or equal to 255.')
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
if !@region.nil? && @region.to_s.length > 255
|
|
187
|
+
invalid_properties.push('invalid value for "region", the character length must be smaller than or equal to 255.')
|
|
188
|
+
end
|
|
189
|
+
|
|
190
|
+
if !@postal_code.nil? && @postal_code.to_s.length > 50
|
|
191
|
+
invalid_properties.push('invalid value for "postal_code", the character length must be smaller than or equal to 50.')
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
if !@country.nil? && @country.to_s.length > 50
|
|
195
|
+
invalid_properties.push('invalid value for "country", the character length must be smaller than or equal to 50.')
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
if !@attention_to.nil? && @attention_to.to_s.length > 255
|
|
199
|
+
invalid_properties.push('invalid value for "attention_to", the character length must be smaller than or equal to 255.')
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
invalid_properties
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
# Check to see if the all the properties in the model are valid
|
|
206
|
+
# @return true if the model is valid
|
|
207
|
+
def valid?
|
|
208
|
+
address_type_validator = EnumAttributeValidator.new('String', ["POBOX", "STREET", "DELIVERY"])
|
|
209
|
+
return false unless address_type_validator.valid?(@address_type)
|
|
210
|
+
return false if !@address_line1.nil? && @address_line1.to_s.length > 500
|
|
211
|
+
return false if !@address_line2.nil? && @address_line2.to_s.length > 500
|
|
212
|
+
return false if !@address_line3.nil? && @address_line3.to_s.length > 500
|
|
213
|
+
return false if !@address_line4.nil? && @address_line4.to_s.length > 500
|
|
214
|
+
return false if !@city.nil? && @city.to_s.length > 255
|
|
215
|
+
return false if !@region.nil? && @region.to_s.length > 255
|
|
216
|
+
return false if !@postal_code.nil? && @postal_code.to_s.length > 50
|
|
217
|
+
return false if !@country.nil? && @country.to_s.length > 50
|
|
218
|
+
return false if !@attention_to.nil? && @attention_to.to_s.length > 255
|
|
219
|
+
true
|
|
220
|
+
end
|
|
221
|
+
|
|
222
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
223
|
+
# @param [Object] address_type Object to be assigned
|
|
224
|
+
def address_type=(address_type)
|
|
225
|
+
validator = EnumAttributeValidator.new('String', ["POBOX", "STREET", "DELIVERY"])
|
|
226
|
+
unless validator.valid?(address_type)
|
|
227
|
+
fail ArgumentError, "invalid value for \"address_type\", must be one of #{validator.allowable_values}."
|
|
228
|
+
end
|
|
229
|
+
@address_type = address_type
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
# Custom attribute writer method with validation
|
|
233
|
+
# @param [Object] address_line1 Value to be assigned
|
|
234
|
+
def address_line1=(address_line1)
|
|
235
|
+
if !address_line1.nil? && address_line1.to_s.length > 500
|
|
236
|
+
fail ArgumentError, 'invalid value for "address_line1", the character length must be smaller than or equal to 500.'
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
@address_line1 = address_line1
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
# Custom attribute writer method with validation
|
|
243
|
+
# @param [Object] address_line2 Value to be assigned
|
|
244
|
+
def address_line2=(address_line2)
|
|
245
|
+
if !address_line2.nil? && address_line2.to_s.length > 500
|
|
246
|
+
fail ArgumentError, 'invalid value for "address_line2", the character length must be smaller than or equal to 500.'
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
@address_line2 = address_line2
|
|
250
|
+
end
|
|
251
|
+
|
|
252
|
+
# Custom attribute writer method with validation
|
|
253
|
+
# @param [Object] address_line3 Value to be assigned
|
|
254
|
+
def address_line3=(address_line3)
|
|
255
|
+
if !address_line3.nil? && address_line3.to_s.length > 500
|
|
256
|
+
fail ArgumentError, 'invalid value for "address_line3", the character length must be smaller than or equal to 500.'
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
@address_line3 = address_line3
|
|
260
|
+
end
|
|
261
|
+
|
|
262
|
+
# Custom attribute writer method with validation
|
|
263
|
+
# @param [Object] address_line4 Value to be assigned
|
|
264
|
+
def address_line4=(address_line4)
|
|
265
|
+
if !address_line4.nil? && address_line4.to_s.length > 500
|
|
266
|
+
fail ArgumentError, 'invalid value for "address_line4", the character length must be smaller than or equal to 500.'
|
|
267
|
+
end
|
|
268
|
+
|
|
269
|
+
@address_line4 = address_line4
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
# Custom attribute writer method with validation
|
|
273
|
+
# @param [Object] city Value to be assigned
|
|
274
|
+
def city=(city)
|
|
275
|
+
if !city.nil? && city.to_s.length > 255
|
|
276
|
+
fail ArgumentError, 'invalid value for "city", the character length must be smaller than or equal to 255.'
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
@city = city
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
# Custom attribute writer method with validation
|
|
283
|
+
# @param [Object] region Value to be assigned
|
|
284
|
+
def region=(region)
|
|
285
|
+
if !region.nil? && region.to_s.length > 255
|
|
286
|
+
fail ArgumentError, 'invalid value for "region", the character length must be smaller than or equal to 255.'
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
@region = region
|
|
290
|
+
end
|
|
291
|
+
|
|
292
|
+
# Custom attribute writer method with validation
|
|
293
|
+
# @param [Object] postal_code Value to be assigned
|
|
294
|
+
def postal_code=(postal_code)
|
|
295
|
+
if !postal_code.nil? && postal_code.to_s.length > 50
|
|
296
|
+
fail ArgumentError, 'invalid value for "postal_code", the character length must be smaller than or equal to 50.'
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
@postal_code = postal_code
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
# Custom attribute writer method with validation
|
|
303
|
+
# @param [Object] country Value to be assigned
|
|
304
|
+
def country=(country)
|
|
305
|
+
if !country.nil? && country.to_s.length > 50
|
|
306
|
+
fail ArgumentError, 'invalid value for "country", the character length must be smaller than or equal to 50.'
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
@country = country
|
|
310
|
+
end
|
|
311
|
+
|
|
312
|
+
# Custom attribute writer method with validation
|
|
313
|
+
# @param [Object] attention_to Value to be assigned
|
|
314
|
+
def attention_to=(attention_to)
|
|
315
|
+
if !attention_to.nil? && attention_to.to_s.length > 255
|
|
316
|
+
fail ArgumentError, 'invalid value for "attention_to", the character length must be smaller than or equal to 255.'
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
@attention_to = attention_to
|
|
320
|
+
end
|
|
321
|
+
|
|
322
|
+
# Checks equality by comparing each attribute.
|
|
323
|
+
# @param [Object] Object to be compared
|
|
324
|
+
def ==(o)
|
|
325
|
+
return true if self.equal?(o)
|
|
326
|
+
self.class == o.class &&
|
|
327
|
+
address_type == o.address_type &&
|
|
328
|
+
address_line1 == o.address_line1 &&
|
|
329
|
+
address_line2 == o.address_line2 &&
|
|
330
|
+
address_line3 == o.address_line3 &&
|
|
331
|
+
address_line4 == o.address_line4 &&
|
|
332
|
+
city == o.city &&
|
|
333
|
+
region == o.region &&
|
|
334
|
+
postal_code == o.postal_code &&
|
|
335
|
+
country == o.country &&
|
|
336
|
+
attention_to == o.attention_to
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
# @see the `==` method
|
|
340
|
+
# @param [Object] Object to be compared
|
|
341
|
+
def eql?(o)
|
|
342
|
+
self == o
|
|
343
|
+
end
|
|
344
|
+
|
|
345
|
+
# Calculates hash code according to all attributes.
|
|
346
|
+
# @return [Integer] Hash code
|
|
347
|
+
def hash
|
|
348
|
+
[address_type, address_line1, address_line2, address_line3, address_line4, city, region, postal_code, country, attention_to].hash
|
|
349
|
+
end
|
|
350
|
+
|
|
351
|
+
# Builds the object from hash
|
|
352
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
353
|
+
# @return [Object] Returns the model itself
|
|
354
|
+
def self.build_from_hash(attributes)
|
|
355
|
+
new.build_from_hash(attributes)
|
|
356
|
+
end
|
|
357
|
+
|
|
358
|
+
# Builds the object from hash
|
|
359
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
360
|
+
# @return [Object] Returns the model itself
|
|
361
|
+
def build_from_hash(attributes)
|
|
362
|
+
return nil unless attributes.is_a?(Hash)
|
|
363
|
+
self.class.openapi_types.each_pair do |key, type|
|
|
364
|
+
if type =~ /\AArray<(.*)>/i
|
|
365
|
+
# check to ensure the input is an array given that the attribute
|
|
366
|
+
# is documented as an array but the input is not
|
|
367
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
368
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
369
|
+
end
|
|
370
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
371
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
372
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
self
|
|
376
|
+
end
|
|
377
|
+
|
|
378
|
+
# Deserializes the data based on type
|
|
379
|
+
# @param string type Data type
|
|
380
|
+
# @param string value Value to be deserialized
|
|
381
|
+
# @return [Object] Deserialized data
|
|
382
|
+
def _deserialize(type, value)
|
|
383
|
+
case type.to_sym
|
|
384
|
+
when :DateTime
|
|
385
|
+
DateTime.parse(parse_date(value))
|
|
386
|
+
when :Date
|
|
387
|
+
Date.parse(parse_date(value))
|
|
388
|
+
when :String
|
|
389
|
+
value.to_s
|
|
390
|
+
when :Integer
|
|
391
|
+
value.to_i
|
|
392
|
+
when :Float
|
|
393
|
+
value.to_f
|
|
394
|
+
when :BigDecimal
|
|
395
|
+
BigDecimal(value.to_s)
|
|
396
|
+
when :Boolean
|
|
397
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
398
|
+
true
|
|
399
|
+
else
|
|
400
|
+
false
|
|
401
|
+
end
|
|
402
|
+
when :Object
|
|
403
|
+
# generic object (usually a Hash), return directly
|
|
404
|
+
value
|
|
405
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
406
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
407
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
408
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
409
|
+
k_type = Regexp.last_match[:k_type]
|
|
410
|
+
v_type = Regexp.last_match[:v_type]
|
|
411
|
+
{}.tap do |hash|
|
|
412
|
+
value.each do |k, v|
|
|
413
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
414
|
+
end
|
|
415
|
+
end
|
|
416
|
+
else # model
|
|
417
|
+
XeroRuby::Accounting.const_get(type).build_from_hash(value)
|
|
418
|
+
end
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
# Returns the string representation of the object
|
|
422
|
+
# @return [String] String presentation of the object
|
|
423
|
+
def to_s
|
|
424
|
+
to_hash.to_s
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
428
|
+
# @return [Hash] Returns the object in the form of hash
|
|
429
|
+
def to_body
|
|
430
|
+
to_hash
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
# Returns the object in the form of hash
|
|
434
|
+
# @return [Hash] Returns the object in the form of hash
|
|
435
|
+
def to_hash(downcase: true)
|
|
436
|
+
hash = {}
|
|
437
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
438
|
+
value = self.send(attr)
|
|
439
|
+
next if value.nil?
|
|
440
|
+
key = downcase ? attr : param
|
|
441
|
+
hash[key] = _to_hash(value)
|
|
442
|
+
end
|
|
443
|
+
hash
|
|
444
|
+
end
|
|
445
|
+
|
|
446
|
+
# Outputs non-array value in the form of hash
|
|
447
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
448
|
+
# @param [Object] value Any valid value
|
|
449
|
+
# @return [Hash] Returns the value in the form of hash
|
|
450
|
+
def _to_hash(value)
|
|
451
|
+
if value.is_a?(Array)
|
|
452
|
+
value.compact.map { |v| _to_hash(v) }
|
|
453
|
+
elsif value.is_a?(Hash)
|
|
454
|
+
{}.tap do |hash|
|
|
455
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
456
|
+
end
|
|
457
|
+
elsif value.respond_to? :to_hash
|
|
458
|
+
value.to_hash
|
|
459
|
+
else
|
|
460
|
+
value
|
|
461
|
+
end
|
|
462
|
+
end
|
|
463
|
+
|
|
464
|
+
def parse_date(datestring)
|
|
465
|
+
if datestring.include?('Date')
|
|
466
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
|
467
|
+
Time.at(seconds_since_epoch).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
|
|
468
|
+
else # handle date 'types' for small subset of payroll API's
|
|
469
|
+
Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
|
|
470
|
+
end
|
|
471
|
+
end
|
|
472
|
+
end
|
|
473
|
+
end
|