xero-ruby 3.5.0 → 3.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/lib/xero-ruby/api/finance_api.rb +95 -0
  3. data/lib/xero-ruby/api/payroll_uk_api.rb +2 -2
  4. data/lib/xero-ruby/api_client.rb +1 -1
  5. data/lib/xero-ruby/models/accounting/account.rb +34 -34
  6. data/lib/xero-ruby/models/accounting/account_type.rb +22 -22
  7. data/lib/xero-ruby/models/accounting/action.rb +2 -2
  8. data/lib/xero-ruby/models/accounting/address.rb +2 -2
  9. data/lib/xero-ruby/models/accounting/address_for_organisation.rb +3 -3
  10. data/lib/xero-ruby/models/accounting/bank_transaction.rb +11 -11
  11. data/lib/xero-ruby/models/accounting/batch_payment.rb +4 -4
  12. data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
  13. data/lib/xero-ruby/models/accounting/budget.rb +2 -2
  14. data/lib/xero-ruby/models/accounting/contact.rb +9 -9
  15. data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
  16. data/lib/xero-ruby/models/accounting/country_code.rb +240 -240
  17. data/lib/xero-ruby/models/accounting/credit_note.rb +8 -8
  18. data/lib/xero-ruby/models/accounting/currency_code.rb +166 -166
  19. data/lib/xero-ruby/models/accounting/employee.rb +4 -4
  20. data/lib/xero-ruby/models/accounting/expense_claim.rb +5 -5
  21. data/lib/xero-ruby/models/accounting/external_link.rb +5 -5
  22. data/lib/xero-ruby/models/accounting/invoice.rb +14 -14
  23. data/lib/xero-ruby/models/accounting/journal.rb +25 -25
  24. data/lib/xero-ruby/models/accounting/line_amount_types.rb +3 -3
  25. data/lib/xero-ruby/models/accounting/line_item.rb +11 -1
  26. data/lib/xero-ruby/models/accounting/line_item_item.rb +272 -0
  27. data/lib/xero-ruby/models/accounting/linked_transaction.rb +8 -8
  28. data/lib/xero-ruby/models/accounting/manual_journal.rb +5 -5
  29. data/lib/xero-ruby/models/accounting/organisation.rb +76 -74
  30. data/lib/xero-ruby/models/accounting/overpayment.rb +6 -6
  31. data/lib/xero-ruby/models/accounting/payment.rb +10 -10
  32. data/lib/xero-ruby/models/accounting/payment_term_type.rb +4 -4
  33. data/lib/xero-ruby/models/accounting/phone.rb +5 -5
  34. data/lib/xero-ruby/models/accounting/prepayment.rb +7 -7
  35. data/lib/xero-ruby/models/accounting/purchase_order.rb +5 -5
  36. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +3 -3
  37. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +6 -6
  38. data/lib/xero-ruby/models/accounting/receipt.rb +5 -5
  39. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +5 -5
  40. data/lib/xero-ruby/models/accounting/report.rb +1 -1
  41. data/lib/xero-ruby/models/accounting/row_type.rb +4 -4
  42. data/lib/xero-ruby/models/accounting/schedule.rb +8 -8
  43. data/lib/xero-ruby/models/accounting/tax_rate.rb +78 -78
  44. data/lib/xero-ruby/models/accounting/tax_type.rb +59 -59
  45. data/lib/xero-ruby/models/accounting/time_zone.rb +109 -109
  46. data/lib/xero-ruby/models/accounting/tracking_category.rb +3 -3
  47. data/lib/xero-ruby/models/accounting/tracking_option.rb +3 -3
  48. data/lib/xero-ruby/models/accounting/user.rb +7 -7
  49. data/lib/xero-ruby/models/app_store/plan.rb +6 -5
  50. data/lib/xero-ruby/models/app_store/product.rb +2 -2
  51. data/lib/xero-ruby/models/app_store/subscription.rb +37 -0
  52. data/lib/xero-ruby/models/app_store/subscription_item.rb +53 -1
  53. data/lib/xero-ruby/models/assets/asset_status.rb +3 -3
  54. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +3 -3
  55. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +11 -11
  56. data/lib/xero-ruby/models/files/object_group.rb +12 -11
  57. data/lib/xero-ruby/models/files/object_type.rb +56 -55
  58. data/lib/xero-ruby/models/finance/bank_statement_accounting_response.rb +254 -0
  59. data/lib/xero-ruby/models/finance/bank_transaction_response.rb +274 -0
  60. data/lib/xero-ruby/models/finance/contact_response.rb +232 -0
  61. data/lib/xero-ruby/models/finance/credit_note_response.rb +254 -0
  62. data/lib/xero-ruby/models/finance/invoice_response.rb +254 -0
  63. data/lib/xero-ruby/models/finance/line_item_response.rb +252 -0
  64. data/lib/xero-ruby/models/finance/overpayment_response.rb +254 -0
  65. data/lib/xero-ruby/models/finance/payment_response.rb +312 -0
  66. data/lib/xero-ruby/models/finance/prepayment_response.rb +254 -0
  67. data/lib/xero-ruby/models/finance/problem_type.rb +10 -5
  68. data/lib/xero-ruby/models/finance/statement_line_response.rb +346 -0
  69. data/lib/xero-ruby/models/finance/statement_response.rb +274 -0
  70. data/lib/xero-ruby/models/payroll_au/account_type.rb +23 -23
  71. data/lib/xero-ruby/models/payroll_au/allowance_category.rb +41 -0
  72. data/lib/xero-ruby/models/payroll_au/allowance_type.rb +10 -7
  73. data/lib/xero-ruby/models/payroll_au/calendar_type.rb +6 -6
  74. data/lib/xero-ruby/models/payroll_au/deduction_type.rb +3 -3
  75. data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +3 -3
  76. data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +14 -4
  77. data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +3 -3
  78. data/lib/xero-ruby/models/payroll_au/earnings_type.rb +12 -12
  79. data/lib/xero-ruby/models/payroll_au/employee.rb +11 -11
  80. data/lib/xero-ruby/models/payroll_au/employee_status.rb +2 -2
  81. data/lib/xero-ruby/models/payroll_au/employment_basis.rb +5 -5
  82. data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +2 -2
  83. data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +2 -2
  84. data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +5 -5
  85. data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +2 -2
  86. data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +4 -4
  87. data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +6 -6
  88. data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +2 -2
  89. data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +7 -7
  90. data/lib/xero-ruby/models/payroll_au/rate_type.rb +3 -3
  91. data/lib/xero-ruby/models/payroll_au/residency_status.rb +3 -3
  92. data/lib/xero-ruby/models/payroll_au/state.rb +8 -8
  93. data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +2 -2
  94. data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +3 -3
  95. data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +4 -4
  96. data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +4 -4
  97. data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +5 -5
  98. data/lib/xero-ruby/models/payroll_nz/account.rb +4 -4
  99. data/lib/xero-ruby/models/payroll_nz/bank_account.rb +2 -2
  100. data/lib/xero-ruby/models/payroll_nz/benefit.rb +5 -5
  101. data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +7 -7
  102. data/lib/xero-ruby/models/payroll_nz/deduction.rb +4 -4
  103. data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +18 -18
  104. data/lib/xero-ruby/models/payroll_nz/employee.rb +2 -2
  105. data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +4 -4
  106. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +6 -6
  107. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +8 -8
  108. data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +5 -5
  109. data/lib/xero-ruby/models/payroll_nz/leave_period.rb +2 -2
  110. data/lib/xero-ruby/models/payroll_nz/pay_run.rb +5 -5
  111. data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +3 -3
  112. data/lib/xero-ruby/models/payroll_nz/payment_method.rb +3 -3
  113. data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +8 -8
  114. data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +5 -5
  115. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +11 -11
  116. data/lib/xero-ruby/models/payroll_nz/tax_code.rb +19 -19
  117. data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +2 -2
  118. data/lib/xero-ruby/models/payroll_nz/timesheet.rb +4 -4
  119. data/lib/xero-ruby/models/payroll_uk/account.rb +7 -7
  120. data/lib/xero-ruby/models/payroll_uk/benefit.rb +4 -4
  121. data/lib/xero-ruby/models/payroll_uk/deduction.rb +12 -12
  122. data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +26 -26
  123. data/lib/xero-ruby/models/payroll_uk/employee.rb +16 -6
  124. data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +4 -4
  125. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +6 -6
  126. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +8 -8
  127. data/lib/xero-ruby/models/payroll_uk/employment.rb +8 -8
  128. data/lib/xero-ruby/models/payroll_uk/leave_period.rb +2 -2
  129. data/lib/xero-ruby/models/payroll_uk/pay_run.rb +11 -11
  130. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +6 -6
  131. data/lib/xero-ruby/models/payroll_uk/payment_method.rb +3 -3
  132. data/lib/xero-ruby/models/payroll_uk/payslip.rb +3 -3
  133. data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +5 -5
  134. data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +14 -14
  135. data/lib/xero-ruby/models/payroll_uk/timesheet.rb +3 -3
  136. data/lib/xero-ruby/models/projects/charge_type.rb +3 -3
  137. data/lib/xero-ruby/models/projects/currency_code.rb +164 -164
  138. data/lib/xero-ruby/models/projects/project_status.rb +2 -2
  139. data/lib/xero-ruby/models/projects/task.rb +3 -3
  140. data/lib/xero-ruby/models/projects/time_entry.rb +3 -3
  141. data/lib/xero-ruby/version.rb +6 -6
  142. data/lib/xero-ruby.rb +13 -0
  143. metadata +15 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9964f9aa75af0300d58f3692608faec0fb1b630c31d124d1987afcdba34dc088
