xero-ruby 1.2.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +26 -1
  3. data/build_notes.md +17 -0
  4. data/docs/accounting/AccountingApi.md +23 -11
  5. data/docs/accounting/ManualJournalLine.md +2 -0
  6. data/docs/accounting/Organisation.md +1 -1
  7. data/docs/accounting/Report.md +1 -1
  8. data/docs/accounting/{TenNinteyNineContact.md → TenNinetyNineContact.md} +2 -2
  9. data/lib/xero-ruby.rb +2 -2
  10. data/lib/xero-ruby/api/accounting_api.rb +21 -7
  11. data/lib/xero-ruby/api/asset_api.rb +1 -1
  12. data/lib/xero-ruby/api/project_api.rb +1 -1
  13. data/lib/xero-ruby/api_client.rb +66 -31
  14. data/lib/xero-ruby/api_error.rb +1 -1
  15. data/lib/xero-ruby/configuration.rb +1 -4
  16. data/lib/xero-ruby/models/accounting/account.rb +7 -2
  17. data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
  18. data/lib/xero-ruby/models/accounting/accounts.rb +5 -1
  19. data/lib/xero-ruby/models/accounting/accounts_payable.rb +7 -3
  20. data/lib/xero-ruby/models/accounting/accounts_receivable.rb +7 -3
  21. data/lib/xero-ruby/models/accounting/address.rb +5 -1
  22. data/lib/xero-ruby/models/accounting/allocation.rb +6 -2
  23. data/lib/xero-ruby/models/accounting/allocations.rb +5 -1
  24. data/lib/xero-ruby/models/accounting/attachment.rb +5 -1
  25. data/lib/xero-ruby/models/accounting/attachments.rb +5 -1
  26. data/lib/xero-ruby/models/accounting/balances.rb +5 -1
  27. data/lib/xero-ruby/models/accounting/bank_transaction.rb +9 -5
  28. data/lib/xero-ruby/models/accounting/bank_transactions.rb +5 -1
  29. data/lib/xero-ruby/models/accounting/bank_transfer.rb +7 -3
  30. data/lib/xero-ruby/models/accounting/bank_transfers.rb +5 -1
  31. data/lib/xero-ruby/models/accounting/batch_payment.rb +6 -2
  32. data/lib/xero-ruby/models/accounting/batch_payment_details.rb +5 -1
  33. data/lib/xero-ruby/models/accounting/batch_payments.rb +5 -1
  34. data/lib/xero-ruby/models/accounting/bill.rb +5 -1
  35. data/lib/xero-ruby/models/accounting/branding_theme.rb +5 -1
  36. data/lib/xero-ruby/models/accounting/branding_themes.rb +5 -1
  37. data/lib/xero-ruby/models/accounting/cis_org_setting.rb +5 -1
  38. data/lib/xero-ruby/models/accounting/cis_setting.rb +5 -1
  39. data/lib/xero-ruby/models/accounting/cis_settings.rb +5 -1
  40. data/lib/xero-ruby/models/accounting/contact.rb +6 -2
  41. data/lib/xero-ruby/models/accounting/contact_group.rb +5 -1
  42. data/lib/xero-ruby/models/accounting/contact_groups.rb +5 -1
  43. data/lib/xero-ruby/models/accounting/contact_person.rb +5 -1
  44. data/lib/xero-ruby/models/accounting/contacts.rb +5 -1
  45. data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
  46. data/lib/xero-ruby/models/accounting/credit_note.rb +10 -6
  47. data/lib/xero-ruby/models/accounting/credit_notes.rb +5 -1
  48. data/lib/xero-ruby/models/accounting/currencies.rb +5 -1
  49. data/lib/xero-ruby/models/accounting/currency.rb +5 -1
  50. data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
  51. data/lib/xero-ruby/models/accounting/element.rb +5 -1
  52. data/lib/xero-ruby/models/accounting/employee.rb +5 -1
  53. data/lib/xero-ruby/models/accounting/employees.rb +5 -1
  54. data/lib/xero-ruby/models/accounting/error.rb +5 -1
  55. data/lib/xero-ruby/models/accounting/expense_claim.rb +8 -4
  56. data/lib/xero-ruby/models/accounting/expense_claims.rb +5 -1
  57. data/lib/xero-ruby/models/accounting/external_link.rb +5 -1
  58. data/lib/xero-ruby/models/accounting/history_record.rb +5 -1
  59. data/lib/xero-ruby/models/accounting/history_records.rb +5 -1
  60. data/lib/xero-ruby/models/accounting/invoice.rb +14 -10
  61. data/lib/xero-ruby/models/accounting/invoice_reminder.rb +5 -1
  62. data/lib/xero-ruby/models/accounting/invoice_reminders.rb +5 -1
  63. data/lib/xero-ruby/models/accounting/invoices.rb +5 -1
  64. data/lib/xero-ruby/models/accounting/item.rb +7 -3
  65. data/lib/xero-ruby/models/accounting/items.rb +5 -1
  66. data/lib/xero-ruby/models/accounting/journal.rb +5 -1
  67. data/lib/xero-ruby/models/accounting/journal_line.rb +8 -4
  68. data/lib/xero-ruby/models/accounting/journals.rb +5 -1
  69. data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
  70. data/lib/xero-ruby/models/accounting/line_item.rb +11 -7
  71. data/lib/xero-ruby/models/accounting/line_item_tracking.rb +5 -1
  72. data/lib/xero-ruby/models/accounting/linked_transaction.rb +5 -1
  73. data/lib/xero-ruby/models/accounting/linked_transactions.rb +5 -1
  74. data/lib/xero-ruby/models/accounting/manual_journal.rb +5 -1
  75. data/lib/xero-ruby/models/accounting/manual_journal_line.rb +18 -4
  76. data/lib/xero-ruby/models/accounting/manual_journals.rb +5 -1
  77. data/lib/xero-ruby/models/accounting/online_invoice.rb +5 -1
  78. data/lib/xero-ruby/models/accounting/online_invoices.rb +5 -1
  79. data/lib/xero-ruby/models/accounting/organisation.rb +33 -3
  80. data/lib/xero-ruby/models/accounting/organisations.rb +5 -1
  81. data/lib/xero-ruby/models/accounting/overpayment.rb +10 -6
  82. data/lib/xero-ruby/models/accounting/overpayments.rb +5 -1
  83. data/lib/xero-ruby/models/accounting/payment.rb +7 -3
  84. data/lib/xero-ruby/models/accounting/payment_delete.rb +5 -1
  85. data/lib/xero-ruby/models/accounting/payment_service.rb +5 -1
  86. data/lib/xero-ruby/models/accounting/payment_services.rb +5 -1
  87. data/lib/xero-ruby/models/accounting/payment_term.rb +5 -1
  88. data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
  89. data/lib/xero-ruby/models/accounting/payments.rb +5 -1
  90. data/lib/xero-ruby/models/accounting/phone.rb +5 -1
  91. data/lib/xero-ruby/models/accounting/prepayment.rb +10 -6
  92. data/lib/xero-ruby/models/accounting/prepayments.rb +5 -1
  93. data/lib/xero-ruby/models/accounting/purchase.rb +6 -2
  94. data/lib/xero-ruby/models/accounting/purchase_order.rb +10 -6
  95. data/lib/xero-ruby/models/accounting/purchase_orders.rb +5 -1
  96. data/lib/xero-ruby/models/accounting/quote.rb +9 -5
  97. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
  98. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +2 -1
  99. data/lib/xero-ruby/models/accounting/quotes.rb +5 -1
  100. data/lib/xero-ruby/models/accounting/receipt.rb +8 -4
  101. data/lib/xero-ruby/models/accounting/receipts.rb +5 -1
  102. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +8 -4
  103. data/lib/xero-ruby/models/accounting/repeating_invoices.rb +5 -1
  104. data/lib/xero-ruby/models/accounting/report.rb +6 -2
  105. data/lib/xero-ruby/models/accounting/report_attribute.rb +5 -1
  106. data/lib/xero-ruby/models/accounting/report_cell.rb +5 -1
  107. data/lib/xero-ruby/models/accounting/report_fields.rb +5 -1
  108. data/lib/xero-ruby/models/accounting/report_row.rb +5 -1
  109. data/lib/xero-ruby/models/accounting/report_rows.rb +5 -1
  110. data/lib/xero-ruby/models/accounting/report_with_row.rb +5 -1
  111. data/lib/xero-ruby/models/accounting/report_with_rows.rb +5 -1
  112. data/lib/xero-ruby/models/accounting/reports.rb +5 -1
  113. data/lib/xero-ruby/models/accounting/request_empty.rb +5 -1
  114. data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
  115. data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +5 -1
  116. data/lib/xero-ruby/models/accounting/schedule.rb +5 -1
  117. data/lib/xero-ruby/models/accounting/tax_component.rb +6 -2
  118. data/lib/xero-ruby/models/accounting/tax_rate.rb +7 -3
  119. data/lib/xero-ruby/models/accounting/tax_rates.rb +5 -1
  120. data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
  121. data/lib/xero-ruby/models/accounting/{ten_nintey_nine_contact.rb → ten_ninety_nine_contact.rb} +21 -17
  122. data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
  123. data/lib/xero-ruby/models/accounting/tracking_categories.rb +5 -1
  124. data/lib/xero-ruby/models/accounting/tracking_category.rb +5 -1
  125. data/lib/xero-ruby/models/accounting/tracking_option.rb +5 -1
  126. data/lib/xero-ruby/models/accounting/tracking_options.rb +5 -1
  127. data/lib/xero-ruby/models/accounting/user.rb +5 -1
  128. data/lib/xero-ruby/models/accounting/users.rb +5 -1
  129. data/lib/xero-ruby/models/accounting/validation_error.rb +5 -1
  130. data/lib/xero-ruby/models/assets/asset.rb +8 -4
  131. data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
  132. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
  133. data/lib/xero-ruby/models/assets/asset_type.rb +5 -1
  134. data/lib/xero-ruby/models/assets/assets.rb +5 -1
  135. data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +11 -7
  136. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +6 -2
  137. data/lib/xero-ruby/models/assets/error.rb +5 -1
  138. data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +5 -1
  139. data/lib/xero-ruby/models/assets/pagination.rb +5 -1
  140. data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +5 -1
  141. data/lib/xero-ruby/models/assets/setting.rb +5 -1
  142. data/lib/xero-ruby/models/projects/amount.rb +6 -2
  143. data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
  144. data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
  145. data/lib/xero-ruby/models/projects/error.rb +5 -1
  146. data/lib/xero-ruby/models/projects/pagination.rb +5 -1
  147. data/lib/xero-ruby/models/projects/project.rb +5 -1
  148. data/lib/xero-ruby/models/projects/project_create_or_update.rb +6 -2
  149. data/lib/xero-ruby/models/projects/project_patch.rb +5 -1
  150. data/lib/xero-ruby/models/projects/project_status.rb +1 -1
  151. data/lib/xero-ruby/models/projects/project_user.rb +5 -1
  152. data/lib/xero-ruby/models/projects/project_users.rb +5 -1
  153. data/lib/xero-ruby/models/projects/projects.rb +5 -1
  154. data/lib/xero-ruby/models/projects/task.rb +5 -1
  155. data/lib/xero-ruby/models/projects/task_create_or_update.rb +5 -1
  156. data/lib/xero-ruby/models/projects/tasks.rb +5 -1
  157. data/lib/xero-ruby/models/projects/time_entries.rb +5 -1
  158. data/lib/xero-ruby/models/projects/time_entry.rb +5 -1
  159. data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +5 -1
  160. data/lib/xero-ruby/version.rb +2 -2
  161. data/spec/accounting/models/ten_nintey_nine_contact_spec.rb +6 -6
  162. data/spec/api_client_spec.rb +8 -10
  163. data/xero-ruby.gemspec +1 -2
  164. metadata +5 -5
  165. data/xero-ruby.gem +0 -0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class BankTransfers
