xero-ruby 3.2.1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (229) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +70 -1
  3. data/lib/xero-ruby/api/accounting_api.rb +11 -2
  4. data/lib/xero-ruby/api/app_store_api.rb +87 -0
  5. data/lib/xero-ruby/api/finance_api.rb +866 -0
  6. data/lib/xero-ruby/api/payroll_au_api.rb +14 -14
  7. data/lib/xero-ruby/api/payroll_nz_api.rb +18 -12
  8. data/lib/xero-ruby/api/payroll_uk_api.rb +14 -2
  9. data/lib/xero-ruby/api_client.rb +21 -3
  10. data/lib/xero-ruby/configuration.rb +4 -0
  11. data/lib/xero-ruby/models/accounting/account.rb +34 -34
  12. data/lib/xero-ruby/models/accounting/account_type.rb +22 -22
  13. data/lib/xero-ruby/models/accounting/action.rb +2 -2
  14. data/lib/xero-ruby/models/accounting/address.rb +2 -2
  15. data/lib/xero-ruby/models/accounting/address_for_organisation.rb +3 -3
  16. data/lib/xero-ruby/models/accounting/bank_transaction.rb +11 -11
  17. data/lib/xero-ruby/models/accounting/bank_transfer.rb +35 -1
  18. data/lib/xero-ruby/models/accounting/batch_payment.rb +4 -4
  19. data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
  20. data/lib/xero-ruby/models/accounting/budget.rb +2 -2
  21. data/lib/xero-ruby/models/accounting/budget_balance.rb +2 -2
  22. data/lib/xero-ruby/models/accounting/contact.rb +89 -4
  23. data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
  24. data/lib/xero-ruby/models/accounting/country_code.rb +240 -240
  25. data/lib/xero-ruby/models/accounting/credit_note.rb +8 -8
  26. data/lib/xero-ruby/models/accounting/currency_code.rb +166 -166
  27. data/lib/xero-ruby/models/accounting/employee.rb +4 -4
  28. data/lib/xero-ruby/models/accounting/expense_claim.rb +5 -5
  29. data/lib/xero-ruby/models/accounting/external_link.rb +5 -5
  30. data/lib/xero-ruby/models/accounting/invoice.rb +14 -14
  31. data/lib/xero-ruby/models/accounting/journal.rb +25 -25
  32. data/lib/xero-ruby/models/accounting/line_amount_types.rb +3 -3
  33. data/lib/xero-ruby/models/accounting/linked_transaction.rb +8 -8
  34. data/lib/xero-ruby/models/accounting/manual_journal.rb +5 -5
  35. data/lib/xero-ruby/models/accounting/organisation.rb +70 -70
  36. data/lib/xero-ruby/models/accounting/overpayment.rb +6 -6
  37. data/lib/xero-ruby/models/accounting/payment.rb +21 -11
  38. data/lib/xero-ruby/models/accounting/payment_term_type.rb +4 -4
  39. data/lib/xero-ruby/models/accounting/phone.rb +5 -5
  40. data/lib/xero-ruby/models/accounting/prepayment.rb +7 -7
  41. data/lib/xero-ruby/models/accounting/purchase_order.rb +5 -5
  42. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +3 -3
  43. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +6 -6
  44. data/lib/xero-ruby/models/accounting/receipt.rb +5 -5
  45. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +5 -5
  46. data/lib/xero-ruby/models/accounting/report.rb +1 -1
  47. data/lib/xero-ruby/models/accounting/row_type.rb +4 -4
  48. data/lib/xero-ruby/models/accounting/schedule.rb +8 -8
  49. data/lib/xero-ruby/models/accounting/tax_rate.rb +78 -78
  50. data/lib/xero-ruby/models/accounting/tax_type.rb +59 -59
  51. data/lib/xero-ruby/models/accounting/time_zone.rb +109 -108
  52. data/lib/xero-ruby/models/accounting/tracking_category.rb +3 -3
  53. data/lib/xero-ruby/models/accounting/tracking_option.rb +3 -3
  54. data/lib/xero-ruby/models/accounting/user.rb +7 -7
  55. data/lib/xero-ruby/models/app_store/plan.rb +311 -0
  56. data/lib/xero-ruby/models/app_store/price.rb +257 -0
  57. data/lib/xero-ruby/models/app_store/problem_details.rb +272 -0
  58. data/lib/xero-ruby/models/app_store/product.rb +288 -0
  59. data/lib/xero-ruby/models/app_store/subscription.rb +361 -0
  60. data/lib/xero-ruby/models/app_store/subscription_item.rb +344 -0
  61. data/lib/xero-ruby/models/assets/asset_status.rb +3 -3
  62. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +3 -3
  63. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +11 -11
  64. data/lib/xero-ruby/models/files/object_group.rb +12 -11
  65. data/lib/xero-ruby/models/files/object_type.rb +56 -55
  66. data/lib/xero-ruby/models/finance/account_usage.rb +342 -0
  67. data/lib/xero-ruby/models/finance/account_usage_response.rb +254 -0
  68. data/lib/xero-ruby/models/finance/balance_sheet_account_detail.rb +262 -0
  69. data/lib/xero-ruby/models/finance/balance_sheet_account_group.rb +234 -0
  70. data/lib/xero-ruby/models/finance/balance_sheet_account_type.rb +244 -0
  71. data/lib/xero-ruby/models/finance/balance_sheet_response.rb +252 -0
  72. data/lib/xero-ruby/models/finance/bank_statement_response.rb +232 -0
  73. data/lib/xero-ruby/models/finance/cash_account_response.rb +262 -0
  74. data/lib/xero-ruby/models/finance/cash_balance.rb +242 -0
  75. data/lib/xero-ruby/models/finance/cash_validation_response.rb +262 -0
  76. data/lib/xero-ruby/models/finance/cashflow_account.rb +282 -0
  77. data/lib/xero-ruby/models/finance/cashflow_activity.rb +244 -0
  78. data/lib/xero-ruby/models/finance/cashflow_response.rb +254 -0
  79. data/lib/xero-ruby/models/finance/cashflow_type.rb +244 -0
  80. data/lib/xero-ruby/models/finance/contact_detail.rb +274 -0
  81. data/lib/xero-ruby/models/finance/contact_total_detail.rb +242 -0
  82. data/lib/xero-ruby/models/finance/contact_total_other.rb +252 -0
  83. data/lib/xero-ruby/models/finance/current_statement_response.rb +272 -0
  84. data/lib/xero-ruby/models/finance/data_source_response.rb +362 -0
  85. data/lib/xero-ruby/models/finance/history_record_response.rb +262 -0
  86. data/lib/xero-ruby/models/finance/income_by_contact_response.rb +284 -0
  87. data/lib/xero-ruby/models/finance/lock_history_model.rb +242 -0
  88. data/lib/xero-ruby/models/finance/lock_history_response.rb +244 -0
  89. data/lib/xero-ruby/models/finance/manual_journal_total.rb +222 -0
  90. data/lib/xero-ruby/models/finance/pnl_account.rb +272 -0
  91. data/lib/xero-ruby/models/finance/pnl_account_class.rb +234 -0
  92. data/lib/xero-ruby/models/finance/pnl_account_type.rb +244 -0
  93. data/lib/xero-ruby/models/finance/practice_response.rb +262 -0
  94. data/lib/xero-ruby/models/finance/problem.rb +252 -0
  95. data/lib/xero-ruby/models/finance/problem_type.rb +39 -0
  96. data/lib/xero-ruby/models/finance/profit_and_loss_response.rb +262 -0
  97. data/lib/xero-ruby/models/finance/report_history_model.rb +242 -0
  98. data/lib/xero-ruby/models/finance/report_history_response.rb +244 -0
  99. data/lib/xero-ruby/models/finance/statement_balance_response.rb +232 -0
  100. data/lib/xero-ruby/models/finance/statement_lines_response.rb +382 -0
  101. data/lib/xero-ruby/models/finance/total_detail.rb +242 -0
  102. data/lib/xero-ruby/models/finance/total_other.rb +242 -0
  103. data/lib/xero-ruby/models/finance/trial_balance_account.rb +312 -0
  104. data/lib/xero-ruby/models/finance/trial_balance_entry.rb +232 -0
  105. data/lib/xero-ruby/models/finance/trial_balance_movement.rb +252 -0
  106. data/lib/xero-ruby/models/finance/trial_balance_response.rb +244 -0
  107. data/lib/xero-ruby/models/finance/user_activities_response.rb +244 -0
  108. data/lib/xero-ruby/models/finance/user_response.rb +336 -0
  109. data/lib/xero-ruby/models/payroll_au/account_type.rb +23 -23
  110. data/lib/xero-ruby/models/payroll_au/allowance_category.rb +41 -0
  111. data/lib/xero-ruby/models/payroll_au/allowance_type.rb +10 -7
  112. data/lib/xero-ruby/models/payroll_au/calendar_type.rb +6 -6
  113. data/lib/xero-ruby/models/payroll_au/deduction_type.rb +3 -3
  114. data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +3 -3
  115. data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +14 -4
  116. data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +3 -3
  117. data/lib/xero-ruby/models/payroll_au/earnings_type.rb +12 -10
  118. data/lib/xero-ruby/models/payroll_au/employee.rb +34 -5
  119. data/lib/xero-ruby/models/payroll_au/employee_status.rb +2 -2
  120. data/lib/xero-ruby/models/payroll_au/employment_basis.rb +5 -5
  121. data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +2 -2
  122. data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +2 -2
  123. data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +5 -5
  124. data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +2 -2
  125. data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +4 -4
  126. data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +6 -5
  127. data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +2 -2
  128. data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +7 -7
  129. data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +11 -1
  130. data/lib/xero-ruby/models/payroll_au/rate_type.rb +3 -3
  131. data/lib/xero-ruby/models/payroll_au/residency_status.rb +3 -3
  132. data/lib/xero-ruby/models/payroll_au/state.rb +8 -8
  133. data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +2 -2
  134. data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +3 -3
  135. data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +4 -4
  136. data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +4 -4
  137. data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +5 -5
  138. data/lib/xero-ruby/models/payroll_nz/account.rb +4 -4
  139. data/lib/xero-ruby/models/payroll_nz/bank_account.rb +2 -2
  140. data/lib/xero-ruby/models/payroll_nz/benefit.rb +5 -5
  141. data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +7 -7
  142. data/lib/xero-ruby/models/payroll_nz/deduction.rb +4 -4
  143. data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +18 -18
  144. data/lib/xero-ruby/models/payroll_nz/employee.rb +2 -2
  145. data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +4 -4
  146. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +6 -6
  147. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +8 -8
  148. data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +5 -5
  149. data/lib/xero-ruby/models/payroll_nz/leave_period.rb +2 -2
  150. data/lib/xero-ruby/models/payroll_nz/pay_run.rb +5 -5
  151. data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +3 -3
  152. data/lib/xero-ruby/models/payroll_nz/payment_method.rb +3 -3
  153. data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +8 -8
  154. data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +5 -5
  155. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +11 -11
  156. data/lib/xero-ruby/models/payroll_nz/tax_code.rb +19 -19
  157. data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +2 -2
  158. data/lib/xero-ruby/models/payroll_nz/timesheet.rb +4 -4
  159. data/lib/xero-ruby/models/payroll_uk/account.rb +7 -7
  160. data/lib/xero-ruby/models/payroll_uk/benefit.rb +4 -4
  161. data/lib/xero-ruby/models/payroll_uk/deduction.rb +12 -12
  162. data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +28 -28
  163. data/lib/xero-ruby/models/payroll_uk/employee.rb +2 -2
  164. data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +4 -4
  165. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +6 -6
  166. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +8 -8
  167. data/lib/xero-ruby/models/payroll_uk/employment.rb +8 -8
  168. data/lib/xero-ruby/models/payroll_uk/leave_period.rb +2 -2
  169. data/lib/xero-ruby/models/payroll_uk/pay_run.rb +11 -11
  170. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +6 -6
  171. data/lib/xero-ruby/models/payroll_uk/payment_method.rb +3 -3
  172. data/lib/xero-ruby/models/payroll_uk/payslip.rb +3 -3
  173. data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +5 -5
  174. data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +14 -14
  175. data/lib/xero-ruby/models/payroll_uk/timesheet.rb +3 -3
  176. data/lib/xero-ruby/models/projects/charge_type.rb +3 -3
  177. data/lib/xero-ruby/models/projects/currency_code.rb +164 -164
  178. data/lib/xero-ruby/models/projects/project_status.rb +2 -2
  179. data/lib/xero-ruby/models/projects/task.rb +3 -3
  180. data/lib/xero-ruby/models/projects/time_entry.rb +3 -3
  181. data/lib/xero-ruby/version.rb +2 -2
  182. data/lib/xero-ruby.rb +52 -0
  183. data/spec/api_client_spec.rb +3 -0
  184. data/spec/app_store/api/app_store_api_spec.rb +45 -0
  185. data/spec/app_store/models/plan_spec.rb +62 -0
  186. data/spec/app_store/models/price_spec.rb +52 -0
  187. data/spec/app_store/models/problem_details_spec.rb +70 -0
  188. data/spec/app_store/models/product_spec.rb +56 -0
  189. data/spec/app_store/models/subscription_item_spec.rb +70 -0
  190. data/spec/app_store/models/subscription_spec.rb +82 -0
  191. data/spec/configuration_spec.rb +1 -0
  192. data/spec/finance/api/finance_api_spec.rb +156 -0
  193. data/spec/finance/models/account_usage_response_spec.rb +58 -0
  194. data/spec/finance/models/account_usage_spec.rb +112 -0
  195. data/spec/finance/models/balance_sheet_account_detail_spec.rb +64 -0
  196. data/spec/finance/models/balance_sheet_account_group_spec.rb +46 -0
  197. data/spec/finance/models/balance_sheet_account_type_spec.rb +52 -0
  198. data/spec/finance/models/balance_sheet_response_spec.rb +58 -0
  199. data/spec/finance/models/bank_statement_response_spec.rb +46 -0
  200. data/spec/finance/models/cash_account_response_spec.rb +64 -0
  201. data/spec/finance/models/cash_balance_spec.rb +52 -0
  202. data/spec/finance/models/cash_validation_response_spec.rb +64 -0
  203. data/spec/finance/models/cashflow_account_spec.rb +76 -0
  204. data/spec/finance/models/cashflow_activity_spec.rb +52 -0
  205. data/spec/finance/models/cashflow_response_spec.rb +58 -0
  206. data/spec/finance/models/cashflow_type_spec.rb +52 -0
  207. data/spec/finance/models/current_statement_response_spec.rb +70 -0
  208. data/spec/finance/models/data_source_response_spec.rb +124 -0
  209. data/spec/finance/models/history_record_response_spec.rb +64 -0
  210. data/spec/finance/models/lock_history_model_spec.rb +52 -0
  211. data/spec/finance/models/lock_history_response_spec.rb +52 -0
  212. data/spec/finance/models/pnl_account_class_spec.rb +46 -0
  213. data/spec/finance/models/pnl_account_spec.rb +70 -0
  214. data/spec/finance/models/pnl_account_type_spec.rb +52 -0
  215. data/spec/finance/models/practice_response_spec.rb +64 -0
  216. data/spec/finance/models/problem_spec.rb +58 -0
  217. data/spec/finance/models/problem_type_spec.rb +34 -0
  218. data/spec/finance/models/profit_and_loss_response_spec.rb +64 -0
  219. data/spec/finance/models/report_history_model_spec.rb +52 -0
  220. data/spec/finance/models/report_history_response_spec.rb +52 -0
  221. data/spec/finance/models/statement_balance_response_spec.rb +46 -0
  222. data/spec/finance/models/statement_lines_response_spec.rb +136 -0
  223. data/spec/finance/models/trial_balance_account_spec.rb +94 -0
  224. data/spec/finance/models/trial_balance_entry_spec.rb +46 -0
  225. data/spec/finance/models/trial_balance_movement_spec.rb +58 -0
  226. data/spec/finance/models/trial_balance_response_spec.rb +52 -0
  227. data/spec/finance/models/user_activities_response_spec.rb +52 -0
  228. data/spec/finance/models/user_response_spec.rb +106 -0
  229. metadata +143 -3