4
- data.tar.gz: a486de4ffc35d64ef6ebdca5632badfcfbbdaefee574c3bee871c361695e42b2
3
+ metadata.gz: 2ca9c97d0563f7c0afdfd394027980e8e1c03fa8b976e89897b81bb4c70a8516
4
+ data.tar.gz: f664ff155e620b8b744ff781c7ee3292e44c0f272df4f1b2b9436a073cdaf599
5
5
  SHA512:
6
- metadata.gz: c7cbedbabebb6390585b606e0988cbc257fcbcffae032909fcae0873f4f9966b6c4e837eb30ea0d5a9b8ad41b05c598264672afa14f73e3ab40f47ca7a6ea364
7
- data.tar.gz: aebf03b88385398c8e042574c8c52207624b6aba25ae346964f9bfa135a7742fca3b8524565b9fc7899041b69d4bed9aeeb21451867f507eed2184d71d913fef
6
+ metadata.gz: 416eb3d2e28e3cd3be72fed48695f767f6c2e6db156cddbded08fd6c514efa7a9e6ce8f006d4eec5d81d18729c2c65f573f83b9d3897cc748f14d5557521bf4d
7
+ data.tar.gz: 0f405451c84c1f83ea23639e3c2648a905313cced2a482604af726f307c7ed8421c1dbea3bb38cfd780fe01dc07143367484bd2e09292361e9aaee11c70e19a3
@@ -315,6 +315,101 @@ module XeroRuby
315
315
  return data, status_code, headers