18
20
 
19
21
  attr_accessor :bank_transfers
@@ -130,6 +132,8 @@ module XeroRuby::Accounting
130
132
  value.to_i
131
133
  when :Float
132
134
  value.to_f
135
+ when :BigDecimal
136
+ BigDecimal(value.to_s)
133
137
  when :Boolean
134
138
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
135
139
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class BatchPayment
18
20
 
19
21
  attr_accessor :account
@@ -123,7 +125,7 @@ module XeroRuby::Accounting
123
125
  :'batch_payment_id' => :'String',
124
126
  :'date_string' => :'String',
125
127
  :'date' => :'Date',
126
- :'amount' => :'Float',
128
+ :'amount' => :'BigDecimal',
127
129
  :'payments' => :'Array<Payment>',
128
130
  :'type' => :'String',
129
131
  :'status' => :'String',
@@ -405,6 +407,8 @@ module XeroRuby::Accounting
405
407
  value.to_i
406
408
  when :Float
407
409
  value.to_f
410
+ when :BigDecimal
411
+ BigDecimal(value.to_s)
408
412
  when :Boolean
409
413
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
410
414
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -15,6 +15,8 @@ require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
17
  # Bank details for use on a batch payment stored with each contact
18
+ require 'bigdecimal'
19
+
18
20
  class BatchPaymentDetails
