xero-ruby 3.5.0 → 3.7.1
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/lib/xero-ruby/api/finance_api.rb +95 -0
- data/lib/xero-ruby/api/payroll_uk_api.rb +2 -2
- data/lib/xero-ruby/api_client.rb +1 -1
- 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/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/contact.rb +9 -9
- 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 +76 -74
- 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 +78 -78
- data/lib/xero-ruby/models/accounting/tax_type.rb +59 -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 +2 -2
- data/lib/xero-ruby/models/app_store/subscription.rb +37 -0
- data/lib/xero-ruby/models/app_store/subscription_item.rb +53 -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/bank_statement_accounting_response.rb +254 -0
- data/lib/xero-ruby/models/finance/bank_transaction_response.rb +274 -0
- data/lib/xero-ruby/models/finance/contact_response.rb +232 -0
- data/lib/xero-ruby/models/finance/credit_note_response.rb +254 -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/overpayment_response.rb +254 -0
- data/lib/xero-ruby/models/finance/payment_response.rb +312 -0
- data/lib/xero-ruby/models/finance/prepayment_response.rb +254 -0
- data/lib/xero-ruby/models/finance/problem_type.rb +10 -5
- data/lib/xero-ruby/models/finance/statement_line_response.rb +346 -0
- data/lib/xero-ruby/models/finance/statement_response.rb +274 -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 -12
- 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 -6
- 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 +26 -26
- 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 +8 -8
- 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 +6 -6
- data/lib/xero-ruby.rb +13 -0
- metadata +15 -2
|
@@ -14,10 +14,10 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class LeaveTypeContributionType
|
|
17
|
-
SGC
|
|
18
|
-
SALARYSACRIFICE
|
|
19
|
-
EMPLOYERADDITIONAL
|
|
20
|
-
EMPLOYEE
|
|
17
|
+
SGC ||= "SGC".freeze
|
|
18
|
+
SALARYSACRIFICE ||= "SALARYSACRIFICE".freeze
|
|
19
|
+
EMPLOYERADDITIONAL ||= "EMPLOYERADDITIONAL".freeze
|
|
20
|
+
EMPLOYEE ||= "EMPLOYEE".freeze
|
|
21
21
|
|
|
22
22
|
# Builds the enum from string
|
|
23
23
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,12 +14,12 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class ManualTaxType
|
|
17
|
-
PAYGMANUAL
|
|
18
|
-
ETPOMANUAL
|
|
19
|
-
ETPRMANUAL
|
|
20
|
-
SCHEDULE5_MANUAL
|
|
21
|
-
SCHEDULE5_STSLMANUAL
|
|
22
|
-
SCHEDULE4_MANUAL
|
|
17
|
+
PAYGMANUAL ||= "PAYGMANUAL".freeze
|
|
18
|
+
ETPOMANUAL ||= "ETPOMANUAL".freeze
|
|
19
|
+
ETPRMANUAL ||= "ETPRMANUAL".freeze
|
|
20
|
+
SCHEDULE5_MANUAL ||= "SCHEDULE5MANUAL".freeze
|
|
21
|
+
SCHEDULE5_STSLMANUAL ||= "SCHEDULE5STSLMANUAL".freeze
|
|
22
|
+
SCHEDULE4_MANUAL ||= "SCHEDULE4MANUAL".freeze
|
|
23
23
|
|
|
24
24
|
# Builds the enum from string
|
|
25
25
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,8 +14,8 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class PayRunStatus
|
|
17
|
-
DRAFT
|
|
18
|
-
POSTED
|
|
17
|
+
DRAFT ||= "DRAFT".freeze
|
|
18
|
+
POSTED ||= "POSTED".freeze
|
|
19
19
|
|
|
20
20
|
# Builds the enum from string
|
|
21
21
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,13 +14,13 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class PaymentFrequencyType
|
|
17
|
-
WEEKLY
|
|
18
|
-
MONTHLY
|
|
19
|
-
FORTNIGHTLY
|
|
20
|
-
QUARTERLY
|
|
21
|
-
TWICEMONTHLY
|
|
22
|
-
FOURWEEKLY
|
|
23
|
-
YEARLY
|
|
17
|
+
WEEKLY ||= "WEEKLY".freeze
|
|
18
|
+
MONTHLY ||= "MONTHLY".freeze
|
|
19
|
+
FORTNIGHTLY ||= "FORTNIGHTLY".freeze
|
|
20
|
+
QUARTERLY ||= "QUARTERLY".freeze
|
|
21
|
+
TWICEMONTHLY ||= "TWICEMONTHLY".freeze
|
|
22
|
+
FOURWEEKLY ||= "FOURWEEKLY".freeze
|
|
23
|
+
YEARLY ||= "YEARLY".freeze
|
|
24
24
|
|
|
25
25
|
# Builds the enum from string
|
|
26
26
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,9 +14,9 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class RateType
|
|
17
|
-
FIXEDAMOUNT
|
|
18
|
-
MULTIPLE
|
|
19
|
-
RATEPERUNIT
|
|
17
|
+
FIXEDAMOUNT ||= "FIXEDAMOUNT".freeze
|
|
18
|
+
MULTIPLE ||= "MULTIPLE".freeze
|
|
19
|
+
RATEPERUNIT ||= "RATEPERUNIT".freeze
|
|
20
20
|
|
|
21
21
|
# Builds the enum from string
|
|
22
22
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,9 +14,9 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class ResidencyStatus
|
|
17
|
-
AUSTRALIANRESIDENT
|
|
18
|
-
FOREIGNRESIDENT
|
|
19
|
-
WORKINGHOLIDAYMAKER
|
|
17
|
+
AUSTRALIANRESIDENT ||= "AUSTRALIANRESIDENT".freeze
|
|
18
|
+
FOREIGNRESIDENT ||= "FOREIGNRESIDENT".freeze
|
|
19
|
+
WORKINGHOLIDAYMAKER ||= "WORKINGHOLIDAYMAKER".freeze
|
|
20
20
|
|
|
21
21
|
# Builds the enum from string
|
|
22
22
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,14 +14,14 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class State
|
|
17
|
-
ACT
|
|
18
|
-
NSW
|
|
19
|
-
NT
|
|
20
|
-
QLD
|
|
21
|
-
SA
|
|
22
|
-
TAS
|
|
23
|
-
VIC
|
|
24
|
-
WA
|
|
17
|
+
ACT ||= "ACT".freeze
|
|
18
|
+
NSW ||= "NSW".freeze
|
|
19
|
+
NT ||= "NT".freeze
|
|
20
|
+
QLD ||= "QLD".freeze
|
|
21
|
+
SA ||= "SA".freeze
|
|
22
|
+
TAS ||= "TAS".freeze
|
|
23
|
+
VIC ||= "VIC".freeze
|
|
24
|
+
WA ||= "WA".freeze
|
|
25
25
|
|
|
26
26
|
# Builds the enum from string
|
|
27
27
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,8 +14,8 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class SuperFundType
|
|
17
|
-
REGULATED
|
|
18
|
-
SMSF
|
|
17
|
+
REGULATED ||= "REGULATED".freeze
|
|
18
|
+
SMSF ||= "SMSF".freeze
|
|
19
19
|
|
|
20
20
|
# Builds the enum from string
|
|
21
21
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,9 +14,9 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class SuperannuationCalculationType
|
|
17
|
-
FIXEDAMOUNT
|
|
18
|
-
PERCENTAGEOFEARNINGS
|
|
19
|
-
STATUTORY
|
|
17
|
+
FIXEDAMOUNT ||= "FIXEDAMOUNT".freeze
|
|
18
|
+
PERCENTAGEOFEARNINGS ||= "PERCENTAGEOFEARNINGS".freeze
|
|
19
|
+
STATUTORY ||= "STATUTORY".freeze
|
|
20
20
|
|
|
21
21
|
# Builds the enum from string
|
|
22
22
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,10 +14,10 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class SuperannuationContributionType
|
|
17
|
-
SGC
|
|
18
|
-
SALARYSACRIFICE
|
|
19
|
-
EMPLOYERADDITIONAL
|
|
20
|
-
EMPLOYEE
|
|
17
|
+
SGC ||= "SGC".freeze
|
|
18
|
+
SALARYSACRIFICE ||= "SALARYSACRIFICE".freeze
|
|
19
|
+
EMPLOYERADDITIONAL ||= "EMPLOYERADDITIONAL".freeze
|
|
20
|
+
EMPLOYEE ||= "EMPLOYEE".freeze
|
|
21
21
|
|
|
22
22
|
# Builds the enum from string
|
|
23
23
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,10 +14,10 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class TFNExemptionType
|
|
17
|
-
NOTQUOTED
|
|
18
|
-
PENDING
|
|
19
|
-
PENSIONER
|
|
20
|
-
UNDER18
|
|
17
|
+
NOTQUOTED ||= "NOTQUOTED".freeze
|
|
18
|
+
PENDING ||= "PENDING".freeze
|
|
19
|
+
PENSIONER ||= "PENSIONER".freeze
|
|
20
|
+
UNDER18 ||= "UNDER18".freeze
|
|
21
21
|
|
|
22
22
|
# Builds the enum from string
|
|
23
23
|
# @param [String] The enum value in the form of the string
|
|
@@ -14,11 +14,11 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollAu
|
|
16
16
|
class TimesheetStatus
|
|
17
|
-
DRAFT
|
|
18
|
-
PROCESSED
|
|
19
|
-
APPROVED
|
|
20
|
-
REJECTED
|
|
21
|
-
REQUESTED
|
|
17
|
+
DRAFT ||= "DRAFT".freeze
|
|
18
|
+
PROCESSED ||= "PROCESSED".freeze
|
|
19
|
+
APPROVED ||= "APPROVED".freeze
|
|
20
|
+
REJECTED ||= "REJECTED".freeze
|
|
21
|
+
REQUESTED ||= "REQUESTED".freeze
|
|
22
22
|
|
|
23
23
|
# Builds the enum from string
|
|
24
24
|
# @param [String] The enum value in the form of the string
|
|
@@ -21,10 +21,10 @@ module XeroRuby::PayrollNz
|
|
|
21
21
|
|
|
22
22
|
# The assigned AccountType
|
|
23
23
|
attr_accessor :type
|
|
24
|
-
PAYELIABILITY
|
|
25
|
-
WAGESPAYABLE
|
|
26
|
-
WAGESEXPENSE
|
|
27
|
-
BANK
|
|
24
|
+
PAYELIABILITY ||= "PAYELIABILITY".freeze
|
|
25
|
+
WAGESPAYABLE ||= "WAGESPAYABLE".freeze
|
|
26
|
+
WAGESEXPENSE ||= "WAGESEXPENSE".freeze
|
|
27
|
+
BANK ||= "BANK".freeze
|
|
28
28
|
|
|
29
29
|
# A unique 3 digit number for each Account
|
|
30
30
|
attr_accessor :code
|
|
@@ -39,8 +39,8 @@ module XeroRuby::PayrollNz
|
|
|
39
39
|
|
|
40
40
|
# Calculation type for the transaction can be 'Fixed Amount' or 'Balance'
|
|
41
41
|
attr_accessor :calculation_type
|
|
42
|
-
FIXED_AMOUNT
|
|
43
|
-
BALANCE
|
|
42
|
+
FIXED_AMOUNT ||= "FixedAmount".freeze
|
|
43
|
+
BALANCE ||= "Balance".freeze
|
|
44
44
|
|
|
45
45
|
class EnumAttributeValidator
|
|
46
46
|
attr_reader :datatype
|
|
@@ -24,9 +24,9 @@ module XeroRuby::PayrollNz
|
|
|
24
24
|
|
|
25
25
|
# Superannuations Category type
|
|
26
26
|
attr_accessor :category
|
|
27
|
-
KIWI_SAVER
|
|
28
|
-
COMPLYING_FUND
|
|
29
|
-
OTHER
|
|
27
|
+
KIWI_SAVER ||= "KiwiSaver".freeze
|
|
28
|
+
COMPLYING_FUND ||= "ComplyingFund".freeze
|
|
29
|
+
OTHER ||= "Other".freeze
|
|
30
30
|
|
|
31
31
|
# Xero identifier for Liability Account
|
|
32
32
|
attr_accessor :liability_account_id
|
|
@@ -36,8 +36,8 @@ module XeroRuby::PayrollNz
|
|
|
36
36
|
|
|
37
37
|
# Calculation Type of the superannuation either FixedAmount or PercentageOfTaxableEarnings
|
|
38
38
|
attr_accessor :calculation_type_nz
|
|
39
|
-
FIXED_AMOUNT
|
|
40
|
-
PERCENTAGE_OF_TAXABLE_EARNINGS
|
|
39
|
+
FIXED_AMOUNT ||= "FixedAmount".freeze
|
|
40
|
+
PERCENTAGE_OF_TAXABLE_EARNINGS ||= "PercentageOfTaxableEarnings".freeze
|
|
41
41
|
|
|
42
42
|
# Standard amount of the superannuation
|
|
43
43
|
attr_accessor :standard_amount
|
|
@@ -14,13 +14,13 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module XeroRuby::PayrollNz
|
|
16
16
|
class CalendarType
|
|
17
|
-
WEEKLY
|
|
18
|
-
FORTNIGHTLY
|
|
19
|
-
FOUR_WEEKLY
|
|
20
|
-
MONTHLY
|
|
21
|
-
ANNUAL
|
|
22
|
-
QUARTERLY
|
|
23
|
-
TWICE_MONTHLY
|
|
17
|
+
WEEKLY ||= "Weekly".freeze
|
|
18
|
+
FORTNIGHTLY ||= "Fortnightly".freeze
|
|
19
|
+
FOUR_WEEKLY ||= "FourWeekly".freeze
|
|
20
|
+
MONTHLY ||= "Monthly".freeze
|
|
21
|
+
ANNUAL ||= "Annual".freeze
|
|
22
|
+
QUARTERLY ||= "Quarterly".freeze
|
|
23
|
+
TWICE_MONTHLY ||= "TwiceMonthly".freeze
|
|
24
24
|
|
|
25
25
|
# Builds the enum from string
|
|
26
26
|
# @param [String] The enum value in the form of the string
|
|
@@ -24,10 +24,10 @@ module XeroRuby::PayrollNz
|
|
|
24
24
|
|
|
25
25
|
# Deduction Category type
|
|
26
26
|
attr_accessor :deduction_category
|
|
27
|
-
PAYROLL_GIVING
|
|
28
|
-
KIWI_SAVER_VOLUNTARY_CONTRIBUTIONS
|
|
29
|
-
SUPERANNUATION
|
|
30
|
-
NZ_OTHER
|
|
27
|
+
PAYROLL_GIVING ||= "PayrollGiving".freeze
|
|
28
|
+
KIWI_SAVER_VOLUNTARY_CONTRIBUTIONS ||= "KiwiSaverVoluntaryContributions".freeze
|
|
29
|
+
SUPERANNUATION ||= "Superannuation".freeze
|
|
30
|
+
NZ_OTHER ||= "NzOther".freeze
|
|
31
31
|
|
|
32
32
|
# Xero identifier for Liability Account
|
|
33
33
|
attr_accessor :liability_account_id
|
|
@@ -24,27 +24,27 @@ module XeroRuby::PayrollNz
|
|
|
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
|
-
DISCRETIONARY_PAYMENTS
|
|
32
|
-
HOLIDAY_PAY
|
|
33
|
-
LUMP_SUM
|
|
34
|
-
OTHER_EARNINGS
|
|
35
|
-
OTHER_GROSS_EARNINGS
|
|
36
|
-
OVERTIME_EARNINGS
|
|
37
|
-
REGULAR_EARNINGS
|
|
38
|
-
SALARY_SACRIFICE_FOR_KIWI_SAVER
|
|
39
|
-
TIPS_DIRECT
|
|
40
|
-
TIPS_NON_DIRECT
|
|
41
|
-
WITHHOLDING_INCOME
|
|
27
|
+
ALLOWANCE ||= "Allowance".freeze
|
|
28
|
+
BACKPAY ||= "Backpay".freeze
|
|
29
|
+
BONUS ||= "Bonus".freeze
|
|
30
|
+
COMMISSION ||= "Commission".freeze
|
|
31
|
+
DISCRETIONARY_PAYMENTS ||= "DiscretionaryPayments".freeze
|
|
32
|
+
HOLIDAY_PAY ||= "HolidayPay".freeze
|
|
33
|
+
LUMP_SUM ||= "LumpSum".freeze
|
|
34
|
+
OTHER_EARNINGS ||= "OtherEarnings".freeze
|
|
35
|
+
OTHER_GROSS_EARNINGS ||= "OtherGrossEarnings".freeze
|
|
36
|
+
OVERTIME_EARNINGS ||= "OvertimeEarnings".freeze
|
|
37
|
+
REGULAR_EARNINGS ||= "RegularEarnings".freeze
|
|
38
|
+
SALARY_SACRIFICE_FOR_KIWI_SAVER ||= "SalarySacrificeForKiwiSaver".freeze
|
|
39
|
+
TIPS_DIRECT ||= "Tips(Direct)".freeze
|
|
40
|
+
TIPS_NON_DIRECT ||= "Tips(Non-Direct)".freeze
|
|
41
|
+
WITHHOLDING_INCOME ||= "WithholdingIncome".freeze
|
|
42
42
|
|
|
43
43
|
# Indicates the type of the earning rate
|
|
44
44
|
attr_accessor :rate_type
|
|
45
|
-
RATE_PER_UNIT
|
|
46
|
-
MULTIPLE_OF_ORDINARY_EARNINGS_RATE
|
|
47
|
-
FIXED_AMOUNT
|
|
45
|
+
RATE_PER_UNIT ||= "RatePerUnit".freeze
|
|
46
|
+
MULTIPLE_OF_ORDINARY_EARNINGS_RATE ||= "MultipleOfOrdinaryEarningsRate".freeze
|
|
47
|
+
FIXED_AMOUNT ||= "FixedAmount".freeze
|
|
48
48
|
|
|
49
49
|
# The type of units used to record earnings
|
|
50
50
|
attr_accessor :type_of_units
|
|
@@ -21,10 +21,10 @@ module XeroRuby::PayrollNz
|
|
|
21
21
|
|
|
22
22
|
# The schedule of accrual
|
|
23
23
|
attr_accessor :schedule_of_accrual
|
|
24
|
-
ANNUALLY_AFTER6_MONTHS
|
|
25
|
-
ON_ANNIVERSARY_DATE
|
|
26
|
-
PERCENTAGE_OF_GROSS_EARNINGS
|
|
27
|
-
NO_ACCRUALS
|
|
24
|
+
ANNUALLY_AFTER6_MONTHS ||= "AnnuallyAfter6Months".freeze
|
|
25
|
+
ON_ANNIVERSARY_DATE ||= "OnAnniversaryDate".freeze
|
|
26
|
+
PERCENTAGE_OF_GROSS_EARNINGS ||= "PercentageOfGrossEarnings".freeze
|
|
27
|
+
NO_ACCRUALS ||= "NoAccruals".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::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
|