316
316
  end
317
317
 
318
+ # Get Bank Statement Accounting
319
+ # For lenders that prefer using bank statement data as the source of truth. We provide a data point that will allow access to customer bank statements, plus for reconciled bank transactions the matching accounting, invoice and billing data as well. As customers reconcile bank statements to invoices and bills, this transaction detail will provide valuable insight for lender's assessment measures.
320
+ # @param xero_tenant_id [String] Xero identifier for Tenant
321
+ # @param bank_account_id [String] string, GUID Bank account Id
322
+ # @param from_date [String] date, yyyy-MM-dd Specifies the start date of the query period. The maximum range of the query period is 12 months. If the specified query period is more than 12 months the request will be rejected.
323
+ # @param to_date [String] date, yyyy-MM-dd Specifies the end date of the query period. If the end date is a future date, the request will be rejected.
324
+ # @param [Hash] opts the optional parameters
325
+ # @option opts [Boolean] :summary_only boolean, true/false The default value is true if no parameter is provided. In summary mode, the response will exclude the computation-heavy LineItems fields from bank transaction, invoice, credit note, prepayment and overpayment data, making the API calls quicker and more efficient.
326
+ # @return [BankStatementAccountingResponse]
327
+ def get_bank_statement_accounting(xero_tenant_id, bank_account_id, from_date, to_date, opts = {})
328
+ data, _status_code, _headers = get_bank_statement_accounting_with_http_info(xero_tenant_id, bank_account_id, from_date, to_date, opts)
329
+ data
330
+ end
331
+
332
+ # Get Bank Statement Accounting
333
+ # For lenders that prefer using bank statement data as the source of truth. We provide a data point that will allow access to customer bank statements, plus for reconciled bank transactions the matching accounting, invoice and billing data as well. As customers reconcile bank statements to invoices and bills, this transaction detail will provide valuable insight for lender's assessment measures.
334
+ # @param xero_tenant_id [String] Xero identifier for Tenant
335
+ # @param bank_account_id [String] string, GUID Bank account Id
336
+ # @param from_date [String] date, yyyy-MM-dd Specifies the start date of the query period. The maximum range of the query period is 12 months. If the specified query period is more than 12 months the request will be rejected.
337
+ # @param to_date [String] date, yyyy-MM-dd Specifies the end date of the query period. If the end date is a future date, the request will be rejected.
338
+ # @param [Hash] opts the optional parameters
339
+ # @option opts [Boolean] :summary_only boolean, true/false The default value is true if no parameter is provided. In summary mode, the response will exclude the computation-heavy LineItems fields from bank transaction, invoice, credit note, prepayment and overpayment data, making the API calls quicker and more efficient.
340
+ # @return [Array<(BankStatementAccountingResponse, Integer, Hash)>] BankStatementAccountingResponse data, response status code and response headers
341
+ def get_bank_statement_accounting_with_http_info(xero_tenant_id, bank_account_id, from_date, to_date, options = {})
342
+ opts = options.dup
343
+ if @api_client.config.debugging
344
+ @api_client.config.logger.debug 'Calling API: FinanceApi.get_bank_statement_accounting ...'
345
+ end
346
+ # verify the required parameter 'xero_tenant_id' is set
347
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
348
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling FinanceApi.get_bank_statement_accounting"
349
+ end
350
+ # verify the required parameter 'bank_account_id' is set
351
+ if @api_client.config.client_side_validation && bank_account_id.nil?
352
+ fail ArgumentError, "Missing the required parameter 'bank_account_id' when calling FinanceApi.get_bank_statement_accounting"
353
+ end
354
+ # verify the required parameter 'from_date' is set
355
+ if @api_client.config.client_side_validation && from_date.nil?
356
+ fail ArgumentError, "Missing the required parameter 'from_date' when calling FinanceApi.get_bank_statement_accounting"
357
+ end
358
+ # verify the required parameter 'to_date' is set
359
+ if @api_client.config.client_side_validation && to_date.nil?
360
+ fail ArgumentError, "Missing the required parameter 'to_date' when calling FinanceApi.get_bank_statement_accounting"
361
+ end
362
+ # resource path
363
+ local_var_path = '/BankStatementsPlus/statements'
364
+
365
+ # camelize keys of incoming `where` opts
366
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
367
+
368
+ # query parameters
369
+ query_params = opts[:query_params] || {}
370
+ query_params[:'BankAccountID'] = bank_account_id
371
+ query_params[:'FromDate'] = from_date
372
+ query_params[:'ToDate'] = to_date
373
+ query_params[:'SummaryOnly'] = opts[:'summary_only'] if !opts[:'summary_only'].nil?
374
+
375
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
376
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
377
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
378
+
379
+ # header parameters
380
+ header_params = opts[:header_params] || {}
381
+ # HTTP header 'Accept' (if needed)
382
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
383
+ header_params[:'xero-tenant-id'] = xero_tenant_id
384
+
385
+ # form parameters
386
+ form_params = opts[:form_params] || {}
387
+
388
+ # http body (model)
389
+ post_body = opts[:body]
390
+
391
+ # return_type
392
+ return_type = opts[:return_type] || 'BankStatementAccountingResponse'
393
+
394
+ # auth_names
395
+ auth_names = opts[:auth_names] || ['OAuth2']
396
+
397
+ new_options = opts.merge(
398
+ :header_params => header_params,
399
+ :query_params => query_params,
400
+ :form_params => form_params,
401
+ :body => post_body,
402
+ :auth_names => auth_names,
403
+ :return_type => return_type
404
+ )
405
+
406
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "FinanceApi", new_options)
407
+ if @api_client.config.debugging
408
+ @api_client.config.logger.debug "API called: FinanceApi#get_bank_statement_accounting\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
409
+ end
410
+ return data, status_code, headers
411
+ end
412
+
318
413
  # Get cash validation