@@ -14,12 +14,12 @@ require 'date'
14
14
 
15
15
  module XeroRuby::PayrollAu
16
16
  class CalendarType
17
- WEEKLY = "WEEKLY".freeze
18
- FORTNIGHTLY = "FORTNIGHTLY".freeze
19
- FOURWEEKLY = "FOURWEEKLY".freeze
20
- MONTHLY = "MONTHLY".freeze
21
- TWICEMONTHLY = "TWICEMONTHLY".freeze
22
- QUARTERLY = "QUARTERLY".freeze
17
+ WEEKLY ||= "WEEKLY".freeze
18
+ FORTNIGHTLY ||= "FORTNIGHTLY".freeze
19
+ FOURWEEKLY ||= "FOURWEEKLY".freeze
20
+ MONTHLY ||= "MONTHLY".freeze
21
+ TWICEMONTHLY ||= "TWICEMONTHLY".freeze
22
+ QUARTERLY ||= "QUARTERLY".freeze
23
23
 
24
24
  # Builds the enum from string
25
25
  # @param [String] The enum value in the form of the string
@@ -39,9 +39,9 @@ module XeroRuby::PayrollAu
39
39
 
40
40
 
41
41
  attr_accessor :deduction_category
42
- NONE = "NONE".freeze
43
- UNIONFEES = "UNIONFEES".freeze
44
- WORKPLACEGIVING = "WORKPLACEGIVING".freeze
42
+ NONE ||= "NONE".freeze
43
+ UNIONFEES ||= "UNIONFEES".freeze
44
+ WORKPLACEGIVING ||= "WORKPLACEGIVING".freeze
45
45
 
