xero-ruby 1.2.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +26 -1
- data/build_notes.md +17 -0
- data/docs/accounting/AccountingApi.md +23 -11
- data/docs/accounting/ManualJournalLine.md +2 -0
- data/docs/accounting/Organisation.md +1 -1
- data/docs/accounting/Report.md +1 -1
- data/docs/accounting/{TenNinteyNineContact.md → TenNinetyNineContact.md} +2 -2
- data/lib/xero-ruby.rb +2 -2
- data/lib/xero-ruby/api/accounting_api.rb +21 -7
- data/lib/xero-ruby/api/asset_api.rb +1 -1
- data/lib/xero-ruby/api/project_api.rb +1 -1
- data/lib/xero-ruby/api_client.rb +66 -31
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +1 -4
- data/lib/xero-ruby/models/accounting/account.rb +7 -2
- data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +5 -1
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +7 -3
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +7 -3
- data/lib/xero-ruby/models/accounting/address.rb +5 -1
- data/lib/xero-ruby/models/accounting/allocation.rb +6 -2
- data/lib/xero-ruby/models/accounting/allocations.rb +5 -1
- data/lib/xero-ruby/models/accounting/attachment.rb +5 -1
- data/lib/xero-ruby/models/accounting/attachments.rb +5 -1
- data/lib/xero-ruby/models/accounting/balances.rb +5 -1
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +9 -5
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +5 -1
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +7 -3
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +5 -1
- data/lib/xero-ruby/models/accounting/batch_payment.rb +6 -2
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +5 -1
- data/lib/xero-ruby/models/accounting/batch_payments.rb +5 -1
- data/lib/xero-ruby/models/accounting/bill.rb +5 -1
- data/lib/xero-ruby/models/accounting/branding_theme.rb +5 -1
- data/lib/xero-ruby/models/accounting/branding_themes.rb +5 -1
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +5 -1
- data/lib/xero-ruby/models/accounting/cis_setting.rb +5 -1
- data/lib/xero-ruby/models/accounting/cis_settings.rb +5 -1
- data/lib/xero-ruby/models/accounting/contact.rb +6 -2
- data/lib/xero-ruby/models/accounting/contact_group.rb +5 -1
- data/lib/xero-ruby/models/accounting/contact_groups.rb +5 -1
- data/lib/xero-ruby/models/accounting/contact_person.rb +5 -1
- data/lib/xero-ruby/models/accounting/contacts.rb +5 -1
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +10 -6
- data/lib/xero-ruby/models/accounting/credit_notes.rb +5 -1
- data/lib/xero-ruby/models/accounting/currencies.rb +5 -1
- data/lib/xero-ruby/models/accounting/currency.rb +5 -1
- data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/element.rb +5 -1
- data/lib/xero-ruby/models/accounting/employee.rb +5 -1
- data/lib/xero-ruby/models/accounting/employees.rb +5 -1
- data/lib/xero-ruby/models/accounting/error.rb +5 -1
- data/lib/xero-ruby/models/accounting/expense_claim.rb +8 -4
- data/lib/xero-ruby/models/accounting/expense_claims.rb +5 -1
- data/lib/xero-ruby/models/accounting/external_link.rb +5 -1
- data/lib/xero-ruby/models/accounting/history_record.rb +5 -1
- data/lib/xero-ruby/models/accounting/history_records.rb +5 -1
- data/lib/xero-ruby/models/accounting/invoice.rb +14 -10
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +5 -1
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +5 -1
- data/lib/xero-ruby/models/accounting/invoices.rb +5 -1
- data/lib/xero-ruby/models/accounting/item.rb +7 -3
- data/lib/xero-ruby/models/accounting/items.rb +5 -1
- data/lib/xero-ruby/models/accounting/journal.rb +5 -1
- data/lib/xero-ruby/models/accounting/journal_line.rb +8 -4
- data/lib/xero-ruby/models/accounting/journals.rb +5 -1
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +11 -7
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +5 -1
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +5 -1
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +5 -1
- data/lib/xero-ruby/models/accounting/manual_journal.rb +5 -1
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +18 -4
- data/lib/xero-ruby/models/accounting/manual_journals.rb +5 -1
- data/lib/xero-ruby/models/accounting/online_invoice.rb +5 -1
- data/lib/xero-ruby/models/accounting/online_invoices.rb +5 -1
- data/lib/xero-ruby/models/accounting/organisation.rb +33 -3
- data/lib/xero-ruby/models/accounting/organisations.rb +5 -1
- data/lib/xero-ruby/models/accounting/overpayment.rb +10 -6
- data/lib/xero-ruby/models/accounting/overpayments.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment.rb +7 -3
- data/lib/xero-ruby/models/accounting/payment_delete.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment_service.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment_services.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment_term.rb +5 -1
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/payments.rb +5 -1
- data/lib/xero-ruby/models/accounting/phone.rb +5 -1
- data/lib/xero-ruby/models/accounting/prepayment.rb +10 -6
- data/lib/xero-ruby/models/accounting/prepayments.rb +5 -1
- data/lib/xero-ruby/models/accounting/purchase.rb +6 -2
- data/lib/xero-ruby/models/accounting/purchase_order.rb +10 -6
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +5 -1
- data/lib/xero-ruby/models/accounting/quote.rb +9 -5
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +2 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +5 -1
- data/lib/xero-ruby/models/accounting/receipt.rb +8 -4
- data/lib/xero-ruby/models/accounting/receipts.rb +5 -1
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +8 -4
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +5 -1
- data/lib/xero-ruby/models/accounting/report.rb +6 -2
- data/lib/xero-ruby/models/accounting/report_attribute.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_cell.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_fields.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_row.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_rows.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_with_row.rb +5 -1
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +5 -1
- data/lib/xero-ruby/models/accounting/reports.rb +5 -1
- data/lib/xero-ruby/models/accounting/request_empty.rb +5 -1
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +5 -1
- data/lib/xero-ruby/models/accounting/schedule.rb +5 -1
- data/lib/xero-ruby/models/accounting/tax_component.rb +6 -2
- data/lib/xero-ruby/models/accounting/tax_rate.rb +7 -3
- data/lib/xero-ruby/models/accounting/tax_rates.rb +5 -1
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/{ten_nintey_nine_contact.rb → ten_ninety_nine_contact.rb} +21 -17
- data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +5 -1
- data/lib/xero-ruby/models/accounting/tracking_category.rb +5 -1
- data/lib/xero-ruby/models/accounting/tracking_option.rb +5 -1
- data/lib/xero-ruby/models/accounting/tracking_options.rb +5 -1
- data/lib/xero-ruby/models/accounting/user.rb +5 -1
- data/lib/xero-ruby/models/accounting/users.rb +5 -1
- data/lib/xero-ruby/models/accounting/validation_error.rb +5 -1
- data/lib/xero-ruby/models/assets/asset.rb +8 -4
- data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +5 -1
- data/lib/xero-ruby/models/assets/assets.rb +5 -1
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +11 -7
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +6 -2
- data/lib/xero-ruby/models/assets/error.rb +5 -1
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +5 -1
- data/lib/xero-ruby/models/assets/pagination.rb +5 -1
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +5 -1
- data/lib/xero-ruby/models/assets/setting.rb +5 -1
- data/lib/xero-ruby/models/projects/amount.rb +6 -2
- data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
- data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
- data/lib/xero-ruby/models/projects/error.rb +5 -1
- data/lib/xero-ruby/models/projects/pagination.rb +5 -1
- data/lib/xero-ruby/models/projects/project.rb +5 -1
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +6 -2
- data/lib/xero-ruby/models/projects/project_patch.rb +5 -1
- data/lib/xero-ruby/models/projects/project_status.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +5 -1
- data/lib/xero-ruby/models/projects/project_users.rb +5 -1
- data/lib/xero-ruby/models/projects/projects.rb +5 -1
- data/lib/xero-ruby/models/projects/task.rb +5 -1
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +5 -1
- data/lib/xero-ruby/models/projects/tasks.rb +5 -1
- data/lib/xero-ruby/models/projects/time_entries.rb +5 -1
- data/lib/xero-ruby/models/projects/time_entry.rb +5 -1
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +5 -1
- data/lib/xero-ruby/version.rb +2 -2
- data/spec/accounting/models/ten_nintey_nine_contact_spec.rb +6 -6
- data/spec/api_client_spec.rb +8 -10
- data/xero-ruby.gemspec +1 -2
- metadata +5 -5
- 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.
|
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 ReportRow
|
18
20
|
|
19
21
|
attr_accessor :row_type
|
@@ -150,6 +152,8 @@ module XeroRuby::Accounting
|
|
150
152
|
value.to_i
|
151
153
|
when :Float
|
152
154
|
value.to_f
|
155
|
+
when :BigDecimal
|
156
|
+
BigDecimal(value.to_s)
|
153
157
|
when :Boolean
|
154
158
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
155
159
|
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.
|
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 ReportRows
|
18
20
|
|
19
21
|
attr_accessor :row_type
|
@@ -162,6 +164,8 @@ module XeroRuby::Accounting
|
|
162
164
|
value.to_i
|
163
165
|
when :Float
|
164
166
|
value.to_f
|
167
|
+
when :BigDecimal
|
168
|
+
BigDecimal(value.to_s)
|
165
169
|
when :Boolean
|
166
170
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
167
171
|
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.
|
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 ReportWithRow
|
18
20
|
# Report id
|
19
21
|
attr_accessor :report_id
|
@@ -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.
|
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 ReportWithRows
|
18
20
|
|
19
21
|
attr_accessor :reports
|
@@ -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.
|
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 Reports
|
18
20
|
|
19
21
|
attr_accessor :reports
|
@@ -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.
|
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 RequestEmpty
|
18
20
|
# Need at least one field to create an empty JSON payload
|
19
21
|
attr_accessor :status
|
@@ -128,6 +130,8 @@ module XeroRuby::Accounting
|
|
128
130
|
value.to_i
|
129
131
|
when :Float
|
130
132
|
value.to_f
|
133
|
+
when :BigDecimal
|
134
|
+
BigDecimal(value.to_s)
|
131
135
|
when :Boolean
|
132
136
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
133
137
|
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.
|
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.
|
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 SalesTrackingCategory
|
18
20
|
# The default sales tracking category name for contacts
|
19
21
|
attr_accessor :tracking_category_name
|
@@ -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.
|
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 Schedule
|
18
20
|
# Integer used with the unit e.g. 1 (every 1 week), 2 (every 2 months)
|
19
21
|
attr_accessor :period
|
@@ -242,6 +244,8 @@ module XeroRuby::Accounting
|
|
242
244
|
value.to_i
|
243
245
|
when :Float
|
244
246
|
value.to_f
|
247
|
+
when :BigDecimal
|
248
|
+
BigDecimal(value.to_s)
|
245
249
|
when :Boolean
|
246
250
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
247
251
|
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.
|
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 TaxComponent
|
18
20
|
# Name of Tax Component
|
19
21
|
attr_accessor :name
|
@@ -41,7 +43,7 @@ module XeroRuby::Accounting
|
|
41
43
|
def self.openapi_types
|
42
44
|
{
|
43
45
|
:'name' => :'String',
|
44
|
-
:'rate' => :'
|
46
|
+
:'rate' => :'BigDecimal',
|
45
47
|
:'is_compound' => :'Boolean',
|
46
48
|
:'is_non_recoverable' => :'Boolean'
|
47
49
|
}
|
@@ -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.
|
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 TaxRate
|
18
20
|
# Name of tax rate
|
19
21
|
attr_accessor :name
|
@@ -182,8 +184,8 @@ module XeroRuby::Accounting
|
|
182
184
|
:'can_apply_to_expenses' => :'Boolean',
|
183
185
|
:'can_apply_to_liabilities' => :'Boolean',
|
184
186
|
:'can_apply_to_revenue' => :'Boolean',
|
185
|
-
:'display_tax_rate' => :'
|
186
|
-
:'effective_rate' => :'
|
187
|
+
:'display_tax_rate' => :'BigDecimal',
|
188
|
+
:'effective_rate' => :'BigDecimal'
|
187
189
|
}
|
188
190
|
end
|
189
191
|
|
@@ -364,6 +366,8 @@ module XeroRuby::Accounting
|
|
364
366
|
value.to_i
|
365
367
|
when :Float
|
366
368
|
value.to_f
|
369
|
+
when :BigDecimal
|
370
|
+
BigDecimal(value.to_s)
|
367
371
|
when :Boolean
|
368
372
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
369
373
|
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.
|
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 TaxRates
|
18
20
|
|
19
21
|
attr_accessor :tax_rates
|
@@ -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.
|
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
|
data/lib/xero-ruby/models/accounting/{ten_nintey_nine_contact.rb → ten_ninety_nine_contact.rb}
RENAMED
@@ -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.
|
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,7 +14,9 @@ require 'time'
|
|
14
14
|
require 'date'
|
15
15
|
|
16
16
|
module XeroRuby::Accounting
|
17
|
-
|
17
|
+
require 'bigdecimal'
|
18
|
+
|
19
|
+
class TenNinetyNineContact
|
18
20
|
# Box 1 on 1099 Form
|
19
21
|
attr_accessor :box1
|
20
22
|
|
@@ -112,19 +114,19 @@ module XeroRuby::Accounting
|
|
112
114
|
# Attribute type mapping.
|
113
115
|
def self.openapi_types
|
114
116
|
{
|
115
|
-
:'box1' => :'
|
116
|
-
:'box2' => :'
|
117
|
-
:'box3' => :'
|
118
|
-
:'box4' => :'
|
119
|
-
:'box5' => :'
|
120
|
-
:'box6' => :'
|
121
|
-
:'box7' => :'
|
122
|
-
:'box8' => :'
|
123
|
-
:'box9' => :'
|
124
|
-
:'box10' => :'
|
125
|
-
:'box11' => :'
|
126
|
-
:'box13' => :'
|
127
|
-
:'box14' => :'
|
117
|
+
:'box1' => :'BigDecimal',
|
118
|
+
:'box2' => :'BigDecimal',
|
119
|
+
:'box3' => :'BigDecimal',
|
120
|
+
:'box4' => :'BigDecimal',
|
121
|
+
:'box5' => :'BigDecimal',
|
122
|
+
:'box6' => :'BigDecimal',
|
123
|
+
:'box7' => :'BigDecimal',
|
124
|
+
:'box8' => :'BigDecimal',
|
125
|
+
:'box9' => :'BigDecimal',
|
126
|
+
:'box10' => :'BigDecimal',
|
127
|
+
:'box11' => :'BigDecimal',
|
128
|
+
:'box13' => :'BigDecimal',
|
129
|
+
:'box14' => :'BigDecimal',
|
128
130
|
:'name' => :'String',
|
129
131
|
:'federal_tax_id_type' => :'String',
|
130
132
|
:'city' => :'String',
|
@@ -141,13 +143,13 @@ module XeroRuby::Accounting
|
|
141
143
|
# @param [Hash] attributes Model attributes in the form of hash
|
142
144
|
def initialize(attributes = {})
|
143
145
|
if (!attributes.is_a?(Hash))
|
144
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::
|
146
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::TenNinetyNineContact` initialize method"
|
145
147
|
end
|
146
148
|
|
147
149
|
# check to see if the attribute exists and convert string to symbol for hash key
|
148
150
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
149
151
|
if (!self.class.attribute_map.key?(k.to_sym))
|
150
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::
|
152
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::TenNinetyNineContact`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
151
153
|
end
|
152
154
|
h[k.to_sym] = v
|
153
155
|
}
|
@@ -338,6 +340,8 @@ module XeroRuby::Accounting
|
|
338
340
|
value.to_i
|
339
341
|
when :Float
|
340
342
|
value.to_f
|
343
|
+
when :BigDecimal
|
344
|
+
BigDecimal(value.to_s)
|
341
345
|
when :Boolean
|
342
346
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
343
347
|
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.
|
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.
|
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 TrackingCategories
|
18
20
|
|
19
21
|
attr_accessor :tracking_categories
|
@@ -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.
|
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 TrackingCategory
|
18
20
|
# The Xero identifier for a tracking category e.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9
|
19
21
|
attr_accessor :tracking_category_id
|
@@ -247,6 +249,8 @@ module XeroRuby::Accounting
|
|
247
249
|
value.to_i
|
248
250
|
when :Float
|
249
251
|
value.to_f
|
252
|
+
when :BigDecimal
|
253
|
+
BigDecimal(value.to_s)
|
250
254
|
when :Boolean
|
251
255
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
252
256
|
true
|