319
414
  # Summarizes the total cash position for each account for an org
320
415
  # @param xero_tenant_id [String] Xero identifier for Tenant
@@ -3594,7 +3594,7 @@ module XeroRuby
3594
3594
  # Retrieves employees
3595
3595
  # @param xero_tenant_id [String] Xero identifier for Tenant
3596
3596
  # @param [Hash] opts the optional parameters
3597
- # @option opts [String] :filter Filter by first name and/or lastname
3597
+ # @option opts [String] :filter Filter by first name, lastname, and/or whether they are an off-payroll worker
3598
3598
  # @option opts [Integer] :page Page number which specifies the set of records to retrieve. By default the number of the records per set is 100.
3599
3599
  # @return [Employees]
3600
3600
  def get_employees(xero_tenant_id, opts = {})
@@ -3605,7 +3605,7 @@ module XeroRuby
3605
3605
  # Retrieves employees
3606
3606
  # @param xero_tenant_id [String] Xero identifier for Tenant
3607
3607
  # @param [Hash] opts the optional parameters
3608
- # @option opts [String] :filter Filter by first name and/or lastname
3608
+ # @option opts [String] :filter Filter by first name, lastname, and/or whether they are an off-payroll worker
3609
3609
  # @option opts [Integer] :page Page number which specifies the set of records to retrieve. By default the number of the records per set is 100.