46
46
  # Is the current record
47
47
  attr_accessor :current_record
@@ -14,9 +14,9 @@ require 'date'
14
14
 
15
15
  module XeroRuby::PayrollAu
16
16
  class DeductionTypeCalculationType
17
- FIXEDAMOUNT = "FIXEDAMOUNT".freeze
18
- PRETAX = "PRETAX".freeze
19
- POSTTAX = "POSTTAX".freeze
17
+ FIXEDAMOUNT ||= "FIXEDAMOUNT".freeze
18
+ PRETAX ||= "PRETAX".freeze
19
+ POSTTAX ||= "POSTTAX".freeze
20
20
 
21
21
  # Builds the enum from string
22
22
  # @param [String] The enum value in the form of the string
@@ -67,6 +67,9 @@ module XeroRuby::PayrollAu
67
67
 
68
68
  attr_accessor :allowance_type
69
69
 
70
+
71
+ attr_accessor :allowance_category
72
+
70
73
  # Attribute mapping from ruby-style variable name to JSON key.
71
74
  def self.attribute_map
72
75
  {
@@ -86,7 +89,8 @@ module XeroRuby::PayrollAu
86
89
  :'employment_termination_payment_type' => :'EmploymentTerminationPaymentType',
87
90
  :'updated_date_utc' => :'UpdatedDateUTC',
88
91
  :'current_record' => :'CurrentRecord',
89
- :'allowance_type' => :'AllowanceType'
92
+ :'allowance_type' => :'AllowanceType',
93
+ :'allowance_category' => :'AllowanceCategory'
90
94
  }
