xero-ruby 3.3.0 → 3.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/xero-ruby/api/accounting_api.rb +86 -2
- data/lib/xero-ruby/api/finance_api.rb +961 -0
- data/lib/xero-ruby/api/payroll_au_api.rb +14 -14
- data/lib/xero-ruby/api/payroll_nz_api.rb +18 -12
- data/lib/xero-ruby/api/payroll_uk_api.rb +16 -4
- data/lib/xero-ruby/api_client.rb +13 -2
- data/lib/xero-ruby/configuration.rb +2 -0
- data/lib/xero-ruby/models/accounting/account.rb +34 -34
- data/lib/xero-ruby/models/accounting/account_type.rb +22 -22
- data/lib/xero-ruby/models/accounting/action.rb +2 -2
- data/lib/xero-ruby/models/accounting/address.rb +2 -2
- data/lib/xero-ruby/models/accounting/address_for_organisation.rb +3 -3
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +11 -11
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +35 -1
- data/lib/xero-ruby/models/accounting/batch_payment.rb +4 -4
- data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
- data/lib/xero-ruby/models/accounting/budget.rb +2 -2
- data/lib/xero-ruby/models/accounting/budget_balance.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact.rb +89 -4
- data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
- data/lib/xero-ruby/models/accounting/country_code.rb +240 -240
- data/lib/xero-ruby/models/accounting/credit_note.rb +8 -8
- data/lib/xero-ruby/models/accounting/currency_code.rb +166 -166
- data/lib/xero-ruby/models/accounting/employee.rb +4 -4
- data/lib/xero-ruby/models/accounting/expense_claim.rb +5 -5
- data/lib/xero-ruby/models/accounting/external_link.rb +5 -5
- data/lib/xero-ruby/models/accounting/invoice.rb +14 -14
- data/lib/xero-ruby/models/accounting/journal.rb +25 -25
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +3 -3
- data/lib/xero-ruby/models/accounting/line_item.rb +11 -1
- data/lib/xero-ruby/models/accounting/line_item_item.rb +272 -0
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +8 -8
- data/lib/xero-ruby/models/accounting/manual_journal.rb +5 -5
- data/lib/xero-ruby/models/accounting/organisation.rb +79 -76
- data/lib/xero-ruby/models/accounting/overpayment.rb +6 -6
- data/lib/xero-ruby/models/accounting/payment.rb +10 -10
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +4 -4
- data/lib/xero-ruby/models/accounting/phone.rb +5 -5
- data/lib/xero-ruby/models/accounting/prepayment.rb +7 -7
- data/lib/xero-ruby/models/accounting/purchase_order.rb +5 -5
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +3 -3
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +6 -6
- data/lib/xero-ruby/models/accounting/receipt.rb +5 -5
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +5 -5
- data/lib/xero-ruby/models/accounting/report.rb +1 -1
- data/lib/xero-ruby/models/accounting/row_type.rb +4 -4
- data/lib/xero-ruby/models/accounting/schedule.rb +8 -8
- data/lib/xero-ruby/models/accounting/tax_rate.rb +87 -80
- data/lib/xero-ruby/models/accounting/tax_type.rb +66 -59
- data/lib/xero-ruby/models/accounting/time_zone.rb +109 -109
- data/lib/xero-ruby/models/accounting/tracking_category.rb +3 -3
- data/lib/xero-ruby/models/accounting/tracking_option.rb +3 -3
- data/lib/xero-ruby/models/accounting/user.rb +7 -7
- data/lib/xero-ruby/models/app_store/plan.rb +6 -5
- data/lib/xero-ruby/models/app_store/product.rb +30 -9
- data/lib/xero-ruby/models/app_store/subscription.rb +37 -0
- data/lib/xero-ruby/models/app_store/subscription_item.rb +63 -1
- data/lib/xero-ruby/models/assets/asset_status.rb +3 -3
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +3 -3
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +11 -11
- data/lib/xero-ruby/models/files/object_group.rb +12 -11
- data/lib/xero-ruby/models/files/object_type.rb +56 -55
- data/lib/xero-ruby/models/finance/account_usage.rb +342 -0
- data/lib/xero-ruby/models/finance/account_usage_response.rb +254 -0
- data/lib/xero-ruby/models/finance/balance_sheet_account_detail.rb +262 -0
- data/lib/xero-ruby/models/finance/balance_sheet_account_group.rb +234 -0
- data/lib/xero-ruby/models/finance/balance_sheet_account_type.rb +244 -0
- data/lib/xero-ruby/models/finance/balance_sheet_response.rb +252 -0
- data/lib/xero-ruby/models/finance/bank_statement_accounting_response.rb +254 -0
- data/lib/xero-ruby/models/finance/bank_statement_response.rb +232 -0
- data/lib/xero-ruby/models/finance/bank_transaction_response.rb +274 -0
- data/lib/xero-ruby/models/finance/cash_account_response.rb +262 -0
- data/lib/xero-ruby/models/finance/cash_balance.rb +242 -0
- data/lib/xero-ruby/models/finance/cash_validation_response.rb +262 -0
- data/lib/xero-ruby/models/finance/cashflow_account.rb +282 -0
- data/lib/xero-ruby/models/finance/cashflow_activity.rb +244 -0
- data/lib/xero-ruby/models/finance/cashflow_response.rb +254 -0
- data/lib/xero-ruby/models/finance/cashflow_type.rb +244 -0
- data/lib/xero-ruby/models/finance/contact_detail.rb +274 -0
- data/lib/xero-ruby/models/finance/contact_response.rb +232 -0
- data/lib/xero-ruby/models/finance/contact_total_detail.rb +242 -0
- data/lib/xero-ruby/models/finance/contact_total_other.rb +252 -0
- data/lib/xero-ruby/models/finance/credit_note_response.rb +254 -0
- data/lib/xero-ruby/models/finance/current_statement_response.rb +272 -0
- data/lib/xero-ruby/models/finance/data_source_response.rb +362 -0
- data/lib/xero-ruby/models/finance/history_record_response.rb +262 -0
- data/lib/xero-ruby/models/finance/income_by_contact_response.rb +284 -0
- data/lib/xero-ruby/models/finance/invoice_response.rb +254 -0
- data/lib/xero-ruby/models/finance/line_item_response.rb +252 -0
- data/lib/xero-ruby/models/finance/lock_history_model.rb +242 -0
- data/lib/xero-ruby/models/finance/lock_history_response.rb +244 -0
- data/lib/xero-ruby/models/finance/manual_journal_total.rb +222 -0
- data/lib/xero-ruby/models/finance/overpayment_response.rb +254 -0
- data/lib/xero-ruby/models/finance/payment_response.rb +312 -0
- data/lib/xero-ruby/models/finance/pnl_account.rb +272 -0
- data/lib/xero-ruby/models/finance/pnl_account_class.rb +234 -0
- data/lib/xero-ruby/models/finance/pnl_account_type.rb +244 -0
- data/lib/xero-ruby/models/finance/practice_response.rb +262 -0
- data/lib/xero-ruby/models/finance/prepayment_response.rb +254 -0
- data/lib/xero-ruby/models/finance/problem.rb +252 -0
- data/lib/xero-ruby/models/finance/problem_type.rb +44 -0
- data/lib/xero-ruby/models/finance/profit_and_loss_response.rb +262 -0
- data/lib/xero-ruby/models/finance/report_history_model.rb +242 -0
- data/lib/xero-ruby/models/finance/report_history_response.rb +244 -0
- data/lib/xero-ruby/models/finance/statement_balance_response.rb +232 -0
- data/lib/xero-ruby/models/finance/statement_line_response.rb +346 -0
- data/lib/xero-ruby/models/finance/statement_lines_response.rb +382 -0
- data/lib/xero-ruby/models/finance/statement_response.rb +294 -0
- data/lib/xero-ruby/models/finance/total_detail.rb +242 -0
- data/lib/xero-ruby/models/finance/total_other.rb +242 -0
- data/lib/xero-ruby/models/finance/trial_balance_account.rb +312 -0
- data/lib/xero-ruby/models/finance/trial_balance_entry.rb +232 -0
- data/lib/xero-ruby/models/finance/trial_balance_movement.rb +252 -0
- data/lib/xero-ruby/models/finance/trial_balance_response.rb +244 -0
- data/lib/xero-ruby/models/finance/user_activities_response.rb +244 -0
- data/lib/xero-ruby/models/finance/user_response.rb +336 -0
- data/lib/xero-ruby/models/payroll_au/account_type.rb +23 -23
- data/lib/xero-ruby/models/payroll_au/allowance_category.rb +41 -0
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +10 -7
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +6 -6
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +14 -4
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +12 -10
- data/lib/xero-ruby/models/payroll_au/employee.rb +11 -11
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +5 -5
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +5 -5
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +6 -5
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +7 -7
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/state.rb +8 -8
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/account.rb +4 -4
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +7 -7
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +4 -4
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +18 -18
- data/lib/xero-ruby/models/payroll_nz/employee.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +6 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +8 -8
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +3 -3
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +3 -3
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +8 -8
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +5 -5
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +11 -11
- data/lib/xero-ruby/models/payroll_nz/tax_code.rb +19 -19
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +4 -4
- data/lib/xero-ruby/models/payroll_uk/account.rb +7 -7
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +4 -4
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +12 -12
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +28 -28
- data/lib/xero-ruby/models/payroll_uk/employee.rb +16 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +4 -4
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +6 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +8 -8
- data/lib/xero-ruby/models/payroll_uk/employment.rb +15 -10
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +2 -2
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +11 -11
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +6 -6
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +3 -3
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +3 -3
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +5 -5
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +14 -14
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +3 -3
- data/lib/xero-ruby/models/projects/charge_type.rb +3 -3
- data/lib/xero-ruby/models/projects/currency_code.rb +164 -164
- data/lib/xero-ruby/models/projects/project_status.rb +2 -2
- data/lib/xero-ruby/models/projects/task.rb +3 -3
- data/lib/xero-ruby/models/projects/time_entry.rb +3 -3
- data/lib/xero-ruby/version.rb +2 -2
- data/lib/xero-ruby.rb +57 -0
- data/spec/api_client_spec.rb +3 -0
- data/spec/app_store/api/app_store_api_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -0
- data/spec/finance/api/finance_api_spec.rb +156 -0
- data/spec/finance/models/account_usage_response_spec.rb +58 -0
- data/spec/finance/models/account_usage_spec.rb +112 -0
- data/spec/finance/models/balance_sheet_account_detail_spec.rb +64 -0
- data/spec/finance/models/balance_sheet_account_group_spec.rb +46 -0
- data/spec/finance/models/balance_sheet_account_type_spec.rb +52 -0
- data/spec/finance/models/balance_sheet_response_spec.rb +58 -0
- data/spec/finance/models/bank_statement_response_spec.rb +46 -0
- data/spec/finance/models/cash_account_response_spec.rb +64 -0
- data/spec/finance/models/cash_balance_spec.rb +52 -0
- data/spec/finance/models/cash_validation_response_spec.rb +64 -0
- data/spec/finance/models/cashflow_account_spec.rb +76 -0
- data/spec/finance/models/cashflow_activity_spec.rb +52 -0
- data/spec/finance/models/cashflow_response_spec.rb +58 -0
- data/spec/finance/models/cashflow_type_spec.rb +52 -0
- data/spec/finance/models/current_statement_response_spec.rb +70 -0
- data/spec/finance/models/data_source_response_spec.rb +124 -0
- data/spec/finance/models/history_record_response_spec.rb +64 -0
- data/spec/finance/models/lock_history_model_spec.rb +52 -0
- data/spec/finance/models/lock_history_response_spec.rb +52 -0
- data/spec/finance/models/pnl_account_class_spec.rb +46 -0
- data/spec/finance/models/pnl_account_spec.rb +70 -0
- data/spec/finance/models/pnl_account_type_spec.rb +52 -0
- data/spec/finance/models/practice_response_spec.rb +64 -0
- data/spec/finance/models/problem_spec.rb +58 -0
- data/spec/finance/models/problem_type_spec.rb +34 -0
- data/spec/finance/models/profit_and_loss_response_spec.rb +64 -0
- data/spec/finance/models/report_history_model_spec.rb +52 -0
- data/spec/finance/models/report_history_response_spec.rb +52 -0
- data/spec/finance/models/statement_balance_response_spec.rb +46 -0
- data/spec/finance/models/statement_lines_response_spec.rb +136 -0
- data/spec/finance/models/trial_balance_account_spec.rb +94 -0
- data/spec/finance/models/trial_balance_entry_spec.rb +46 -0
- data/spec/finance/models/trial_balance_movement_spec.rb +58 -0
- data/spec/finance/models/trial_balance_response_spec.rb +52 -0
- data/spec/finance/models/user_activities_response_spec.rb +52 -0
- data/spec/finance/models/user_response_spec.rb +106 -0
- metadata +134 -3
@@ -18,18 +18,18 @@ module XeroRuby::PayrollNz
|
|
18
18
|
class EmployeeStatutoryLeaveBalance
|
19
19
|
# The type of statutory leave
|
20
20
|
attr_accessor :leave_type
|
21
|
-
SICK
|
22
|
-
ADOPTION
|
23
|
-
MATERNITY
|
24
|
-
PATERNITY
|
25
|
-
SHAREDPARENTAL
|
21
|
+
SICK ||= "Sick".freeze
|
22
|
+
ADOPTION ||= "Adoption".freeze
|
23
|
+
MATERNITY ||= "Maternity".freeze
|
24
|
+
PATERNITY ||= "Paternity".freeze
|
25
|
+
SHAREDPARENTAL ||= "Sharedparental".freeze
|
26
26
|
|
27
27
|
# The balance remaining for the corresponding leave type as of specified date.
|
28
28
|
attr_accessor :balance_remaining
|
29
29
|
|
30
30
|
# The units will be \"Hours\"
|
31
31
|
attr_accessor :units
|
32
|
-
HOURS
|
32
|
+
HOURS ||= "Hours".freeze
|
33
33
|
|
34
34
|
class EnumAttributeValidator
|
35
35
|
attr_reader :datatype
|
@@ -24,11 +24,11 @@ module XeroRuby::PayrollNz
|
|
24
24
|
|
25
25
|
# The category of statutory leave
|
26
26
|
attr_accessor :type
|
27
|
-
SICK
|
28
|
-
ADOPTION
|
29
|
-
MATERNITY
|
30
|
-
PATERNITY
|
31
|
-
SHAREDPARENTAL
|
27
|
+
SICK ||= "Sick".freeze
|
28
|
+
ADOPTION ||= "Adoption".freeze
|
29
|
+
MATERNITY ||= "Maternity".freeze
|
30
|
+
PATERNITY ||= "Paternity".freeze
|
31
|
+
SHAREDPARENTAL ||= "Sharedparental".freeze
|
32
32
|
|
33
33
|
# The date when the leave starts
|
34
34
|
attr_accessor :start_date
|
@@ -41,9 +41,9 @@ module XeroRuby::PayrollNz
|
|
41
41
|
|
42
42
|
# The status of the leave
|
43
43
|
attr_accessor :status
|
44
|
-
PENDING
|
45
|
-
IN_PROGRESS
|
46
|
-
COMPLETED
|
44
|
+
PENDING ||= "Pending".freeze
|
45
|
+
IN_PROGRESS ||= "In-Progress".freeze
|
46
|
+
COMPLETED ||= "Completed".freeze
|
47
47
|
|
48
48
|
class EnumAttributeValidator
|
49
49
|
attr_reader :datatype
|
@@ -39,11 +39,11 @@ module XeroRuby::PayrollNz
|
|
39
39
|
|
40
40
|
# Contribution Option which can be 'MakeContributions' 'OptOut', 'OnAContributionsHoliday', 'OnASavingsSuspension', 'NotCurrentlyAKiwiSaverMember' for employees without a KiwiSaver membership
|
41
41
|
attr_accessor :kiwi_saver_contributions
|
42
|
-
MAKE_CONTRIBUTIONS
|
43
|
-
OPT_OUT
|
44
|
-
ON_A_CONTRIBUTIONS_HOLIDAY
|
45
|
-
ON_A_SAVINGS_SUSPENSION
|
46
|
-
NOT_CURRENTLY_A_KIWI_SAVER_MEMBER
|
42
|
+
MAKE_CONTRIBUTIONS ||= "MakeContributions".freeze
|
43
|
+
OPT_OUT ||= "OptOut".freeze
|
44
|
+
ON_A_CONTRIBUTIONS_HOLIDAY ||= "OnAContributionsHoliday".freeze
|
45
|
+
ON_A_SAVINGS_SUSPENSION ||= "OnASavingsSuspension".freeze
|
46
|
+
NOT_CURRENTLY_A_KIWI_SAVER_MEMBER ||= "NotCurrentlyAKiwiSaverMember".freeze
|
47
47
|
|
48
48
|
# Employee Contribution percentage.
|
49
49
|
attr_accessor :kiwi_saver_employee_contribution_rate_percentage
|
@@ -27,8 +27,8 @@ module XeroRuby::PayrollNz
|
|
27
27
|
|
28
28
|
# Period Status
|
29
29
|
attr_accessor :period_status
|
30
|
-
APPROVED
|
31
|
-
COMPLETED
|
30
|
+
APPROVED ||= "Approved".freeze
|
31
|
+
COMPLETED ||= "Completed".freeze
|
32
32
|
|
33
33
|
class EnumAttributeValidator
|
34
34
|
attr_reader :datatype
|
@@ -39,14 +39,14 @@ module XeroRuby::PayrollNz
|
|
39
39
|
|
40
40
|
# Pay run status
|
41
41
|
attr_accessor :pay_run_status
|
42
|
-
DRAFT
|
43
|
-
POSTED
|
42
|
+
DRAFT ||= "Draft".freeze
|
43
|
+
POSTED ||= "Posted".freeze
|
44
44
|
|
45
45
|
# Pay run type
|
46
46
|
attr_accessor :pay_run_type
|
47
|
-
SCHEDULED
|
48
|
-
UNSCHEDULED
|
49
|
-
EARLIER_YEAR_UPDATE
|
47
|
+
SCHEDULED ||= "Scheduled".freeze
|
48
|
+
UNSCHEDULED ||= "Unscheduled".freeze
|
49
|
+
EARLIER_YEAR_UPDATE ||= "EarlierYearUpdate".freeze
|
50
50
|
|
51
51
|
|
52
52
|
attr_accessor :calendar_type
|
@@ -66,9 +66,9 @@ module XeroRuby::PayrollNz
|
|
66
66
|
|
67
67
|
# The payment method code
|
68
68
|
attr_accessor :payment_method
|
69
|
-
CHEQUE
|
70
|
-
ELECTRONICALLY
|
71
|
-
MANUAL
|
69
|
+
CHEQUE ||= "Cheque".freeze
|
70
|
+
ELECTRONICALLY ||= "Electronically".freeze
|
71
|
+
MANUAL ||= "Manual".freeze
|
72
72
|
|
73
73
|
|
74
74
|
attr_accessor :earnings_lines
|
@@ -18,9 +18,9 @@ module XeroRuby::PayrollNz
|
|
18
18
|
class PaymentMethod
|
19
19
|
# The payment method code
|
20
20
|
attr_accessor :payment_method
|
21
|
-
CHEQUE
|
22
|
-
ELECTRONICALLY
|
23
|
-
MANUAL
|
21
|
+
CHEQUE ||= "Cheque".freeze
|
22
|
+
ELECTRONICALLY ||= "Electronically".freeze
|
23
|
+
MANUAL ||= "Manual".freeze
|
24
24
|
|
25
25
|
|
26
26
|
attr_accessor :bank_accounts
|
@@ -30,23 +30,23 @@ module XeroRuby::PayrollNz
|
|
30
30
|
|
31
31
|
# See Reimbursement Categories
|
32
32
|
attr_accessor :reimbursement_category
|
33
|
-
GST
|
34
|
-
NO_GST
|
35
|
-
GST_INCLUSIVE
|
33
|
+
GST ||= "GST".freeze
|
34
|
+
NO_GST ||= "NoGST".freeze
|
35
|
+
GST_INCLUSIVE ||= "GSTInclusive".freeze
|
36
36
|
|
37
37
|
# See Calculation Types
|
38
38
|
attr_accessor :calculation_type
|
39
|
-
UNKNOWN
|
40
|
-
FIXED_AMOUNT
|
41
|
-
RATE_PER_UNIT
|
39
|
+
UNKNOWN ||= "Unknown".freeze
|
40
|
+
FIXED_AMOUNT ||= "FixedAmount".freeze
|
41
|
+
RATE_PER_UNIT ||= "RatePerUnit".freeze
|
42
42
|
|
43
43
|
# Optional Fixed Rate Amount. Applicable when calculation type is Fixed Amount
|
44
44
|
attr_accessor :standard_amount
|
45
45
|
|
46
46
|
# Optional Type Of Units. Applicable when calculation type is Rate Per Unit
|
47
47
|
attr_accessor :standard_type_of_units
|
48
|
-
HOURS
|
49
|
-
KM
|
48
|
+
HOURS ||= "Hours".freeze
|
49
|
+
KM ||= "km".freeze
|
50
50
|
|
51
51
|
# Optional Rate Per Unit. Applicable when calculation type is Rate Per Unit
|
52
52
|
attr_accessor :standard_rate_per_unit
|
@@ -42,14 +42,14 @@ module XeroRuby::PayrollNz
|
|
42
42
|
|
43
43
|
# The current status of the corresponding salary and wages
|
44
44
|
attr_accessor :status
|
45
|
-
ACTIVE
|
46
|
-
PENDING
|
47
|
-
HISTORY
|
45
|
+
ACTIVE ||= "Active".freeze
|
46
|
+
PENDING ||= "Pending".freeze
|
47
|
+
HISTORY ||= "History".freeze
|
48
48
|
|
49
49
|
# The type of the payment of the corresponding salary and wages
|
50
50
|
attr_accessor :payment_type
|
51
|
-
SALARY
|
52
|
-
HOURLY
|
51
|
+
SALARY ||= "Salary".freeze
|
52
|
+
HOURLY ||= "Hourly".freeze
|
53
53
|
|
54
54
|
class EnumAttributeValidator
|
55
55
|
attr_reader :datatype
|
@@ -14,17 +14,17 @@ require 'date'
|
|
14
14
|
|
15
15
|
module XeroRuby::PayrollNz
|
16
16
|
class StatutoryDeductionCategory
|
17
|
-
PRIORITY_ORDER
|
18
|
-
NON_PRIORITY_ORDER
|
19
|
-
TABLE_BASED
|
20
|
-
CHILD_SUPPORT
|
21
|
-
COURT_FINES
|
22
|
-
INLAND_REVENUE_ARREARS
|
23
|
-
MSD_REPAYMENTS
|
24
|
-
STUDENT_LOAN
|
25
|
-
ADDITIONAL_STUDENT_LOAN
|
26
|
-
VOLUNTARY_STUDENT_LOAN
|
27
|
-
KIWI_SAVER
|
17
|
+
PRIORITY_ORDER ||= "PriorityOrder".freeze
|
18
|
+
NON_PRIORITY_ORDER ||= "NonPriorityOrder".freeze
|
19
|
+
TABLE_BASED ||= "TableBased".freeze
|
20
|
+
CHILD_SUPPORT ||= "ChildSupport".freeze
|
21
|
+
COURT_FINES ||= "CourtFines".freeze
|
22
|
+
INLAND_REVENUE_ARREARS ||= "InlandRevenueArrears".freeze
|
23
|
+
MSD_REPAYMENTS ||= "MsdRepayments".freeze
|
24
|
+
STUDENT_LOAN ||= "StudentLoan".freeze
|
25
|
+
ADDITIONAL_STUDENT_LOAN ||= "AdditionalStudentLoan".freeze
|
26
|
+
VOLUNTARY_STUDENT_LOAN ||= "VoluntaryStudentLoan".freeze
|
27
|
+
KIWI_SAVER ||= "KiwiSaver".freeze
|
28
28
|
|
29
29
|
# Builds the enum from string
|
30
30
|
# @param [String] The enum value in the form of the string
|
@@ -14,25 +14,25 @@ require 'date'
|
|
14
14
|
|
15
15
|
module XeroRuby::PayrollNz
|
16
16
|
class TaxCode
|
17
|
-
ND
|
18
|
-
M
|
19
|
-
ME
|
20
|
-
MSL
|
21
|
-
MESL
|
22
|
-
SB
|
23
|
-
S
|
24
|
-
SH
|
25
|
-
ST
|
26
|
-
SBSL
|
27
|
-
SSL
|
28
|
-
SHSL
|
29
|
-
STSL
|
30
|
-
WT
|
31
|
-
CAE
|
32
|
-
EDW
|
33
|
-
NSW
|
34
|
-
STC
|
35
|
-
STCSL
|
17
|
+
ND ||= "ND".freeze
|
18
|
+
M ||= "M".freeze
|
19
|
+
ME ||= "ME".freeze
|
20
|
+
MSL ||= "MSL".freeze
|
21
|
+
MESL ||= "MESL".freeze
|
22
|
+
SB ||= "SB".freeze
|
23
|
+
S ||= "S".freeze
|
24
|
+
SH ||= "SH".freeze
|
25
|
+
ST ||= "ST".freeze
|
26
|
+
SBSL ||= "SBSL".freeze
|
27
|
+
SSL ||= "SSL".freeze
|
28
|
+
SHSL ||= "SHSL".freeze
|
29
|
+
STSL ||= "STSL".freeze
|
30
|
+
WT ||= "WT".freeze
|
31
|
+
CAE ||= "CAE".freeze
|
32
|
+
EDW ||= "EDW".freeze
|
33
|
+
NSW ||= "NSW".freeze
|
34
|
+
STC ||= "STC".freeze
|
35
|
+
STCSL ||= "STCSL".freeze
|
36
36
|
|
37
37
|
# Builds the enum from string
|
38
38
|
# @param [String] The enum value in the form of the string
|
@@ -33,10 +33,10 @@ module XeroRuby::PayrollNz
|
|
33
33
|
|
34
34
|
# Status of the timesheet
|
35
35
|
attr_accessor :status
|
36
|
-
DRAFT
|
37
|
-
APPROVED
|
38
|
-
COMPLETED
|
39
|
-
REQUESTED
|
36
|
+
DRAFT ||= "Draft".freeze
|
37
|
+
APPROVED ||= "Approved".freeze
|
38
|
+
COMPLETED ||= "Completed".freeze
|
39
|
+
REQUESTED ||= "Requested".freeze
|
40
40
|
|
41
41
|
# The Total Hours of the Timesheet
|
42
42
|
attr_accessor :total_hours
|
@@ -21,13 +21,13 @@ module XeroRuby::PayrollUk
|
|
21
21
|
|
22
22
|
# The assigned AccountType
|
23
23
|
attr_accessor :type
|
24
|
-
BANK
|
25
|
-
EMPLOYERSNIC
|
26
|
-
NICLIABILITY
|
27
|
-
PAYEECONTRIBUTION
|
28
|
-
PAYELIABILITY
|
29
|
-
WAGESPAYABLE
|
30
|
-
WAGESEXPENSE
|
24
|
+
BANK ||= "BANK".freeze
|
25
|
+
EMPLOYERSNIC ||= "EMPLOYERSNIC".freeze
|
26
|
+
NICLIABILITY ||= "NICLIABILITY".freeze
|
27
|
+
PAYEECONTRIBUTION ||= "PAYEECONTRIBUTION".freeze
|
28
|
+
PAYELIABILITY ||= "PAYELIABILITY".freeze
|
29
|
+
WAGESPAYABLE ||= "WAGESPAYABLE".freeze
|
30
|
+
WAGESEXPENSE ||= "WAGESEXPENSE".freeze
|
31
31
|
|
32
32
|
# A unique 3 digit number for each Account
|
33
33
|
attr_accessor :code
|
@@ -24,8 +24,8 @@ module XeroRuby::PayrollUk
|
|
24
24
|
|
25
25
|
# Category type of the employer pension
|
26
26
|
attr_accessor :category
|
27
|
-
STAKEHOLDER_PENSION
|
28
|
-
OTHER
|
27
|
+
STAKEHOLDER_PENSION ||= "StakeholderPension".freeze
|
28
|
+
OTHER ||= "Other".freeze
|
29
29
|
|
30
30
|
# Xero identifier for Liability Account
|
31
31
|
attr_accessor :liability_account_id
|
@@ -41,8 +41,8 @@ module XeroRuby::PayrollUk
|
|
41
41
|
|
42
42
|
# Calculation Type of the employer pension (FixedAmount or PercentageOfGross).
|
43
43
|
attr_accessor :calculation_type
|
44
|
-
FIXED_AMOUNT
|
45
|
-
PERCENTAGE_OF_GROSS
|
44
|
+
FIXED_AMOUNT ||= "FixedAmount".freeze
|
45
|
+
PERCENTAGE_OF_GROSS ||= "PercentageOfGross".freeze
|
46
46
|
|
47
47
|
# Identifier of a record is active or not.
|
48
48
|
attr_accessor :current_record
|
@@ -24,16 +24,16 @@ module XeroRuby::PayrollUk
|
|
24
24
|
|
25
25
|
# Deduction Category type
|
26
26
|
attr_accessor :deduction_category
|
27
|
-
CAPITAL_CONTRIBUTIONS
|
28
|
-
CHILD_CARE_VOUCHER
|
29
|
-
MAKING_GOOD
|
30
|
-
POSTGRADUATE_LOAN_DEDUCTIONS
|
31
|
-
PRIVATE_USE_PAYMENTS
|
32
|
-
SALARY_SACRIFICE
|
33
|
-
STAKEHOLDER_PENSION
|
34
|
-
STAKEHOLDER_PENSION_POST_TAX
|
35
|
-
STUDENT_LOAN_DEDUCTIONS
|
36
|
-
UK_OTHER
|
27
|
+
CAPITAL_CONTRIBUTIONS ||= "CapitalContributions".freeze
|
28
|
+
CHILD_CARE_VOUCHER ||= "ChildCareVoucher".freeze
|
29
|
+
MAKING_GOOD ||= "MakingGood".freeze
|
30
|
+
POSTGRADUATE_LOAN_DEDUCTIONS ||= "PostgraduateLoanDeductions".freeze
|
31
|
+
PRIVATE_USE_PAYMENTS ||= "PrivateUsePayments".freeze
|
32
|
+
SALARY_SACRIFICE ||= "SalarySacrifice".freeze
|
33
|
+
STAKEHOLDER_PENSION ||= "StakeholderPension".freeze
|
34
|
+
STAKEHOLDER_PENSION_POST_TAX ||= "StakeholderPensionPostTax".freeze
|
35
|
+
STUDENT_LOAN_DEDUCTIONS ||= "StudentLoanDeductions".freeze
|
36
|
+
UK_OTHER ||= "UkOther".freeze
|
37
37
|
|
38
38
|
# Xero identifier for Liability Account
|
39
39
|
attr_accessor :liability_account_id
|
@@ -52,8 +52,8 @@ module XeroRuby::PayrollUk
|
|
52
52
|
|
53
53
|
# determine the calculation type whether fixed amount or percentage of gross
|
54
54
|
attr_accessor :calculation_type
|
55
|
-
FIXED_AMOUNT
|
56
|
-
PERCENTAGE_OF_GROSS
|
55
|
+
FIXED_AMOUNT ||= "FixedAmount".freeze
|
56
|
+
PERCENTAGE_OF_GROSS ||= "PercentageOfGross".freeze
|
57
57
|
|
58
58
|
# Percentage of gross
|
59
59
|
attr_accessor :percentage
|
@@ -24,35 +24,35 @@ module XeroRuby::PayrollUk
|
|
24
24
|
|
25
25
|
# Indicates how an employee will be paid when taking this type of earning
|
26
26
|
attr_accessor :earnings_type
|
27
|
-
ALLOWANCE
|
28
|
-
BACKPAY
|
29
|
-
BONUS
|
30
|
-
COMMISSION
|
31
|
-
LUMP_SUM
|
32
|
-
OTHER_EARNINGS
|
33
|
-
OVERTIME_EARNINGS
|
34
|
-
REGULAR_EARNINGS
|
35
|
-
STATUTORY_ADOPTION_PAY
|
36
|
-
STATUTORY_ADOPTION_PAY_NON_PENSIONABLE
|
37
|
-
STATUTORY_BEREAVEMENT_PAY
|
38
|
-
STATUTORY_MATERNITY_PAY
|
39
|
-
STATUTORY_MATERNITY_PAY_NON_PENSIONABLE
|
40
|
-
STATUTORY_PATERNITY_PAY
|
41
|
-
STATUTORY_PATERNITY_PAY_NON_PENSIONABLE
|
42
|
-
STATUTORY_PARENTAL_BEREAVEMENT_PAY_NON_PENSIONABLE
|
43
|
-
STATUTORY_SHARED_PARENTAL_PAY
|
44
|
-
STATUTORY_SHARED_PARENTAL_PAY_NON_PENSIONABLE
|
45
|
-
STATUTORY_SICK_PAY
|
46
|
-
STATUTORY_SICK_PAY_NON_PENSIONABLE
|
47
|
-
|
48
|
-
|
49
|
-
TERMINATION_PAY
|
27
|
+
ALLOWANCE ||= "Allowance".freeze
|
28
|
+
BACKPAY ||= "Backpay".freeze
|
29
|
+
BONUS ||= "Bonus".freeze
|
30
|
+
COMMISSION ||= "Commission".freeze
|
31
|
+
LUMP_SUM ||= "LumpSum".freeze
|
32
|
+
OTHER_EARNINGS ||= "OtherEarnings".freeze
|
33
|
+
OVERTIME_EARNINGS ||= "OvertimeEarnings".freeze
|
34
|
+
REGULAR_EARNINGS ||= "RegularEarnings".freeze
|
35
|
+
STATUTORY_ADOPTION_PAY ||= "StatutoryAdoptionPay".freeze
|
36
|
+
STATUTORY_ADOPTION_PAY_NON_PENSIONABLE ||= "StatutoryAdoptionPayNonPensionable".freeze
|
37
|
+
STATUTORY_BEREAVEMENT_PAY ||= "StatutoryBereavementPay".freeze
|
38
|
+
STATUTORY_MATERNITY_PAY ||= "StatutoryMaternityPay".freeze
|
39
|
+
STATUTORY_MATERNITY_PAY_NON_PENSIONABLE ||= "StatutoryMaternityPayNonPensionable".freeze
|
40
|
+
STATUTORY_PATERNITY_PAY ||= "StatutoryPaternityPay".freeze
|
41
|
+
STATUTORY_PATERNITY_PAY_NON_PENSIONABLE ||= "StatutoryPaternityPayNonPensionable".freeze
|
42
|
+
STATUTORY_PARENTAL_BEREAVEMENT_PAY_NON_PENSIONABLE ||= "StatutoryParentalBereavementPayNonPensionable".freeze
|
43
|
+
STATUTORY_SHARED_PARENTAL_PAY ||= "StatutorySharedParentalPay".freeze
|
44
|
+
STATUTORY_SHARED_PARENTAL_PAY_NON_PENSIONABLE ||= "StatutorySharedParentalPayNonPensionable".freeze
|
45
|
+
STATUTORY_SICK_PAY ||= "StatutorySickPay".freeze
|
46
|
+
STATUTORY_SICK_PAY_NON_PENSIONABLE ||= "StatutorySickPayNonPensionable".freeze
|
47
|
+
TIPS_NON_DIRECT ||= "TipsNonDirect".freeze
|
48
|
+
TIPS_DIRECT ||= "TipsDirect".freeze
|
49
|
+
TERMINATION_PAY ||= "TerminationPay".freeze
|
50
50
|
|
51
51
|
# Indicates the type of the earning rate
|
52
52
|
attr_accessor :rate_type
|
53
|
-
RATE_PER_UNIT
|
54
|
-
MULTIPLE_OF_ORDINARY_EARNINGS_RATE
|
55
|
-
FIXED_AMOUNT
|
53
|
+
RATE_PER_UNIT ||= "RatePerUnit".freeze
|
54
|
+
MULTIPLE_OF_ORDINARY_EARNINGS_RATE ||= "MultipleOfOrdinaryEarningsRate".freeze
|
55
|
+
FIXED_AMOUNT ||= "FixedAmount".freeze
|
56
56
|
|
57
57
|
# The type of units used to record earnings
|
58
58
|
attr_accessor :type_of_units
|
@@ -214,7 +214,7 @@ module XeroRuby::PayrollUk
|
|
214
214
|
def valid?
|
215
215
|
return false if @name.nil?
|
216
216
|
return false if @earnings_type.nil?
|
217
|
-
earnings_type_validator = EnumAttributeValidator.new('String', ["Allowance", "Backpay", "Bonus", "Commission", "LumpSum", "OtherEarnings", "OvertimeEarnings", "RegularEarnings", "StatutoryAdoptionPay", "StatutoryAdoptionPayNonPensionable", "StatutoryBereavementPay", "StatutoryMaternityPay", "StatutoryMaternityPayNonPensionable", "StatutoryPaternityPay", "StatutoryPaternityPayNonPensionable", "StatutoryParentalBereavementPayNonPensionable", "StatutorySharedParentalPay", "StatutorySharedParentalPayNonPensionable", "StatutorySickPay", "StatutorySickPayNonPensionable", "
|
217
|
+
earnings_type_validator = EnumAttributeValidator.new('String', ["Allowance", "Backpay", "Bonus", "Commission", "LumpSum", "OtherEarnings", "OvertimeEarnings", "RegularEarnings", "StatutoryAdoptionPay", "StatutoryAdoptionPayNonPensionable", "StatutoryBereavementPay", "StatutoryMaternityPay", "StatutoryMaternityPayNonPensionable", "StatutoryPaternityPay", "StatutoryPaternityPayNonPensionable", "StatutoryParentalBereavementPayNonPensionable", "StatutorySharedParentalPay", "StatutorySharedParentalPayNonPensionable", "StatutorySickPay", "StatutorySickPayNonPensionable", "TipsNonDirect", "TipsDirect", "TerminationPay"])
|
218
218
|
return false unless earnings_type_validator.valid?(@earnings_type)
|
219
219
|
return false if @rate_type.nil?
|
220
220
|
rate_type_validator = EnumAttributeValidator.new('String', ["RatePerUnit", "MultipleOfOrdinaryEarningsRate", "FixedAmount"])
|
@@ -227,7 +227,7 @@ module XeroRuby::PayrollUk
|
|
227
227
|
# Custom attribute writer method checking allowed values (enum).
|
228
228
|
# @param [Object] earnings_type Object to be assigned
|
229
229
|
def earnings_type=(earnings_type)
|
230
|
-
validator = EnumAttributeValidator.new('String', ["Allowance", "Backpay", "Bonus", "Commission", "LumpSum", "OtherEarnings", "OvertimeEarnings", "RegularEarnings", "StatutoryAdoptionPay", "StatutoryAdoptionPayNonPensionable", "StatutoryBereavementPay", "StatutoryMaternityPay", "StatutoryMaternityPayNonPensionable", "StatutoryPaternityPay", "StatutoryPaternityPayNonPensionable", "StatutoryParentalBereavementPayNonPensionable", "StatutorySharedParentalPay", "StatutorySharedParentalPayNonPensionable", "StatutorySickPay", "StatutorySickPayNonPensionable", "
|
230
|
+
validator = EnumAttributeValidator.new('String', ["Allowance", "Backpay", "Bonus", "Commission", "LumpSum", "OtherEarnings", "OvertimeEarnings", "RegularEarnings", "StatutoryAdoptionPay", "StatutoryAdoptionPayNonPensionable", "StatutoryBereavementPay", "StatutoryMaternityPay", "StatutoryMaternityPayNonPensionable", "StatutoryPaternityPay", "StatutoryPaternityPayNonPensionable", "StatutoryParentalBereavementPayNonPensionable", "StatutorySharedParentalPay", "StatutorySharedParentalPayNonPensionable", "StatutorySickPay", "StatutorySickPayNonPensionable", "TipsNonDirect", "TipsDirect", "TerminationPay"])
|
231
231
|
unless validator.valid?(earnings_type)
|
232
232
|
fail ArgumentError, "invalid value for \"earnings_type\", must be one of #{validator.allowable_values}."
|
233
233
|
end
|
@@ -39,8 +39,8 @@ module XeroRuby::PayrollUk
|
|
39
39
|
|
40
40
|
# The employee’s gender
|
41
41
|
attr_accessor :gender
|
42
|
-
M
|
43
|
-
F
|
42
|
+
M ||= "M".freeze
|
43
|
+
F ||= "F".freeze
|
44
44
|
|
45
45
|
# Employee phone number
|
46
46
|
attr_accessor :phone_number
|
@@ -63,6 +63,9 @@ module XeroRuby::PayrollUk
|
|
63
63
|
# National insurance number of the employee
|
64
64
|
attr_accessor :national_insurance_number
|
65
65
|
|
66
|
+
# Whether the employee is an off payroll worker
|
67
|
+
attr_accessor :is_off_payroll_worker
|
68
|
+
|
66
69
|
class EnumAttributeValidator
|
67
70
|
attr_reader :datatype
|
68
71
|
attr_reader :allowable_values
|
@@ -102,7 +105,8 @@ module XeroRuby::PayrollUk
|
|
102
105
|
:'payroll_calendar_id' => :'payrollCalendarID',
|
103
106
|
:'updated_date_utc' => :'updatedDateUTC',
|
104
107
|
:'created_date_utc' => :'createdDateUTC',
|
105
|
-
:'national_insurance_number' => :'nationalInsuranceNumber'
|
108
|
+
:'national_insurance_number' => :'nationalInsuranceNumber',
|
109
|
+
:'is_off_payroll_worker' => :'isOffPayrollWorker'
|
106
110
|
}
|
107
111
|
end
|
108
112
|
|
@@ -123,7 +127,8 @@ module XeroRuby::PayrollUk
|
|
123
127
|
:'payroll_calendar_id' => :'String',
|
124
128
|
:'updated_date_utc' => :'DateTime',
|
125
129
|
:'created_date_utc' => :'DateTime',
|
126
|
-
:'national_insurance_number' => :'String'
|
130
|
+
:'national_insurance_number' => :'String',
|
131
|
+
:'is_off_payroll_worker' => :'Boolean'
|
127
132
|
}
|
128
133
|
end
|
129
134
|
|
@@ -201,6 +206,10 @@ module XeroRuby::PayrollUk
|
|
201
206
|
if attributes.key?(:'national_insurance_number')
|
202
207
|
self.national_insurance_number = attributes[:'national_insurance_number']
|
203
208
|
end
|
209
|
+
|
210
|
+
if attributes.key?(:'is_off_payroll_worker')
|
211
|
+
self.is_off_payroll_worker = attributes[:'is_off_payroll_worker']
|
212
|
+
end
|
204
213
|
end
|
205
214
|
|
206
215
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -247,7 +256,8 @@ module XeroRuby::PayrollUk
|
|
247
256
|
payroll_calendar_id == o.payroll_calendar_id &&
|
248
257
|
updated_date_utc == o.updated_date_utc &&
|
249
258
|
created_date_utc == o.created_date_utc &&
|
250
|
-
national_insurance_number == o.national_insurance_number
|
259
|
+
national_insurance_number == o.national_insurance_number &&
|
260
|
+
is_off_payroll_worker == o.is_off_payroll_worker
|
251
261
|
end
|
252
262
|
|
253
263
|
# @see the `==` method
|
@@ -259,7 +269,7 @@ module XeroRuby::PayrollUk
|
|
259
269
|
# Calculates hash code according to all attributes.
|
260
270
|
# @return [Integer] Hash code
|
261
271
|
def hash
|
262
|
-
[employee_id, title, first_name, last_name, date_of_birth, address, email, gender, phone_number, start_date, end_date, payroll_calendar_id, updated_date_utc, created_date_utc, national_insurance_number].hash
|
272
|
+
[employee_id, title, first_name, last_name, date_of_birth, address, email, gender, phone_number, start_date, end_date, payroll_calendar_id, updated_date_utc, created_date_utc, national_insurance_number, is_off_payroll_worker].hash
|
263
273
|
end
|
264
274
|
|
265
275
|
# Builds the object from hash
|
@@ -21,10 +21,10 @@ module XeroRuby::PayrollUk
|
|
21
21
|
|
22
22
|
# The schedule of accrual
|
23
23
|
attr_accessor :schedule_of_accrual
|
24
|
-
BEGINNING_OF_CALENDAR_YEAR
|
25
|
-
ON_ANNIVERSARY_DATE
|
26
|
-
EACH_PAY_PERIOD
|
27
|
-
ON_HOUR_WORKED
|
24
|
+
BEGINNING_OF_CALENDAR_YEAR ||= "BeginningOfCalendarYear".freeze
|
25
|
+
ON_ANNIVERSARY_DATE ||= "OnAnniversaryDate".freeze
|
26
|
+
EACH_PAY_PERIOD ||= "EachPayPeriod".freeze
|
27
|
+
ON_HOUR_WORKED ||= "OnHourWorked".freeze
|
28
28
|
|
29
29
|
# The number of hours accrued for the leave annually. This is 0 when the scheduleOfAccrual chosen is \"OnHourWorked\"
|
30
30
|
attr_accessor :hours_accrued_annually
|
@@ -18,18 +18,18 @@ module XeroRuby::PayrollUk
|
|
18
18
|
class EmployeeStatutoryLeaveBalance
|
19
19
|
# The type of statutory leave
|
20
20
|
attr_accessor :leave_type
|
21
|
-
SICK
|
22
|
-
ADOPTION
|
23
|
-
MATERNITY
|
24
|
-
PATERNITY
|
25
|
-
SHAREDPARENTAL
|
21
|
+
SICK ||= "Sick".freeze
|
22
|
+
ADOPTION ||= "Adoption".freeze
|
23
|
+
MATERNITY ||= "Maternity".freeze
|
24
|
+
PATERNITY ||= "Paternity".freeze
|
25
|
+
SHAREDPARENTAL ||= "Sharedparental".freeze
|
26
26
|
|
27
27
|
# The balance remaining for the corresponding leave type as of specified date.
|
28
28
|
attr_accessor :balance_remaining
|
29
29
|
|
30
30
|
# The units will be \"Hours\"
|
31
31
|
attr_accessor :units
|
32
|
-
HOURS
|
32
|
+
HOURS ||= "Hours".freeze
|
33
33
|
|
34
34
|
class EnumAttributeValidator
|
35
35
|
attr_reader :datatype
|
@@ -24,11 +24,11 @@ module XeroRuby::PayrollUk
|
|
24
24
|
|
25
25
|
# The category of statutory leave
|
26
26
|
attr_accessor :type
|
27
|
-
SICK
|
28
|
-
ADOPTION
|
29
|
-
MATERNITY
|
30
|
-
PATERNITY
|
31
|
-
SHAREDPARENTAL
|
27
|
+
SICK ||= "Sick".freeze
|
28
|
+
ADOPTION ||= "Adoption".freeze
|
29
|
+
MATERNITY ||= "Maternity".freeze
|
30
|
+
PATERNITY ||= "Paternity".freeze
|
31
|
+
SHAREDPARENTAL ||= "Sharedparental".freeze
|
32
32
|
|
33
33
|
# The date when the leave starts
|
34
34
|
attr_accessor :start_date
|
@@ -41,9 +41,9 @@ module XeroRuby::PayrollUk
|
|
41
41
|
|
42
42
|
# The status of the leave
|
43
43
|
attr_accessor :status
|
44
|
-
PENDING
|
45
|
-
IN_PROGRESS
|
46
|
-
COMPLETED
|
44
|
+
PENDING ||= "Pending".freeze
|
45
|
+
IN_PROGRESS ||= "In-Progress".freeze
|
46
|
+
COMPLETED ||= "Completed".freeze
|
47
47
|
|
48
48
|
class EnumAttributeValidator
|
49
49
|
attr_reader :datatype
|