3610
3610
  # @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
3611
3611
  def get_employees_with_http_info(xero_tenant_id, options = {})
@@ -188,7 +188,7 @@ module XeroRuby
188
188
  end
189
189
 
190
190
  def validate_state(params)
191
- if params[:state] != @state
191
+ if params['state'] != @state
192
192
  raise StandardError.new "WARNING: @config.state: #{@state} and OAuth callback state: #{params['state']} do not match!"
193
193
  end
194
194
  return true
@@ -33,20 +33,20 @@ module XeroRuby::Accounting
33
33
 
34
34
  # Accounts with a status of ACTIVE can be updated to ARCHIVED. See Account Status Codes
35
35
  attr_accessor :status
36
- ACTIVE = "ACTIVE".freeze
37
- ARCHIVED = "ARCHIVED".freeze
38
- DELETED = "DELETED".freeze
36
+ ACTIVE ||= "ACTIVE".freeze
37
+ ARCHIVED ||= "ARCHIVED".freeze
38
+ DELETED ||= "DELETED".freeze
39
39
 
40
40
  # Description of the Account. Valid for all types of accounts except bank accounts (max length = 4000)
41
41
  attr_accessor :description
42
42
 
43
43
  # For bank accounts only. See Bank Account types
44
44
  attr_accessor :bank_account_type
45
- BANK = "BANK".freeze
46
- CREDITCARD = "CREDITCARD".freeze
47
- PAYPAL = "PAYPAL".freeze
48
- NONE = "NONE".freeze
49
- EMPTY = "".freeze
45
+ BANK ||= "BANK".freeze
46
+ CREDITCARD ||= "CREDITCARD".freeze
47
+ PAYPAL ||= "PAYPAL".freeze
48
+ NONE ||= "NONE".freeze
49
+ EMPTY ||= "".freeze
50
50
 
51
51
 
52
52
  attr_accessor :currency_code
@@ -62,35 +62,35 @@ module XeroRuby::Accounting
62
62
 
63
63
  # See Account Class Types
64
64
  attr_accessor :_class
65
- ASSET = "ASSET".freeze
66
- EQUITY = "EQUITY".freeze
67
- EXPENSE = "EXPENSE".freeze
68
- LIABILITY = "LIABILITY".freeze
69
- REVENUE = "REVENUE".freeze
65
+ ASSET ||= "ASSET".freeze
66
+ EQUITY ||= "EQUITY".freeze
67
+ EXPENSE ||= "EXPENSE".freeze
68
+ LIABILITY ||= "LIABILITY".freeze
69
+ REVENUE ||= "REVENUE".freeze
70
70
 
71
71
  # If this is a system account then this element is returned. See System Account types. Note that non-system accounts may have this element set as either “” or null.
72
72
  attr_accessor :system_account