91
95
  end
92
96
 
@@ -109,7 +113,8 @@ module XeroRuby::PayrollAu
109
113
  :'employment_termination_payment_type' => :'EmploymentTerminationPaymentType',
110
114
  :'updated_date_utc' => :'DateTime',
111
115
  :'current_record' => :'Boolean',
112
- :'allowance_type' => :'AllowanceType'
116
+ :'allowance_type' => :'AllowanceType',
117
+ :'allowance_category' => :'AllowanceCategory'
113
118
  }
114
119
  end
115
120
 
@@ -195,6 +200,10 @@ module XeroRuby::PayrollAu
195
200
  if attributes.key?(:'allowance_type')
196
201
  self.allowance_type = attributes[:'allowance_type']
197
202
  end
203
+
204
+ if attributes.key?(:'allowance_category')
205
+ self.allowance_category = attributes[:'allowance_category']
206
+ end
198
207
  end
199
208
 
200
209
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -261,7 +270,8 @@ module XeroRuby::PayrollAu
261
270
  employment_termination_payment_type == o.employment_termination_payment_type &&
262
271
  updated_date_utc == o.updated_date_utc &&
263
272
  current_record == o.current_record &&
264
- allowance_type == o.allowance_type
273
+ allowance_type == o.allowance_type &&
274
+ allowance_category == o.allowance_category
265
275
  end
