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.
- 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 Invoices
|
|
18
20
|
|
|
19
21
|
attr_accessor :invoices
|
|
@@ -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 Item
|
|
18
20
|
# User defined item code (max length = 30)
|
|
19
21
|
attr_accessor :code
|
|
@@ -98,8 +100,8 @@ module XeroRuby::Accounting
|
|
|
98
100
|
:'purchase_details' => :'Purchase',
|
|
99
101
|
:'sales_details' => :'Purchase',
|
|
100
102
|
:'is_tracked_as_inventory' => :'Boolean',
|
|
101
|
-
:'total_cost_pool' => :'
|
|
102
|
-
:'quantity_on_hand' => :'
|
|
103
|
+
:'total_cost_pool' => :'BigDecimal',
|
|
104
|
+
:'quantity_on_hand' => :'BigDecimal',
|
|
103
105
|
:'updated_date_utc' => :'DateTime',
|
|
104
106
|
:'item_id' => :'String',
|
|
105
107
|
:'status_attribute_string' => :'String',
|
|
@@ -349,6 +351,8 @@ module XeroRuby::Accounting
|
|
|
349
351
|
value.to_i
|
|
350
352
|
when :Float
|
|
351
353
|
value.to_f
|
|
354
|
+
when :BigDecimal
|
|
355
|
+
BigDecimal(value.to_s)
|
|
352
356
|
when :Boolean
|
|
353
357
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
354
358
|
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 Items
|
|
18
20
|
|
|
19
21
|
attr_accessor :items
|
|
@@ -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 Journal
|
|
18
20
|
# Xero identifier
|
|
19
21
|
attr_accessor :journal_id
|
|
@@ -259,6 +261,8 @@ module XeroRuby::Accounting
|
|
|
259
261
|
value.to_i
|
|
260
262
|
when :Float
|
|
261
263
|
value.to_f
|
|
264
|
+
when :BigDecimal
|
|
265
|
+
BigDecimal(value.to_s)
|
|
262
266
|
when :Boolean
|
|
263
267
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
264
268
|
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 JournalLine
|
|
18
20
|
# Xero identifier for Journal
|
|
19
21
|
attr_accessor :journal_line_id
|
|
@@ -78,9 +80,9 @@ module XeroRuby::Accounting
|
|
|
78
80
|
:'account_type' => :'AccountType',
|
|
79
81
|
:'account_name' => :'String',
|
|
80
82
|
:'description' => :'String',
|
|
81
|
-
:'net_amount' => :'
|
|
82
|
-
:'gross_amount' => :'
|
|
83
|
-
:'tax_amount' => :'
|
|
83
|
+
:'net_amount' => :'BigDecimal',
|
|
84
|
+
:'gross_amount' => :'BigDecimal',
|
|
85
|
+
:'tax_amount' => :'BigDecimal',
|
|
84
86
|
:'tax_type' => :'String',
|
|
85
87
|
:'tax_name' => :'String',
|
|
86
88
|
:'tracking_categories' => :'Array<TrackingCategory>'
|
|
@@ -240,6 +242,8 @@ module XeroRuby::Accounting
|
|
|
240
242
|
value.to_i
|
|
241
243
|
when :Float
|
|
242
244
|
value.to_f
|
|
245
|
+
when :BigDecimal
|
|
246
|
+
BigDecimal(value.to_s)
|
|
243
247
|
when :Boolean
|
|
244
248
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
245
249
|
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 Journals
|
|
18
20
|
|
|
19
21
|
attr_accessor :journals
|
|
@@ -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
|
|
@@ -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 LineItem
|
|
18
20
|
# LineItem unique ID
|
|
19
21
|
attr_accessor :line_item_id
|
|
@@ -78,16 +80,16 @@ module XeroRuby::Accounting
|
|
|
78
80
|
{
|
|
79
81
|
:'line_item_id' => :'String',
|
|
80
82
|
:'description' => :'String',
|
|
81
|
-
:'quantity' => :'
|
|
82
|
-
:'unit_amount' => :'
|
|
83
|
+
:'quantity' => :'BigDecimal',
|
|
84
|
+
:'unit_amount' => :'BigDecimal',
|
|
83
85
|
:'item_code' => :'String',
|
|
84
86
|
:'account_code' => :'String',
|
|
85
87
|
:'tax_type' => :'String',
|
|
86
|
-
:'tax_amount' => :'
|
|
87
|
-
:'line_amount' => :'
|
|
88
|
+
:'tax_amount' => :'BigDecimal',
|
|
89
|
+
:'line_amount' => :'BigDecimal',
|
|
88
90
|
:'tracking' => :'Array<LineItemTracking>',
|
|
89
|
-
:'discount_rate' => :'
|
|
90
|
-
:'discount_amount' => :'
|
|
91
|
+
:'discount_rate' => :'BigDecimal',
|
|
92
|
+
:'discount_amount' => :'BigDecimal',
|
|
91
93
|
:'repeating_invoice_id' => :'String'
|
|
92
94
|
}
|
|
93
95
|
end
|
|
@@ -250,6 +252,8 @@ module XeroRuby::Accounting
|
|
|
250
252
|
value.to_i
|
|
251
253
|
when :Float
|
|
252
254
|
value.to_f
|
|
255
|
+
when :BigDecimal
|
|
256
|
+
BigDecimal(value.to_s)
|
|
253
257
|
when :Boolean
|
|
254
258
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
255
259
|
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 LineItemTracking
|
|
18
20
|
# The Xero identifier for a tracking category
|
|
19
21
|
attr_accessor :tracking_category_id
|
|
@@ -173,6 +175,8 @@ module XeroRuby::Accounting
|
|
|
173
175
|
value.to_i
|
|
174
176
|
when :Float
|
|
175
177
|
value.to_f
|
|
178
|
+
when :BigDecimal
|
|
179
|
+
BigDecimal(value.to_s)
|
|
176
180
|
when :Boolean
|
|
177
181
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
178
182
|
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 LinkedTransaction
|
|
18
20
|
# Filter by the SourceTransactionID. Get all the linked transactions created from a particular ACCPAY invoice
|
|
19
21
|
attr_accessor :source_transaction_id
|
|
@@ -296,6 +298,8 @@ module XeroRuby::Accounting
|
|
|
296
298
|
value.to_i
|
|
297
299
|
when :Float
|
|
298
300
|
value.to_f
|
|
301
|
+
when :BigDecimal
|
|
302
|
+
BigDecimal(value.to_s)
|
|
299
303
|
when :Boolean
|
|
300
304
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
301
305
|
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 LinkedTransactions
|
|
18
20
|
|
|
19
21
|
attr_accessor :linked_transactions
|
|
@@ -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 ManualJournal
|
|
18
20
|
# Description of journal being posted
|
|
19
21
|
attr_accessor :narration
|
|
@@ -312,6 +314,8 @@ module XeroRuby::Accounting
|
|
|
312
314
|
value.to_i
|
|
313
315
|
when :Float
|
|
314
316
|
value.to_f
|
|
317
|
+
when :BigDecimal
|
|
318
|
+
BigDecimal(value.to_s)
|
|
315
319
|
when :Boolean
|
|
316
320
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
317
321
|
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 ManualJournalLine
|
|
18
20
|
# total for line. Debits are positive, credits are negative value
|
|
19
21
|
attr_accessor :line_amount
|
|
@@ -21,6 +23,9 @@ module XeroRuby::Accounting
|
|
|
21
23
|
# See Accounts
|
|
22
24
|
attr_accessor :account_code
|
|
23
25
|
|
|
26
|
+
# See Accounts
|
|
27
|
+
attr_accessor :account_id
|
|
28
|
+
|
|
24
29
|
# Description for journal line
|
|
25
30
|
attr_accessor :description
|
|
26
31
|
|
|
@@ -41,6 +46,7 @@ module XeroRuby::Accounting
|
|
|
41
46
|
{
|
|
42
47
|
:'line_amount' => :'LineAmount',
|
|
43
48
|
:'account_code' => :'AccountCode',
|
|
49
|
+
:'account_id' => :'AccountID',
|
|
44
50
|
:'description' => :'Description',
|
|
45
51
|
:'tax_type' => :'TaxType',
|
|
46
52
|
:'tracking' => :'Tracking',
|
|
@@ -52,12 +58,13 @@ module XeroRuby::Accounting
|
|
|
52
58
|
# Attribute type mapping.
|
|
53
59
|
def self.openapi_types
|
|
54
60
|
{
|
|
55
|
-
:'line_amount' => :'
|
|
61
|
+
:'line_amount' => :'BigDecimal',
|
|
56
62
|
:'account_code' => :'String',
|
|
63
|
+
:'account_id' => :'String',
|
|
57
64
|
:'description' => :'String',
|
|
58
65
|
:'tax_type' => :'String',
|
|
59
66
|
:'tracking' => :'Array<TrackingCategory>',
|
|
60
|
-
:'tax_amount' => :'
|
|
67
|
+
:'tax_amount' => :'BigDecimal',
|
|
61
68
|
:'is_blank' => :'Boolean'
|
|
62
69
|
}
|
|
63
70
|
end
|
|
@@ -85,6 +92,10 @@ module XeroRuby::Accounting
|
|
|
85
92
|
self.account_code = attributes[:'account_code']
|
|
86
93
|
end
|
|
87
94
|
|
|
95
|
+
if attributes.key?(:'account_id')
|
|
96
|
+
self.account_id = attributes[:'account_id']
|
|
97
|
+
end
|
|
98
|
+
|
|
88
99
|
if attributes.key?(:'description')
|
|
89
100
|
self.description = attributes[:'description']
|
|
90
101
|
end
|
|
@@ -128,6 +139,7 @@ module XeroRuby::Accounting
|
|
|
128
139
|
self.class == o.class &&
|
|
129
140
|
line_amount == o.line_amount &&
|
|
130
141
|
account_code == o.account_code &&
|
|
142
|
+
account_id == o.account_id &&
|
|
131
143
|
description == o.description &&
|
|
132
144
|
tax_type == o.tax_type &&
|
|
133
145
|
tracking == o.tracking &&
|
|
@@ -144,7 +156,7 @@ module XeroRuby::Accounting
|
|
|
144
156
|
# Calculates hash code according to all attributes.
|
|
145
157
|
# @return [Integer] Hash code
|
|
146
158
|
def hash
|
|
147
|
-
[line_amount, account_code, description, tax_type, tracking, tax_amount, is_blank].hash
|
|
159
|
+
[line_amount, account_code, account_id, description, tax_type, tracking, tax_amount, is_blank].hash
|
|
148
160
|
end
|
|
149
161
|
|
|
150
162
|
# Builds the object from hash
|
|
@@ -190,6 +202,8 @@ module XeroRuby::Accounting
|
|
|
190
202
|
value.to_i
|
|
191
203
|
when :Float
|
|
192
204
|
value.to_f
|
|
205
|
+
when :BigDecimal
|
|
206
|
+
BigDecimal(value.to_s)
|
|
193
207
|
when :Boolean
|
|
194
208
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
195
209
|
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 ManualJournals
|
|
18
20
|
|
|
19
21
|
attr_accessor :manual_journals
|
|
@@ -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
|