73
- DEBTORS = "DEBTORS".freeze
74
- CREDITORS = "CREDITORS".freeze
75
- BANKCURRENCYGAIN = "BANKCURRENCYGAIN".freeze
76
- GST = "GST".freeze
77
- GSTONIMPORTS = "GSTONIMPORTS".freeze
78
- HISTORICAL = "HISTORICAL".freeze
79
- REALISEDCURRENCYGAIN = "REALISEDCURRENCYGAIN".freeze
80
- RETAINEDEARNINGS = "RETAINEDEARNINGS".freeze
81
- ROUNDING = "ROUNDING".freeze
82
- TRACKINGTRANSFERS = "TRACKINGTRANSFERS".freeze
83
- UNPAIDEXPCLM = "UNPAIDEXPCLM".freeze
84
- UNREALISEDCURRENCYGAIN = "UNREALISEDCURRENCYGAIN".freeze
85
- WAGEPAYABLES = "WAGEPAYABLES".freeze
86
- CISASSETS = "CISASSETS".freeze
87
- CISASSET = "CISASSET".freeze
88
- CISLABOUR = "CISLABOUR".freeze
89
- CISLABOUREXPENSE = "CISLABOUREXPENSE".freeze
90
- CISLABOURINCOME = "CISLABOURINCOME".freeze
91
- CISLIABILITY = "CISLIABILITY".freeze
92
- CISMATERIALS = "CISMATERIALS".freeze
93
- # EMPTY = "".freeze
73
+ DEBTORS ||= "DEBTORS".freeze
74
+ CREDITORS ||= "CREDITORS".freeze
75
+ BANKCURRENCYGAIN ||= "BANKCURRENCYGAIN".freeze
76
+ GST ||= "GST".freeze
77
+ GSTONIMPORTS ||= "GSTONIMPORTS".freeze
78
+ HISTORICAL ||= "HISTORICAL".freeze
79
+ REALISEDCURRENCYGAIN ||= "REALISEDCURRENCYGAIN".freeze
80
+ RETAINEDEARNINGS ||= "RETAINEDEARNINGS".freeze
81
+ ROUNDING ||= "ROUNDING".freeze
82
+ TRACKINGTRANSFERS ||= "TRACKINGTRANSFERS".freeze
83
+ UNPAIDEXPCLM ||= "UNPAIDEXPCLM".freeze
84
+ UNREALISEDCURRENCYGAIN ||= "UNREALISEDCURRENCYGAIN".freeze
85
+ WAGEPAYABLES ||= "WAGEPAYABLES".freeze
86
+ CISASSETS ||= "CISASSETS".freeze
87
+ CISASSET ||= "CISASSET".freeze
88
+ CISLABOUR ||= "CISLABOUR".freeze
89
+ CISLABOUREXPENSE ||= "CISLABOUREXPENSE".freeze
90
+ CISLABOURINCOME ||= "CISLABOURINCOME".freeze
91
+ CISLIABILITY ||= "CISLIABILITY".freeze
92
+ CISMATERIALS ||= "CISMATERIALS".freeze
93
+ EMPTY ||= "".freeze
94
94
 
95
95
  # Shown if set
96
96
  attr_accessor :reporting_code
@@ -14,28 +14,28 @@ require 'date'
14
14
 
15
15
  module XeroRuby::Accounting
16
16
  class AccountType
17
- BANK = "BANK".freeze
18
- CURRENT = "CURRENT".freeze
19
- CURRLIAB = "CURRLIAB".freeze
20
- DEPRECIATN = "DEPRECIATN".freeze
21
- DIRECTCOSTS = "DIRECTCOSTS".freeze
22
- EQUITY = "EQUITY".freeze
23
- EXPENSE = "EXPENSE".freeze
24
- FIXED = "FIXED".freeze
25
- INVENTORY = "INVENTORY".freeze
26
- LIABILITY = "LIABILITY".freeze
27
- NONCURRENT = "NONCURRENT".freeze
28
- OTHERINCOME = "OTHERINCOME".freeze
29
- OVERHEADS = "OVERHEADS".freeze
30
- PREPAYMENT = "PREPAYMENT".freeze
31
- REVENUE = "REVENUE".freeze
32
- SALES = "SALES".freeze
33
- TERMLIAB = "TERMLIAB".freeze
34
- PAYGLIABILITY = "PAYGLIABILITY".freeze
35
- PAYG = "PAYG".freeze
36
- SUPERANNUATIONEXPENSE = "SUPERANNUATIONEXPENSE".freeze
37
- SUPERANNUATIONLIABILITY = "SUPERANNUATIONLIABILITY".freeze
38
- WAGESEXPENSE = "WAGESEXPENSE".freeze
17
+ BANK ||= "BANK".freeze
18
+ CURRENT ||= "CURRENT".freeze
19
+ CURRLIAB ||= "CURRLIAB".freeze
20
+ DEPRECIATN ||= "DEPRECIATN".freeze
21
+ DIRECTCOSTS ||= "DIRECTCOSTS".freeze
22
+ EQUITY ||= "EQUITY".freeze
23
+ EXPENSE ||= "EXPENSE".freeze
24
+ FIXED ||= "FIXED".freeze
25
+ INVENTORY ||= "INVENTORY".freeze
26
+ LIABILITY ||= "LIABILITY".freeze
27
+ NONCURRENT ||= "NONCURRENT".freeze
28
+ OTHERINCOME ||= "OTHERINCOME".freeze
29
+ OVERHEADS ||= "OVERHEADS".freeze
30
+ PREPAYMENT ||= "PREPAYMENT".freeze
31
+ REVENUE ||= "REVENUE".freeze
32
+ SALES ||= "SALES".freeze
33
+ TERMLIAB ||= "TERMLIAB".freeze
34
+ PAYGLIABILITY ||= "PAYGLIABILITY".freeze
35
+ PAYG ||= "PAYG".freeze
36
+ SUPERANNUATIONEXPENSE ||= "SUPERANNUATIONEXPENSE".freeze
37
+ SUPERANNUATIONLIABILITY ||= "SUPERANNUATIONLIABILITY".freeze
38
+ WAGESEXPENSE ||= "WAGESEXPENSE".freeze
39
39
 