266
276
 
267
277
  # @see the `==` method
@@ -273,7 +283,7 @@ module XeroRuby::PayrollAu
273
283
  # Calculates hash code according to all attributes.
274
284
  # @return [Integer] Hash code
275
285
  def hash
276
- [name, account_code, type_of_units, is_exempt_from_tax, is_exempt_from_super, is_reportable_as_w1, earnings_type, earnings_rate_id, rate_type, rate_per_unit, multiplier, accrue_leave, amount, employment_termination_payment_type, updated_date_utc, current_record, allowance_type].hash
286
+ [name, account_code, type_of_units, is_exempt_from_tax, is_exempt_from_super, is_reportable_as_w1, earnings_type, earnings_rate_id, rate_type, rate_per_unit, multiplier, accrue_leave, amount, employment_termination_payment_type, updated_date_utc, current_record, allowance_type, allowance_category].hash
277
287
  end
278
288
 
279
289
  # Builds the object from hash
@@ -14,9 +14,9 @@ require 'date'
14
14
 
15
15
  module XeroRuby::PayrollAu
16
16
  class EarningsRateCalculationType
17
- USEEARNINGSRATE = "USEEARNINGSRATE".freeze
18
- ENTEREARNINGSRATE = "ENTEREARNINGSRATE".freeze
19
- ANNUALSALARY = "ANNUALSALARY".freeze
17
+ USEEARNINGSRATE ||= "USEEARNINGSRATE".freeze
18
+ ENTEREARNINGSRATE ||= "ENTEREARNINGSRATE".freeze
19
+ ANNUALSALARY ||= "ANNUALSALARY".freeze
20
20
 
21
21
  # Builds the enum from string
22
22
  # @param [String] The enum value in the form of the string
@@ -14,16 +14,18 @@ require 'date'
14
14
 
15
15
  module XeroRuby::PayrollAu
16
16
  class EarningsType
17
- FIXED = "FIXED".freeze
18
- ORDINARYTIMEEARNINGS = "ORDINARYTIMEEARNINGS".freeze
19
- OVERTIMEEARNINGS = "OVERTIMEEARNINGS".freeze
20
- ALLOWANCE = "ALLOWANCE".freeze
21
- LUMPSUMD = "LUMPSUMD".freeze
22
- EMPLOYMENTTERMINATIONPAYMENT = "EMPLOYMENTTERMINATIONPAYMENT".freeze
23
- LUMPSUMA = "LUMPSUMA".freeze
24
- LUMPSUMB = "LUMPSUMB".freeze
25
- BONUSESANDCOMMISSIONS = "BONUSESANDCOMMISSIONS".freeze
26
- LUMPSUME = "LUMPSUME".freeze
17
+ FIXED ||= "FIXED".freeze
18
+ ORDINARYTIMEEARNINGS ||= "ORDINARYTIMEEARNINGS".freeze
19
+ OVERTIMEEARNINGS ||= "OVERTIMEEARNINGS".freeze
20
+ ALLOWANCE ||= "ALLOWANCE".freeze
21
+ LUMPSUMD ||= "LUMPSUMD".freeze
22
+ EMPLOYMENTTERMINATIONPAYMENT ||= "EMPLOYMENTTERMINATIONPAYMENT".freeze
23
+ LUMPSUMA ||= "LUMPSUMA".freeze
24
+ LUMPSUMB ||= "LUMPSUMB".freeze
25
+ BONUSESANDCOMMISSIONS ||= "BONUSESANDCOMMISSIONS".freeze
26
+ LUMPSUME ||= "LUMPSUME".freeze
27
+ LUMPSUMW ||= "LUMPSUMW".freeze
28
+ DIRECTORSFEES ||= "DIRECTORSFEES".freeze
27
29
 
28
30
  # Builds the enum from string
29
31
  # @param [String] The enum value in the form of the string
@@ -42,10 +42,10 @@ module XeroRuby::PayrollAu
42
42
 
43
43
  # The employee’s gender. See Employee Gender
44
44
  attr_accessor :gender
45
- N = "N".freeze
46
- M = "M".freeze
47
- F = "F".freeze
48
- I = "I".freeze
45
+ N ||= "N".freeze
46
+ M ||= "M".freeze
47
+ F ||= "F".freeze
48
+ I ||= "I".freeze
49
49
 
50
50
  # Employee phone number