19
21
  # Bank account number for use with Batch Payments
20
22
  attr_accessor :bank_account_number
@@ -214,6 +216,8 @@ module XeroRuby::Accounting
214
216
  value.to_i
215
217
  when :Float
216
218
  value.to_f
219
+ when :BigDecimal
220
+ BigDecimal(value.to_s)
217
221
  when :Boolean
218
222
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
219
223
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class BatchPayments
18
20
 
19
21
  attr_accessor :batch_payments
@@ -130,6 +132,8 @@ module XeroRuby::Accounting
130
132
  value.to_i
131
133
  when :Float
132
134
  value.to_f
135
+ when :BigDecimal
136
+ BigDecimal(value.to_s)
133
137
  when :Boolean
134
138
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
135
139
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class Bill
18
20
  # Day of Month (0-31)
19
21
  attr_accessor :day
@@ -138,6 +140,8 @@ module XeroRuby::Accounting
138
140
  value.to_i
139
141
  when :Float
140
142
  value.to_f
143
+ when :BigDecimal
144
+ BigDecimal(value.to_s)
141
145
  when :Boolean
142
146
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
143
147
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class BrandingTheme
18
20
  # Xero identifier
19
21
  attr_accessor :branding_theme_id
@@ -213,6 +215,8 @@ module XeroRuby::Accounting
213
215
  value.to_i