40
40
  # Builds the enum from string
41
41
  # @param [String] The enum value in the form of the string
@@ -21,8 +21,8 @@ module XeroRuby::Accounting
21
21
 
22
22
  # Status of the action for this organisation
23
23
  attr_accessor :status
24
- ALLOWED = "ALLOWED".freeze
25
- NOT_ALLOWED = "NOT-ALLOWED".freeze
24
+ ALLOWED ||= "ALLOWED".freeze
25
+ NOT_ALLOWED ||= "NOT-ALLOWED".freeze
26
26
 
27
27
  class EnumAttributeValidator
28
28
  attr_reader :datatype
@@ -18,8 +18,8 @@ module XeroRuby::Accounting
18
18
  class Address
19
19
  # define the type of address
20
20
  attr_accessor :address_type
21
- POBOX = "POBOX".freeze
22
- STREET = "STREET".freeze
21
+ POBOX ||= "POBOX".freeze
22
+ STREET ||= "STREET".freeze
23
23
 
24
24
  # max length = 500
25
25
  attr_accessor :address_line1
@@ -18,9 +18,9 @@ module XeroRuby::Accounting
18
18
  class AddressForOrganisation
19
19
  # define the type of address
20
20
  attr_accessor :address_type
21
- POBOX = "POBOX".freeze
22
- STREET = "STREET".freeze
23
- DELIVERY = "DELIVERY".freeze
21
+ POBOX ||= "POBOX".freeze
22
+ STREET ||= "STREET".freeze
23
+ DELIVERY ||= "DELIVERY".freeze
24
24
 
25
25
  # max length = 500
26
26
  attr_accessor :address_line1
@@ -18,14 +18,14 @@ module XeroRuby::Accounting
18
18
  class BankTransaction
19
19
  # See Bank Transaction Types
20
20
  attr_accessor :type
21
- RECEIVE = "RECEIVE".freeze
22
- RECEIVE_OVERPAYMENT = "RECEIVE-OVERPAYMENT".freeze
23
- RECEIVE_PREPAYMENT = "RECEIVE-PREPAYMENT".freeze
24
- SPEND = "SPEND".freeze
25
- SPEND_OVERPAYMENT = "SPEND-OVERPAYMENT".freeze
26
- SPEND_PREPAYMENT = "SPEND-PREPAYMENT".freeze
27
- RECEIVE_TRANSFER = "RECEIVE-TRANSFER".freeze
28
- SPEND_TRANSFER = "SPEND-TRANSFER".freeze
21
+ RECEIVE ||= "RECEIVE".freeze
22
+ RECEIVE_OVERPAYMENT ||= "RECEIVE-OVERPAYMENT".freeze
23
+ RECEIVE_PREPAYMENT ||= "RECEIVE-PREPAYMENT".freeze
24
+ SPEND ||= "SPEND".freeze
25
+ SPEND_OVERPAYMENT ||= "SPEND-OVERPAYMENT".freeze
26
+ SPEND_PREPAYMENT ||= "SPEND-PREPAYMENT".freeze
27
+ RECEIVE_TRANSFER ||= "RECEIVE-TRANSFER".freeze
28
+ SPEND_TRANSFER ||= "SPEND-TRANSFER".freeze
29
29
 
30
30
 
31
31
  attr_accessor :contact
@@ -56,9 +56,9 @@ module XeroRuby::Accounting
56
56
 
57
57
  # See Bank Transaction Status Codes
58
58
  attr_accessor :status
59
- AUTHORISED = "AUTHORISED".freeze
60
- DELETED = "DELETED".freeze
61
- VOIDED = "VOIDED".freeze
59
+ AUTHORISED ||= "AUTHORISED".freeze
60
+ DELETED ||= "DELETED".freeze
61
+ VOIDED ||= "VOIDED".freeze
62
62
 
63
63
 