51
51
  attr_accessor :phone
@@ -83,6 +83,16 @@ module XeroRuby::PayrollAu
83
83
  # Employee Termination Date (YYYY-MM-DD)
84
84
  attr_accessor :termination_date
85
85
 
86
+ # * `V` Voluntary cessation - An employee resignation, retirement, domestic or pressing necessity or abandonment of employment * `I` Ill health - An employee resignation due to medical condition that prevents the continuation of employment, such as for illness, ill-health, medical unfitness or total permanent disability * `D` Deceased - The death of an employee * `R` Redundancy - An employer-initiated termination of employment due to a genuine redundancy or approved early retirement scheme * `F` Dismissal - An employer-initiated termination of employment due to dismissal, inability to perform the required work, misconduct or inefficiency * `C` Contract cessation - The natural conclusion of a limited employment relationship due to contract/engagement duration or task completion, seasonal work completion, or to cease casuals that are no longer required * `T` Transfer - The administrative arrangements performed to transfer employees across payroll systems, move them temporarily to another employer (machinery of government for public servants), transfer of business, move them to outsourcing arrangements or other such technical activities.
87
+ attr_accessor :termination_reason
88
+ V ||= "V".freeze
89
+ I ||= "I".freeze
90
+ D ||= "D".freeze
91
+ R ||= "R".freeze
92
+ F ||= "F".freeze
93
+ C ||= "C".freeze
94
+ T ||= "T".freeze
95
+
86
96
 
87
97
  attr_accessor :bank_accounts
88
98
 
@@ -159,6 +169,7 @@ module XeroRuby::PayrollAu
159
169
  :'employee_group_name' => :'EmployeeGroupName',
160
170
  :'employee_id' => :'EmployeeID',
161
171
  :'termination_date' => :'TerminationDate',
172
+ :'termination_reason' => :'TerminationReason',
162
173
  :'bank_accounts' => :'BankAccounts',
163
174
  :'pay_template' => :'PayTemplate',
164
175
  :'opening_balances' => :'OpeningBalances',
@@ -196,6 +207,7 @@ module XeroRuby::PayrollAu
196
207
  :'employee_group_name' => :'String',
197
208
  :'employee_id' => :'String',
198
209
  :'termination_date' => :'Date',
210
+ :'termination_reason' => :'String',
199
211
  :'bank_accounts' => :'Array<BankAccount>',
200
212
  :'pay_template' => :'PayTemplate',
201
213
  :'opening_balances' => :'OpeningBalances',
@@ -308,6 +320,10 @@ module XeroRuby::PayrollAu
308
320
  self.termination_date = attributes[:'termination_date']
309
321
  end
310
322
 
323
+ if attributes.key?(:'termination_reason')
324
+ self.termination_reason = attributes[:'termination_reason']
325
+ end
326
+
311
327
  if attributes.key?(:'bank_accounts')
312
328
  if (value = attributes[:'bank_accounts']).is_a?(Array)
313
329
  self.bank_accounts = value
@@ -386,6 +402,8 @@ module XeroRuby::PayrollAu
386
402
  return false if @date_of_birth.nil?
387
403
  gender_validator = EnumAttributeValidator.new('String', ["N", "M", "F", "I"])
388
404
  return false unless gender_validator.valid?(@gender)
405
+ termination_reason_validator = EnumAttributeValidator.new('String', ["V", "I", "D", "R", "F", "C", "T"])
406
+ return false unless termination_reason_validator.valid?(@termination_reason)
389
407
  true
390
408
  end
391
409
 
@@ -399,6 +417,16 @@ module XeroRuby::PayrollAu
399
417
  @gender = gender
400
418
  end
401
419
 
420
+ # Custom attribute writer method checking allowed values (enum).
421
+ # @param [Object] termination_reason Object to be assigned
422
+ def termination_reason=(termination_reason)
423
+ validator = EnumAttributeValidator.new('String', ["V", "I", "D", "R", "F", "C", "T"])
424
+ unless validator.valid?(termination_reason)
425
+ fail ArgumentError, "invalid value for \"termination_reason\", must be one of #{validator.allowable_values}."
426
+ end
427
+ @termination_reason = termination_reason
428
+ end
429
+
402
430
  # Checks equality by comparing each attribute.
403
431
  # @param [Object] Object to be compared
404
432
  def ==(o)
@@ -425,6 +453,7 @@ module XeroRuby::PayrollAu
425
453
  employee_group_name == o.employee_group_name &&
426
454
  employee_id == o.employee_id &&
427
455
  termination_date == o.termination_date &&
456
+ termination_reason == o.termination_reason &&
428
457
  bank_accounts == o.bank_accounts &&
429
458
  pay_template == o.pay_template &&
430
459
  opening_balances == o.opening_balances &&
@@ -446,7 +475,7 @@ module XeroRuby::PayrollAu
446
475
  # Calculates hash code according to all attributes.
447
476
  # @return [Integer] Hash code
448
477
  def hash