214
216
  when :Float
215
217
  value.to_f
218
+ when :BigDecimal
219
+ BigDecimal(value.to_s)
216
220
  when :Boolean
217
221
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
218
222
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class BrandingThemes
18
20
 
19
21
  attr_accessor :branding_themes
@@ -130,6 +132,8 @@ module XeroRuby::Accounting
130
132
  value.to_i
131
133
  when :Float
132
134
  value.to_f
135
+ when :BigDecimal
136
+ BigDecimal(value.to_s)
133
137
  when :Boolean
134
138
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
135
139
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class CISOrgSetting
18
20
  # true or false - Boolean that describes if the organisation is a CIS Contractor
19
21
  attr_accessor :cis_contractor_enabled
@@ -148,6 +150,8 @@ module XeroRuby::Accounting
148
150
  value.to_i
149
151
  when :Float
150
152
  value.to_f
153
+ when :BigDecimal
154
+ BigDecimal(value.to_s)
151
155
  when :Boolean
152
156
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
153
157
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class CISSetting
18
20
  # Boolean that describes if the contact is a CIS Subcontractor
19
21
  attr_accessor :cis_enabled
@@ -138,6 +140,8 @@ module XeroRuby::Accounting
138
140
  value.to_i
139
141
  when :Float
140
142
  value.to_f
143
+ when :BigDecimal
144
+ BigDecimal(value.to_s)
141
145
  when :Boolean
142
146
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
143
147
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class CISSettings
18
20
 
19
21
  attr_accessor :cis_settings
@@ -130,6 +132,8 @@ module XeroRuby::Accounting
130
132
  value.to_i
131
133
  when :Float
132
134
  value.to_f
135
+ when :BigDecimal
136
+ BigDecimal(value.to_s)
133
137
  when :Boolean
134
138
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
135
139
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class Contact
18
20
  # Xero identifier
19
21
  attr_accessor :contact_id
@@ -237,7 +239,7 @@ module XeroRuby::Accounting
237
239
  :'website' => :'String',