64
64
  attr_accessor :line_amount_types
@@ -51,13 +51,13 @@ module XeroRuby::Accounting
51
51
 
52
52
  # PAYBATCH for bill payments or RECBATCH for sales invoice payments (read-only)
53
53
  attr_accessor :type
54
- PAYBATCH = "PAYBATCH".freeze
55
- RECBATCH = "RECBATCH".freeze
54
+ PAYBATCH ||= "PAYBATCH".freeze
55
+ RECBATCH ||= "RECBATCH".freeze
56
56
 
57
57
  # AUTHORISED or DELETED (read-only). New batch payments will have a status of AUTHORISED. It is not possible to delete batch payments via the API.
58
58
  attr_accessor :status
59
- AUTHORISED = "AUTHORISED".freeze
60
- DELETED = "DELETED".freeze
59
+ AUTHORISED ||= "AUTHORISED".freeze
60
+ DELETED ||= "DELETED".freeze
61
61
 
62
62
  # The total of the payments that make up the batch (read-only)
63
63
  attr_accessor :total_amount
@@ -27,7 +27,7 @@ module XeroRuby::Accounting
27
27
 
28
28
  # Always INVOICE
29
29
  attr_accessor :type
30
- INVOICE = "INVOICE".freeze
30
+ INVOICE ||= "INVOICE".freeze
31
31
 
32
32
  # Integer – ranked order of branding theme. The default branding theme has a value of 0
33
33
  attr_accessor :sort_order
@@ -21,8 +21,8 @@ module XeroRuby::Accounting
21
21
 
22
22
  # Type of Budget. OVERALL or TRACKING
23
23
  attr_accessor :type
24
- OVERALL = "OVERALL".freeze
25
- TRACKING = "TRACKING".freeze
24
+ OVERALL ||= "OVERALL".freeze
25
+ TRACKING ||= "TRACKING".freeze
26
26
 
27
27
  # The Budget description
28
28
  attr_accessor :description
@@ -30,9 +30,9 @@ module XeroRuby::Accounting
30
30
 
31
31
  # Current status of a contact – see contact status types
32
32
  attr_accessor :contact_status
33
- ACTIVE = "ACTIVE".freeze
34
- ARCHIVED = "ARCHIVED".freeze
35
- GDPRREQUEST = "GDPRREQUEST".freeze
33
+ ACTIVE ||= "ACTIVE".freeze
34
+ ARCHIVED ||= "ARCHIVED".freeze
35
+ GDPRREQUEST ||= "GDPRREQUEST".freeze
36
36
 
37
37
  # Full name of contact/organisation (max length = 255)
38
38
  attr_accessor :name
@@ -81,15 +81,15 @@ module XeroRuby::Accounting
81
81
 
82
82
  # The default sales line amount type for a contact. Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.
83
83
  attr_accessor :sales_default_line_amount_type
84
- INCLUSIVE = "INCLUSIVE".freeze
85
- EXCLUSIVE = "EXCLUSIVE".freeze
86
- # NONE = "NONE".freeze
84
+ INCLUSIVE ||= "INCLUSIVE".freeze
85
+ EXCLUSIVE ||= "EXCLUSIVE".freeze
86
+ NONE ||= "NONE".freeze
87
87
 
88
88
  # The default purchases line amount type for a contact Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.
89
89
  attr_accessor :purchases_default_line_amount_type
90
- # INCLUSIVE = "INCLUSIVE".freeze
91
- # EXCLUSIVE = "EXCLUSIVE".freeze
92
- # NONE = "NONE".freeze
90
+ INCLUSIVE ||= "INCLUSIVE".freeze
91
+ EXCLUSIVE ||= "EXCLUSIVE".freeze
92
+ NONE ||= "NONE".freeze
93
93
 
94
94
 
95
95
  attr_accessor :default_currency
@@ -21,8 +21,8 @@ module XeroRuby::Accounting
21
21
 
22
22
  # The Status of a contact group. To delete a contact group update the status to DELETED. Only contact groups with a status of ACTIVE are returned on GETs.
23
23
  attr_accessor :status
24
- ACTIVE = "ACTIVE".freeze
25
- DELETED = "DELETED".freeze
24
+ ACTIVE ||= "ACTIVE".freeze
25
+ DELETED ||= "DELETED".freeze
26
26
 
27
27
  # The Xero identifier for an contact group – specified as a string following the endpoint name. e.g. /297c2dc5-cc47-4afd-8ec8-74990b8761e9
28
28
  attr_accessor :contact_group_id