449
- [first_name, last_name, date_of_birth, home_address, start_date, title, middle_names, email, gender, phone, mobile, twitter_user_name, is_authorised_to_approve_leave, is_authorised_to_approve_timesheets, job_title, classification, ordinary_earnings_rate_id, payroll_calendar_id, employee_group_name, employee_id, termination_date, bank_accounts, pay_template, opening_balances, tax_declaration, leave_balances, leave_lines, super_memberships, status, updated_date_utc, validation_errors].hash
478
+ [first_name, last_name, date_of_birth, home_address, start_date, title, middle_names, email, gender, phone, mobile, twitter_user_name, is_authorised_to_approve_leave, is_authorised_to_approve_timesheets, job_title, classification, ordinary_earnings_rate_id, payroll_calendar_id, employee_group_name, employee_id, termination_date, termination_reason, bank_accounts, pay_template, opening_balances, tax_declaration, leave_balances, leave_lines, super_memberships, status, updated_date_utc, validation_errors].hash
450
479
  end
451
480
 
452
481
  # Builds the object from hash
@@ -14,8 +14,8 @@ require 'date'
14
14
 
15
15
  module XeroRuby::PayrollAu
16
16
  class EmployeeStatus
17
- ACTIVE = "ACTIVE".freeze
18
- TERMINATED = "TERMINATED".freeze
17
+ ACTIVE ||= "ACTIVE".freeze
18
+ TERMINATED ||= "TERMINATED".freeze
19
19
 
20
20
  # Builds the enum from string
21
21
  # @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 EmploymentBasis
17
- FULLTIME = "FULLTIME".freeze
18
- PARTTIME = "PARTTIME".freeze
19
- CASUAL = "CASUAL".freeze
20
- LABOURHIRE = "LABOURHIRE".freeze
21
- SUPERINCOMESTREAM = "SUPERINCOMESTREAM".freeze
17
+ FULLTIME ||= "FULLTIME".freeze
18
+ PARTTIME ||= "PARTTIME".freeze
19
+ CASUAL ||= "CASUAL".freeze
20
+ LABOURHIRE ||= "LABOURHIRE".freeze
21
+ SUPERINCOMESTREAM ||= "SUPERINCOMESTREAM".freeze
22
22
 
23
23
  # Builds the enum from string
24
24
  # @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 EmploymentTerminationPaymentType
17
- O = "O".freeze
18
- R = "R".freeze
17
+ O ||= "O".freeze
18
+ R ||= "R".freeze
19
19
 
20
20
  # Builds the enum from string
21
21
  # @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 EntitlementFinalPayPayoutType
17
- NOTPAIDOUT = "NOTPAIDOUT".freeze
18
- PAIDOUT = "PAIDOUT".freeze
17
+ NOTPAIDOUT ||= "NOTPAIDOUT".freeze
18
+ PAIDOUT ||= "PAIDOUT".freeze
19
19
 
20
20
  # Builds the enum from string
21
21
  # @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 LeaveLineCalculationType
17
- NOCALCULATIONREQUIRED = "NOCALCULATIONREQUIRED".freeze
18
- FIXEDAMOUNTEACHPERIOD = "FIXEDAMOUNTEACHPERIOD".freeze
19
- ENTERRATEINPAYTEMPLATE = "ENTERRATEINPAYTEMPLATE".freeze
20
- BASEDONORDINARYEARNINGS = "BASEDONORDINARYEARNINGS".freeze
21
- EMPTY = "".freeze
17
+ NOCALCULATIONREQUIRED ||= "NOCALCULATIONREQUIRED".freeze
18
+ FIXEDAMOUNTEACHPERIOD ||= "FIXEDAMOUNTEACHPERIOD".freeze
19
+ ENTERRATEINPAYTEMPLATE ||= "ENTERRATEINPAYTEMPLATE".freeze
20
+ BASEDONORDINARYEARNINGS ||= "BASEDONORDINARYEARNINGS".freeze
21
+ EMPTY ||= "".freeze
22
22
 
23
23
  # Builds the enum from string
24
24
  # @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 LeavePeriodStatus
17
- SCHEDULED = "SCHEDULED".freeze
18
- PROCESSED = "PROCESSED".freeze
17
+ SCHEDULED ||= "SCHEDULED".freeze
18
+ PROCESSED ||= "PROCESSED".freeze
19
19
 
20
20
  # Builds the enum from string
21
21
  # @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 LeaveTypeContributionType
17
- SGC = "SGC".freeze
18
- SALARYSACRIFICE = "SALARYSACRIFICE".freeze
19
- EMPLOYERADDITIONAL = "EMPLOYERADDITIONAL".freeze
20
- EMPLOYEE = "EMPLOYEE".freeze
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,11 +14,12 @@ require 'date'
14
14
 
15
15
  module XeroRuby::PayrollAu
16
16
  class ManualTaxType
17
- PAYGMANUAL = "PAYGMANUAL".freeze
18
- ETPOMANUAL = "ETPOMANUAL".freeze
19
- ETPRMANUAL = "ETPRMANUAL".freeze
20
- SCHEDULE5_MANUAL = "SCHEDULE5MANUAL".freeze
21
- SCHEDULE5_STSLMANUAL = "SCHEDULE5STSLMANUAL".freeze
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
22
23
 
