xero-ruby 1.1.0 → 2.1.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 +181 -72
- data/build_notes.md +43 -0
- data/docs/accounting/AccountingApi.md +1503 -779
- data/docs/accounting/Allocation.md +11 -1
- data/docs/accounting/Attachment.md +1 -1
- data/docs/accounting/BankTransfer.md +1 -1
- data/docs/accounting/BatchPayment.md +1 -1
- data/docs/accounting/Contact.md +2 -2
- data/docs/accounting/CreditNote.md +2 -2
- data/docs/accounting/Invoice.md +2 -2
- data/docs/accounting/ManualJournalLine.md +2 -0
- data/docs/accounting/Organisation.md +3 -1
- data/docs/accounting/Payment.md +4 -4
- data/docs/accounting/Quote.md +5 -1
- data/docs/accounting/Report.md +1 -1
- data/docs/accounting/{TenNinteyNineContact.md → TenNinetyNineContact.md} +2 -2
- data/docs/assets/AssetApi.md +40 -16
- data/docs/assets/AssetType.md +1 -1
- data/docs/projects/Amount.md +19 -0
- data/docs/projects/ChargeType.md +16 -0
- data/docs/projects/CurrencyCode.md +16 -0
- data/docs/projects/Error.md +19 -0
- data/docs/projects/Pagination.md +23 -0
- data/docs/projects/Project.md +59 -0
- data/docs/projects/ProjectApi.md +979 -0
- data/docs/projects/ProjectCreateOrUpdate.md +23 -0
- data/docs/projects/ProjectPatch.md +17 -0
- data/docs/projects/ProjectStatus.md +16 -0
- data/docs/projects/ProjectUser.md +21 -0
- data/docs/projects/ProjectUsers.md +19 -0
- data/docs/projects/Projects.md +19 -0
- data/docs/projects/Task.md +45 -0
- data/docs/projects/TaskCreateOrUpdate.md +23 -0
- data/docs/projects/Tasks.md +19 -0
- data/docs/projects/TimeEntries.md +19 -0
- data/docs/projects/TimeEntry.md +33 -0
- data/docs/projects/TimeEntryCreateOrUpdate.md +25 -0
- data/lib/xero-ruby.rb +22 -3
- data/lib/xero-ruby/api/accounting_api.rb +1368 -72
- data/lib/xero-ruby/api/asset_api.rb +39 -3
- data/lib/xero-ruby/api/project_api.rb +1113 -0
- data/lib/xero-ruby/api_client.rb +104 -38
- data/lib/xero-ruby/api_error.rb +2 -2
- data/lib/xero-ruby/configuration.rb +4 -5
- data/lib/xero-ruby/models/accounting/account.rb +61 -20
- data/lib/xero-ruby/models/accounting/account_type.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts.rb +8 -3
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +11 -5
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +11 -5
- data/lib/xero-ruby/models/accounting/address.rb +19 -12
- data/lib/xero-ruby/models/accounting/allocation.rb +66 -9
- data/lib/xero-ruby/models/accounting/allocations.rb +8 -3
- data/lib/xero-ruby/models/accounting/attachment.rb +13 -9
- data/lib/xero-ruby/models/accounting/attachments.rb +8 -3
- data/lib/xero-ruby/models/accounting/balances.rb +9 -3
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +43 -24
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +8 -3
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +20 -14
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +8 -3
- data/lib/xero-ruby/models/accounting/batch_payment.rb +29 -19
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +11 -7
- data/lib/xero-ruby/models/accounting/batch_payments.rb +8 -3
- data/lib/xero-ruby/models/accounting/bill.rb +8 -3
- data/lib/xero-ruby/models/accounting/branding_theme.rb +13 -8
- data/lib/xero-ruby/models/accounting/branding_themes.rb +8 -3
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +9 -5
- data/lib/xero-ruby/models/accounting/cis_setting.rb +8 -4
- data/lib/xero-ruby/models/accounting/cis_settings.rb +8 -3
- data/lib/xero-ruby/models/accounting/contact.rb +51 -37
- data/lib/xero-ruby/models/accounting/contact_group.rb +12 -6
- data/lib/xero-ruby/models/accounting/contact_groups.rb +8 -3
- data/lib/xero-ruby/models/accounting/contact_person.rb +10 -6
- data/lib/xero-ruby/models/accounting/contacts.rb +8 -3
- data/lib/xero-ruby/models/accounting/country_code.rb +2 -2
- data/lib/xero-ruby/models/accounting/credit_note.rb +47 -30
- data/lib/xero-ruby/models/accounting/credit_notes.rb +8 -3
- data/lib/xero-ruby/models/accounting/currencies.rb +8 -3
- data/lib/xero-ruby/models/accounting/currency.rb +9 -4
- data/lib/xero-ruby/models/accounting/currency_code.rb +2 -2
- data/lib/xero-ruby/models/accounting/element.rb +14 -4
- data/lib/xero-ruby/models/accounting/employee.rb +17 -8
- data/lib/xero-ruby/models/accounting/employees.rb +8 -3
- data/lib/xero-ruby/models/accounting/error.rb +10 -6
- data/lib/xero-ruby/models/accounting/expense_claim.rb +26 -15
- data/lib/xero-ruby/models/accounting/expense_claims.rb +8 -3
- data/lib/xero-ruby/models/accounting/external_link.rb +14 -4
- data/lib/xero-ruby/models/accounting/history_record.rb +10 -6
- data/lib/xero-ruby/models/accounting/history_records.rb +8 -3
- data/lib/xero-ruby/models/accounting/invoice.rb +69 -46
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +7 -3
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +8 -3
- data/lib/xero-ruby/models/accounting/invoices.rb +8 -3
- data/lib/xero-ruby/models/accounting/item.rb +24 -18
- data/lib/xero-ruby/models/accounting/items.rb +8 -3
- data/lib/xero-ruby/models/accounting/journal.rb +39 -10
- data/lib/xero-ruby/models/accounting/journal_line.rb +21 -16
- data/lib/xero-ruby/models/accounting/journals.rb +8 -3
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_item.rb +25 -21
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +10 -6
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +25 -13
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +8 -3
- data/lib/xero-ruby/models/accounting/manual_journal.rb +25 -15
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +26 -12
- data/lib/xero-ruby/models/accounting/manual_journals.rb +8 -3
- data/lib/xero-ruby/models/accounting/online_invoice.rb +7 -3
- data/lib/xero-ruby/models/accounting/online_invoices.rb +8 -3
- data/lib/xero-ruby/models/accounting/organisation.rb +122 -32
- data/lib/xero-ruby/models/accounting/organisations.rb +8 -3
- data/lib/xero-ruby/models/accounting/overpayment.rb +36 -23
- data/lib/xero-ruby/models/accounting/overpayments.rb +8 -3
- data/lib/xero-ruby/models/accounting/payment.rb +47 -24
- data/lib/xero-ruby/models/accounting/payment_delete.rb +7 -3
- data/lib/xero-ruby/models/accounting/payment_service.rb +12 -8
- data/lib/xero-ruby/models/accounting/payment_services.rb +8 -3
- data/lib/xero-ruby/models/accounting/payment_term.rb +9 -3
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +2 -2
- data/lib/xero-ruby/models/accounting/payments.rb +8 -3
- data/lib/xero-ruby/models/accounting/phone.rb +16 -6
- data/lib/xero-ruby/models/accounting/prepayment.rb +37 -23
- data/lib/xero-ruby/models/accounting/prepayments.rb +8 -3
- data/lib/xero-ruby/models/accounting/purchase.rb +11 -7
- data/lib/xero-ruby/models/accounting/purchase_order.rb +45 -33
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +8 -3
- data/lib/xero-ruby/models/accounting/quote.rb +58 -28
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +3 -2
- data/lib/xero-ruby/models/accounting/quotes.rb +8 -3
- data/lib/xero-ruby/models/accounting/receipt.rb +32 -19
- data/lib/xero-ruby/models/accounting/receipts.rb +8 -3
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +30 -17
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +8 -3
- data/lib/xero-ruby/models/accounting/report.rb +15 -9
- data/lib/xero-ruby/models/accounting/report_attribute.rb +9 -3
- data/lib/xero-ruby/models/accounting/report_cell.rb +9 -3
- data/lib/xero-ruby/models/accounting/report_fields.rb +10 -3
- data/lib/xero-ruby/models/accounting/report_row.rb +10 -3
- data/lib/xero-ruby/models/accounting/report_rows.rb +11 -3
- data/lib/xero-ruby/models/accounting/report_with_row.rb +15 -9
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +8 -3
- data/lib/xero-ruby/models/accounting/reports.rb +8 -3
- data/lib/xero-ruby/models/accounting/request_empty.rb +7 -3
- data/lib/xero-ruby/models/accounting/row_type.rb +2 -2
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +8 -4
- data/lib/xero-ruby/models/accounting/schedule.rb +23 -11
- data/lib/xero-ruby/models/accounting/tax_component.rb +11 -7
- data/lib/xero-ruby/models/accounting/tax_rate.rb +100 -18
- data/lib/xero-ruby/models/accounting/tax_rates.rb +8 -3
- data/lib/xero-ruby/models/accounting/tax_type.rb +2 -2
- data/lib/xero-ruby/models/accounting/{ten_nintey_nine_contact.rb → ten_ninety_nine_contact.rb} +44 -40
- data/lib/xero-ruby/models/accounting/time_zone.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +8 -3
- data/lib/xero-ruby/models/accounting/tracking_category.rb +15 -8
- data/lib/xero-ruby/models/accounting/tracking_option.rb +13 -6
- data/lib/xero-ruby/models/accounting/tracking_options.rb +8 -3
- data/lib/xero-ruby/models/accounting/user.rb +20 -9
- data/lib/xero-ruby/models/accounting/users.rb +8 -3
- data/lib/xero-ruby/models/accounting/validation_error.rb +7 -3
- data/lib/xero-ruby/models/assets/asset.rb +24 -17
- data/lib/xero-ruby/models/assets/asset_status.rb +2 -2
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +2 -2
- data/lib/xero-ruby/models/assets/asset_type.rb +13 -13
- data/lib/xero-ruby/models/assets/assets.rb +9 -3
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +19 -15
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +26 -11
- data/lib/xero-ruby/models/assets/error.rb +11 -7
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +12 -8
- data/lib/xero-ruby/models/assets/pagination.rb +11 -3
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +11 -7
- data/lib/xero-ruby/models/assets/setting.rb +14 -10
- data/lib/xero-ruby/models/projects/amount.rb +218 -0
- data/lib/xero-ruby/models/projects/charge_type.rb +38 -0
- data/lib/xero-ruby/models/projects/currency_code.rb +199 -0
- data/lib/xero-ruby/models/projects/error.rb +218 -0
- data/lib/xero-ruby/models/projects/pagination.rb +238 -0
- data/lib/xero-ruby/models/projects/project.rb +423 -0
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +243 -0
- data/lib/xero-ruby/models/projects/project_patch.rb +213 -0
- data/lib/xero-ruby/models/projects/project_status.rb +37 -0
- data/lib/xero-ruby/models/projects/project_user.rb +228 -0
- data/lib/xero-ruby/models/projects/project_users.rb +220 -0
- data/lib/xero-ruby/models/projects/projects.rb +220 -0
- data/lib/xero-ruby/models/projects/task.rb +385 -0
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +253 -0
- data/lib/xero-ruby/models/projects/tasks.rb +220 -0
- data/lib/xero-ruby/models/projects/time_entries.rb +220 -0
- data/lib/xero-ruby/models/projects/time_entry.rb +324 -0
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +268 -0
- data/lib/xero-ruby/version.rb +3 -3
- data/spec/accounting/api/accounting_api_spec.rb +3 -3
- data/spec/accounting/models/ten_nintey_nine_contact_spec.rb +6 -6
- data/spec/api_client_spec.rb +125 -38
- data/spec/assets/api/asset_api_spec.rb +3 -3
- data/spec/configuration_spec.rb +7 -23
- data/spec/projects/api/project_api_spec.rb +229 -0
- data/spec/projects/models/amount_spec.rb +47 -0
- data/spec/projects/models/charge_type_spec.rb +35 -0
- data/spec/projects/models/currency_code_spec.rb +35 -0
- data/spec/projects/models/error_spec.rb +47 -0
- data/spec/projects/models/pagination_spec.rb +59 -0
- data/spec/projects/models/project_create_or_update_spec.rb +59 -0
- data/spec/projects/models/project_patch_spec.rb +41 -0
- data/spec/projects/models/project_spec.rb +167 -0
- data/spec/projects/models/project_status_spec.rb +35 -0
- data/spec/projects/models/project_user_spec.rb +53 -0
- data/spec/projects/models/project_users_spec.rb +47 -0
- data/spec/projects/models/projects_spec.rb +47 -0
- data/spec/projects/models/task_create_or_update_spec.rb +59 -0
- data/spec/projects/models/task_spec.rb +129 -0
- data/spec/projects/models/tasks_spec.rb +47 -0
- data/spec/projects/models/time_entries_spec.rb +47 -0
- data/spec/projects/models/time_entry_create_or_update_spec.rb +65 -0
- data/spec/projects/models/time_entry_spec.rb +93 -0
- data/xero-ruby.gemspec +3 -4
- metadata +85 -10
- data/xero-ruby-1.0.gem +0 -0
- data/xero-ruby.gem +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.12
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,11 +14,15 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class AccountsPayable
|
|
20
|
+
|
|
18
21
|
attr_accessor :outstanding
|
|
22
|
+
|
|
19
23
|
|
|
20
24
|
attr_accessor :overdue
|
|
21
|
-
|
|
25
|
+
|
|
22
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
27
|
def self.attribute_map
|
|
24
28
|
{
|
|
@@ -30,8 +34,8 @@ module XeroRuby::Accounting
|
|
|
30
34
|
# Attribute type mapping.
|
|
31
35
|
def self.openapi_types
|
|
32
36
|
{
|
|
33
|
-
:'outstanding' => :'
|
|
34
|
-
:'overdue' => :'
|
|
37
|
+
:'outstanding' => :'BigDecimal',
|
|
38
|
+
:'overdue' => :'BigDecimal'
|
|
35
39
|
}
|
|
36
40
|
end
|
|
37
41
|
|
|
@@ -136,6 +140,8 @@ module XeroRuby::Accounting
|
|
|
136
140
|
value.to_i
|
|
137
141
|
when :Float
|
|
138
142
|
value.to_f
|
|
143
|
+
when :BigDecimal
|
|
144
|
+
BigDecimal(value.to_s)
|
|
139
145
|
when :Boolean
|
|
140
146
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
141
147
|
true
|
|
@@ -3,10 +3,10 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.12
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,11 +14,15 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class AccountsReceivable
|
|
20
|
+
|
|
18
21
|
attr_accessor :outstanding
|
|
22
|
+
|
|
19
23
|
|
|
20
24
|
attr_accessor :overdue
|
|
21
|
-
|
|
25
|
+
|
|
22
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
27
|
def self.attribute_map
|
|
24
28
|
{
|
|
@@ -30,8 +34,8 @@ module XeroRuby::Accounting
|
|
|
30
34
|
# Attribute type mapping.
|
|
31
35
|
def self.openapi_types
|
|
32
36
|
{
|
|
33
|
-
:'outstanding' => :'
|
|
34
|
-
:'overdue' => :'
|
|
37
|
+
:'outstanding' => :'BigDecimal',
|
|
38
|
+
:'overdue' => :'BigDecimal'
|
|
35
39
|
}
|
|
36
40
|
end
|
|
37
41
|
|
|
@@ -136,6 +140,8 @@ module XeroRuby::Accounting
|
|
|
136
140
|
value.to_i
|
|
137
141
|
when :Float
|
|
138
142
|
value.to_f
|
|
143
|
+
when :BigDecimal
|
|
144
|
+
BigDecimal(value.to_s)
|
|
139
145
|
when :Boolean
|
|
140
146
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
141
147
|
true
|
|
@@ -3,10 +3,10 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.12
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,37 +14,42 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Address
|
|
18
20
|
# define the type of address
|
|
19
21
|
attr_accessor :address_type
|
|
20
|
-
|
|
22
|
+
POBOX = "POBOX".freeze
|
|
23
|
+
STREET = "STREET".freeze
|
|
24
|
+
DELIVERY = "DELIVERY".freeze
|
|
25
|
+
|
|
21
26
|
# max length = 500
|
|
22
27
|
attr_accessor :address_line1
|
|
23
|
-
|
|
28
|
+
|
|
24
29
|
# max length = 500
|
|
25
30
|
attr_accessor :address_line2
|
|
26
|
-
|
|
31
|
+
|
|
27
32
|
# max length = 500
|
|
28
33
|
attr_accessor :address_line3
|
|
29
|
-
|
|
34
|
+
|
|
30
35
|
# max length = 500
|
|
31
36
|
attr_accessor :address_line4
|
|
32
|
-
|
|
37
|
+
|
|
33
38
|
# max length = 255
|
|
34
39
|
attr_accessor :city
|
|
35
|
-
|
|
40
|
+
|
|
36
41
|
# max length = 255
|
|
37
42
|
attr_accessor :region
|
|
38
|
-
|
|
43
|
+
|
|
39
44
|
# max length = 50
|
|
40
45
|
attr_accessor :postal_code
|
|
41
|
-
|
|
46
|
+
|
|
42
47
|
# max length = 50, [A-Z], [a-z] only
|
|
43
48
|
attr_accessor :country
|
|
44
|
-
|
|
49
|
+
|
|
45
50
|
# max length = 255
|
|
46
51
|
attr_accessor :attention_to
|
|
47
|
-
|
|
52
|
+
|
|
48
53
|
class EnumAttributeValidator
|
|
49
54
|
attr_reader :datatype
|
|
50
55
|
attr_reader :allowable_values
|
|
@@ -387,6 +392,8 @@ module XeroRuby::Accounting
|
|
|
387
392
|
value.to_i
|
|
388
393
|
when :Float
|
|
389
394
|
value.to_f
|
|
395
|
+
when :BigDecimal
|
|
396
|
+
BigDecimal(value.to_s)
|
|
390
397
|
when :Boolean
|
|
391
398
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
392
399
|
true
|
|
@@ -3,10 +3,10 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.12
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,21 +14,44 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Allocation
|
|
20
|
+
|
|
18
21
|
attr_accessor :invoice
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
attr_accessor :overpayment
|
|
25
|
+
|
|
19
26
|
|
|
27
|
+
attr_accessor :prepayment
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
attr_accessor :credit_note
|
|
31
|
+
|
|
20
32
|
# the amount being applied to the invoice
|
|
21
33
|
attr_accessor :amount
|
|
22
|
-
|
|
34
|
+
|
|
23
35
|
# the date the allocation is applied YYYY-MM-DD.
|
|
24
36
|
attr_accessor :date
|
|
25
|
-
|
|
37
|
+
|
|
38
|
+
# A string to indicate if a invoice status
|
|
39
|
+
attr_accessor :status_attribute_string
|
|
40
|
+
|
|
41
|
+
# Displays array of validation error messages from the API
|
|
42
|
+
attr_accessor :validation_errors
|
|
43
|
+
|
|
26
44
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
27
45
|
def self.attribute_map
|
|
28
46
|
{
|
|
29
47
|
:'invoice' => :'Invoice',
|
|
48
|
+
:'overpayment' => :'Overpayment',
|
|
49
|
+
:'prepayment' => :'Prepayment',
|
|
50
|
+
:'credit_note' => :'CreditNote',
|
|
30
51
|
:'amount' => :'Amount',
|
|
31
|
-
:'date' => :'Date'
|
|
52
|
+
:'date' => :'Date',
|
|
53
|
+
:'status_attribute_string' => :'StatusAttributeString',
|
|
54
|
+
:'validation_errors' => :'ValidationErrors'
|
|
32
55
|
}
|
|
33
56
|
end
|
|
34
57
|
|
|
@@ -36,8 +59,13 @@ module XeroRuby::Accounting
|
|
|
36
59
|
def self.openapi_types
|
|
37
60
|
{
|
|
38
61
|
:'invoice' => :'Invoice',
|
|
39
|
-
:'
|
|
40
|
-
:'
|
|
62
|
+
:'overpayment' => :'Overpayment',
|
|
63
|
+
:'prepayment' => :'Prepayment',
|
|
64
|
+
:'credit_note' => :'CreditNote',
|
|
65
|
+
:'amount' => :'BigDecimal',
|
|
66
|
+
:'date' => :'Date',
|
|
67
|
+
:'status_attribute_string' => :'String',
|
|
68
|
+
:'validation_errors' => :'Array<ValidationError>'
|
|
41
69
|
}
|
|
42
70
|
end
|
|
43
71
|
|
|
@@ -60,6 +88,18 @@ module XeroRuby::Accounting
|
|
|
60
88
|
self.invoice = attributes[:'invoice']
|
|
61
89
|
end
|
|
62
90
|
|
|
91
|
+
if attributes.key?(:'overpayment')
|
|
92
|
+
self.overpayment = attributes[:'overpayment']
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if attributes.key?(:'prepayment')
|
|
96
|
+
self.prepayment = attributes[:'prepayment']
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
if attributes.key?(:'credit_note')
|
|
100
|
+
self.credit_note = attributes[:'credit_note']
|
|
101
|
+
end
|
|
102
|
+
|
|
63
103
|
if attributes.key?(:'amount')
|
|
64
104
|
self.amount = attributes[:'amount']
|
|
65
105
|
end
|
|
@@ -67,6 +107,16 @@ module XeroRuby::Accounting
|
|
|
67
107
|
if attributes.key?(:'date')
|
|
68
108
|
self.date = attributes[:'date']
|
|
69
109
|
end
|
|
110
|
+
|
|
111
|
+
if attributes.key?(:'status_attribute_string')
|
|
112
|
+
self.status_attribute_string = attributes[:'status_attribute_string']
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
if attributes.key?(:'validation_errors')
|
|
116
|
+
if (value = attributes[:'validation_errors']).is_a?(Array)
|
|
117
|
+
self.validation_errors = value
|
|
118
|
+
end
|
|
119
|
+
end
|
|
70
120
|
end
|
|
71
121
|
|
|
72
122
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -103,8 +153,13 @@ module XeroRuby::Accounting
|
|
|
103
153
|
return true if self.equal?(o)
|
|
104
154
|
self.class == o.class &&
|
|
105
155
|
invoice == o.invoice &&
|
|
156
|
+
overpayment == o.overpayment &&
|
|
157
|
+
prepayment == o.prepayment &&
|
|
158
|
+
credit_note == o.credit_note &&
|
|
106
159
|
amount == o.amount &&
|
|
107
|
-
date == o.date
|
|
160
|
+
date == o.date &&
|
|
161
|
+
status_attribute_string == o.status_attribute_string &&
|
|
162
|
+
validation_errors == o.validation_errors
|
|
108
163
|
end
|
|
109
164
|
|
|
110
165
|
# @see the `==` method
|
|
@@ -116,7 +171,7 @@ module XeroRuby::Accounting
|
|
|
116
171
|
# Calculates hash code according to all attributes.
|
|
117
172
|
# @return [Integer] Hash code
|
|
118
173
|
def hash
|
|
119
|
-
[invoice, amount, date].hash
|
|
174
|
+
[invoice, overpayment, prepayment, credit_note, amount, date, status_attribute_string, validation_errors].hash
|
|
120
175
|
end
|
|
121
176
|
|
|
122
177
|
# Builds the object from hash
|
|
@@ -162,6 +217,8 @@ module XeroRuby::Accounting
|
|
|
162
217
|
value.to_i
|
|
163
218
|
when :Float
|
|
164
219
|
value.to_f
|
|
220
|
+
when :BigDecimal
|
|
221
|
+
BigDecimal(value.to_s)
|
|
165
222
|
when :Boolean
|
|
166
223
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
167
224
|
true
|
|
@@ -3,10 +3,10 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.12
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,9 +14,12 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Allocations
|
|
18
|
-
attr_accessor :allocations
|
|
19
20
|
|
|
21
|
+
attr_accessor :allocations
|
|
22
|
+
|
|
20
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
24
|
def self.attribute_map
|
|
22
25
|
{
|
|
@@ -129,6 +132,8 @@ module XeroRuby::Accounting
|
|
|
129
132
|
value.to_i
|
|
130
133
|
when :Float
|
|
131
134
|
value.to_f
|
|
135
|
+
when :BigDecimal
|
|
136
|
+
BigDecimal(value.to_s)
|
|
132
137
|
when :Boolean
|
|
133
138
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
134
139
|
true
|
|
@@ -3,10 +3,10 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.12
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,25 +14,27 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Attachment
|
|
18
20
|
# Unique ID for the file
|
|
19
21
|
attr_accessor :attachment_id
|
|
20
|
-
|
|
22
|
+
|
|
21
23
|
# Name of the file
|
|
22
24
|
attr_accessor :file_name
|
|
23
|
-
|
|
25
|
+
|
|
24
26
|
# URL to the file on xero.com
|
|
25
27
|
attr_accessor :url
|
|
26
|
-
|
|
28
|
+
|
|
27
29
|
# Type of file
|
|
28
30
|
attr_accessor :mime_type
|
|
29
|
-
|
|
31
|
+
|
|
30
32
|
# Length of the file content
|
|
31
33
|
attr_accessor :content_length
|
|
32
|
-
|
|
34
|
+
|
|
33
35
|
# Include the file with the online invoice
|
|
34
36
|
attr_accessor :include_online
|
|
35
|
-
|
|
37
|
+
|
|
36
38
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
37
39
|
def self.attribute_map
|
|
38
40
|
{
|
|
@@ -52,7 +54,7 @@ module XeroRuby::Accounting
|
|
|
52
54
|
:'file_name' => :'String',
|
|
53
55
|
:'url' => :'String',
|
|
54
56
|
:'mime_type' => :'String',
|
|
55
|
-
:'content_length' => :'
|
|
57
|
+
:'content_length' => :'Integer',
|
|
56
58
|
:'include_online' => :'Boolean'
|
|
57
59
|
}
|
|
58
60
|
end
|
|
@@ -178,6 +180,8 @@ module XeroRuby::Accounting
|
|
|
178
180
|
value.to_i
|
|
179
181
|
when :Float
|
|
180
182
|
value.to_f
|
|
183
|
+
when :BigDecimal
|
|
184
|
+
BigDecimal(value.to_s)
|
|
181
185
|
when :Boolean
|
|
182
186
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
183
187
|
true
|
|
@@ -3,10 +3,10 @@
|
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 2.2.12
|
|
7
7
|
Contact: api@xero.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,9 +14,12 @@ require 'time'
|
|
|
14
14
|
require 'date'
|
|
15
15
|
|
|
16
16
|
module XeroRuby::Accounting
|
|
17
|
+
require 'bigdecimal'
|
|
18
|
+
|
|
17
19
|
class Attachments
|
|
18
|
-
attr_accessor :attachments
|
|
19
20
|
|
|
21
|
+
attr_accessor :attachments
|
|
22
|
+
|
|
20
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
24
|
def self.attribute_map
|
|
22
25
|
{
|
|
@@ -129,6 +132,8 @@ module XeroRuby::Accounting
|
|
|
129
132
|
value.to_i
|
|
130
133
|
when :Float
|
|
131
134
|
value.to_f
|
|
135
|
+
when :BigDecimal
|
|
136
|
+
BigDecimal(value.to_s)
|
|
132
137
|
when :Boolean
|
|
133
138
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
134
139
|
true
|