238
240
  :'branding_theme' => :'BrandingTheme',
239
241
  :'batch_payments' => :'BatchPaymentDetails',
240
- :'discount' => :'Float',
242
+ :'discount' => :'BigDecimal',
241
243
  :'balances' => :'Balances',
242
244
  :'attachments' => :'Array<Attachment>',
243
245
  :'has_attachments' => :'Boolean',
@@ -670,6 +672,8 @@ module XeroRuby::Accounting
670
672
  value.to_i
671
673
  when :Float
672
674
  value.to_f
675
+ when :BigDecimal
676
+ BigDecimal(value.to_s)
673
677
  when :Boolean
674
678
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
675
679
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class ContactGroup
18
20
  # The Name of the contact group. Required when creating a new contact group
19
21
  attr_accessor :name
@@ -196,6 +198,8 @@ module XeroRuby::Accounting
196
198
  value.to_i
197
199
  when :Float
198
200
  value.to_f
201
+ when :BigDecimal
202
+ BigDecimal(value.to_s)
199
203
  when :Boolean
200
204
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
201
205
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class ContactGroups
18
20
 
19
21
  attr_accessor :contact_groups
@@ -130,6 +132,8 @@ module XeroRuby::Accounting
130
132
  value.to_i
131
133
  when :Float
132
134
  value.to_f
135
+ when :BigDecimal
136
+ BigDecimal(value.to_s)
133
137
  when :Boolean
134
138
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
135
139
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class ContactPerson
18
20
  # First name of person
19
21
  attr_accessor :first_name
@@ -158,6 +160,8 @@ module XeroRuby::Accounting
158
160
  value.to_i
159
161
  when :Float
160
162
  value.to_f
163
+ when :BigDecimal
164
+ BigDecimal(value.to_s)
161
165
  when :Boolean
162
166
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
163
167
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class Contacts
18
20
 
19
21
  attr_accessor :contacts
@@ -130,6 +132,8 @@ module XeroRuby::Accounting
130
132
  value.to_i
131
133
  when :Float
132
134
  value.to_f
135
+ when :BigDecimal
136
+ BigDecimal(value.to_s)
133
137
  when :Boolean
134
138
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
135
139
  true
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 2.2.2
6
+ The version of the OpenAPI document: 2.2.11
7
7
  Contact: api@xero.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,6 +14,8 @@ require 'time'
14
14
  require 'date'
15
15
 
16
16
  module XeroRuby::Accounting
17
+ require 'bigdecimal'
18
+
17
19
  class CreditNote
18
20
  # See Credit Note Types
19
21
  attr_accessor :type
@@ -164,9 +166,9 @@ module XeroRuby::Accounting
164
166
  :'status' => :'String',
165
167
  :'line_amount_types' => :'LineAmountTypes',
166
168
  :'line_items' => :'Array<LineItem>',
167
- :'sub_total' => :'Float',
168
- :'total_tax' => :'Float',
169
- :'total' => :'Float',
169
+ :'sub_total' => :'BigDecimal',
170
+ :'total_tax' => :'BigDecimal',
171
+ :'total' => :'BigDecimal',
170
172
  :'updated_date_utc' => :'DateTime',
171
173
  :'currency_code' => :'CurrencyCode',
172
174
  :'fully_paid_on_date' => :'Date',
@@ -174,8 +176,8 @@ module XeroRuby::Accounting
174
176
  :'credit_note_number' => :'String',
175
177
  :'reference' => :'String',
176
178
  :'sent_to_contact' => :'Boolean',
177
- :'currency_rate' => :'Float',
178
- :'remaining_credit' => :'Float',
179
+ :'currency_rate' => :'BigDecimal',
180
+ :'remaining_credit' => :'BigDecimal',
179
181
  :'allocations' => :'Array<Allocation>',
180
182
  :'applied_amount' => :'Float',
181
183
  :'payments' => :'Array<Payment>',
@@ -444,6 +446,8 @@ module XeroRuby::Accounting
444
446
  value.to_i
445
447
  when :Float
446
448
  value.to_f
449
+ when :BigDecimal
450
+ BigDecimal(value.to_s)
447
451
  when :Boolean
448
452
  if value.to_s =~ /\A(true|t|yes|y|1)\z/i
449
453
  true