23
24
  # Builds the enum from string
24
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 = "DRAFT".freeze
18
- POSTED = "POSTED".freeze
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 = "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
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
@@ -34,6 +34,9 @@ module XeroRuby::PayrollAu
34
34
  # Last modified timestamp
35
35
  attr_accessor :updated_date_utc
36
36
 
37
+ # Reference Date (YYYY-MM-DD)
38
+ attr_accessor :reference_date
39
+
37
40
  # Displays array of validation error messages from the API
38
41
  attr_accessor :validation_errors
39
42
 
@@ -46,6 +49,7 @@ module XeroRuby::PayrollAu
46
49
  :'payment_date' => :'PaymentDate',
47
50
  :'payroll_calendar_id' => :'PayrollCalendarID',
48
51
  :'updated_date_utc' => :'UpdatedDateUTC',
52
+ :'reference_date' => :'ReferenceDate',
49
53
  :'validation_errors' => :'ValidationErrors'
50
54
  }
51
55
  end
@@ -59,6 +63,7 @@ module XeroRuby::PayrollAu
59
63
  :'payment_date' => :'Date',
60
64
  :'payroll_calendar_id' => :'String',
61
65
  :'updated_date_utc' => :'DateTime',
66
+ :'reference_date' => :'Date',
62
67
  :'validation_errors' => :'Array<ValidationError>'
63
68
  }
64
69
  end
@@ -102,6 +107,10 @@ module XeroRuby::PayrollAu
102
107
  self.updated_date_utc = attributes[:'updated_date_utc']
103
108
  end
104
109
 
110
+ if attributes.key?(:'reference_date')
111
+ self.reference_date = attributes[:'reference_date']
112
+ end
113
+
105
114
  if attributes.key?(:'validation_errors')
106
115
  if (value = attributes[:'validation_errors']).is_a?(Array)
107
116
  self.validation_errors = value
@@ -133,6 +142,7 @@ module XeroRuby::PayrollAu
133
142
  payment_date == o.payment_date &&
134
143
  payroll_calendar_id == o.payroll_calendar_id &&
135
144
  updated_date_utc == o.updated_date_utc &&
145
+ reference_date == o.reference_date &&
136
146
  validation_errors == o.validation_errors
137
147
  end
138
148
 
@@ -145,7 +155,7 @@ module XeroRuby::PayrollAu
145
155
  # Calculates hash code according to all attributes.
146
156
  # @return [Integer] Hash code
147
157
  def hash
148
- [name, calendar_type, start_date, payment_date, payroll_calendar_id, updated_date_utc, validation_errors].hash
158
+ [name, calendar_type, start_date, payment_date, payroll_calendar_id, updated_date_utc, reference_date, validation_errors].hash
149
159
  end
150
160
 
151
161
  # Builds the object from hash
@@ -14,9 +14,9 @@ require 'date'
14
14
 
15
15
  module XeroRuby::PayrollAu
16
16
  class RateType
17
- FIXEDAMOUNT = "FIXEDAMOUNT".freeze
18
- MULTIPLE = "MULTIPLE".freeze
19
- RATEPERUNIT = "RATEPERUNIT".freeze
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 = "AUSTRALIANRESIDENT".freeze
18
- FOREIGNRESIDENT = "FOREIGNRESIDENT".freeze
19
- WORKINGHOLIDAYMAKER = "WORKINGHOLIDAYMAKER".freeze
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 = "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
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 = "REGULATED".freeze
18
- SMSF = "SMSF".freeze
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 = "FIXEDAMOUNT".freeze
18
- PERCENTAGEOFEARNINGS = "PERCENTAGEOFEARNINGS".freeze
19
- STATUTORY = "STATUTORY".freeze
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 = "SGC".freeze
18
- SALARYSACRIFICE = "SALARYSACRIFICE".freeze
19
- EMPLOYERADDITIONAL = "EMPLOYERADDITIONAL".freeze
20
- EMPLOYEE = "EMPLOYEE".freeze
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 = "NOTQUOTED".freeze
18
- PENDING = "PENDING".freeze
19
- PENSIONER = "PENSIONER".freeze
20
- UNDER18 = "UNDER18".freeze
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 = "DRAFT".freeze
18
- PROCESSED = "PROCESSED".freeze
19
- APPROVED = "APPROVED".freeze
20
- REJECTED = "REJECTED".freeze
21
- REQUESTED = "REQUESTED".freeze
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 = "PAYELIABILITY".freeze
25
- WAGESPAYABLE = "WAGESPAYABLE".freeze
26
- WAGESEXPENSE = "WAGESEXPENSE".freeze
27
- BANK = "BANK".freeze
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 = "FixedAmount".freeze
43
- BALANCE = "Balance".freeze
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 = "KiwiSaver".freeze
28
- COMPLYING_FUND = "ComplyingFund".freeze
29
- OTHER = "Other".freeze
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 = "FixedAmount".freeze
40
- PERCENTAGE_OF_TAXABLE_EARNINGS = "PercentageOfTaxableEarnings".freeze
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