xero-ruby 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +79 -0
- data/README.md +454 -0
- data/Rakefile +10 -0
- data/docs/Account.md +53 -0
- data/docs/AccountType.md +16 -0
- data/docs/AccountingApi.md +11269 -0
- data/docs/Accounts.md +17 -0
- data/docs/AccountsPayable.md +19 -0
- data/docs/AccountsReceivable.md +19 -0
- data/docs/Address.md +35 -0
- data/docs/Allocation.md +21 -0
- data/docs/Allocations.md +17 -0
- data/docs/Attachment.md +27 -0
- data/docs/Attachments.md +17 -0
- data/docs/Balances.md +19 -0
- data/docs/BankTransaction.md +59 -0
- data/docs/BankTransactions.md +17 -0
- data/docs/BankTransfer.md +37 -0
- data/docs/BankTransfers.md +17 -0
- data/docs/BatchPayment.md +47 -0
- data/docs/BatchPaymentDetails.md +25 -0
- data/docs/BatchPayments.md +17 -0
- data/docs/Bill.md +19 -0
- data/docs/BrandingTheme.md +23 -0
- data/docs/BrandingThemes.md +17 -0
- data/docs/CISOrgSetting.md +21 -0
- data/docs/CISSetting.md +19 -0
- data/docs/CISSettings.md +17 -0
- data/docs/Contact.md +91 -0
- data/docs/ContactGroup.md +23 -0
- data/docs/ContactGroups.md +17 -0
- data/docs/ContactPerson.md +23 -0
- data/docs/Contacts.md +17 -0
- data/docs/CountryCode.md +16 -0
- data/docs/CreditNote.md +61 -0
- data/docs/CreditNotes.md +17 -0
- data/docs/Currencies.md +17 -0
- data/docs/Currency.md +19 -0
- data/docs/CurrencyCode.md +16 -0
- data/docs/Element.md +17 -0
- data/docs/Employee.md +27 -0
- data/docs/Employees.md +17 -0
- data/docs/Error.md +23 -0
- data/docs/ExpenseClaim.md +39 -0
- data/docs/ExpenseClaims.md +17 -0
- data/docs/ExternalLink.md +21 -0
- data/docs/HistoryRecord.md +23 -0
- data/docs/HistoryRecords.md +17 -0
- data/docs/Invoice.md +89 -0
- data/docs/InvoiceReminder.md +17 -0
- data/docs/InvoiceReminders.md +17 -0
- data/docs/Invoices.md +17 -0
- data/docs/Item.md +45 -0
- data/docs/Items.md +17 -0
- data/docs/Journal.md +31 -0
- data/docs/JournalLine.md +39 -0
- data/docs/Journals.md +17 -0
- data/docs/LineAmountTypes.md +16 -0
- data/docs/LineItem.md +41 -0
- data/docs/LineItemTracking.md +21 -0
- data/docs/LinkedTransaction.md +37 -0
- data/docs/LinkedTransactions.md +17 -0
- data/docs/ManualJournal.md +41 -0
- data/docs/ManualJournalLine.md +29 -0
- data/docs/ManualJournals.md +17 -0
- data/docs/OnlineInvoice.md +17 -0
- data/docs/OnlineInvoices.md +17 -0
- data/docs/Organisation.md +79 -0
- data/docs/Organisations.md +17 -0
- data/docs/Overpayment.md +51 -0
- data/docs/Overpayments.md +17 -0
- data/docs/Payment.md +61 -0
- data/docs/PaymentService.md +27 -0
- data/docs/PaymentServices.md +17 -0
- data/docs/PaymentTerm.md +19 -0
- data/docs/PaymentTermType.md +16 -0
- data/docs/Payments.md +17 -0
- data/docs/Phone.md +23 -0
- data/docs/Prepayment.md +49 -0
- data/docs/Prepayments.md +17 -0
- data/docs/Purchase.md +23 -0
- data/docs/PurchaseOrder.md +71 -0
- data/docs/PurchaseOrders.md +17 -0
- data/docs/Receipt.md +49 -0
- data/docs/Receipts.md +17 -0
- data/docs/RepeatingInvoice.md +47 -0
- data/docs/RepeatingInvoices.md +17 -0
- data/docs/Report.md +29 -0
- data/docs/ReportAttribute.md +19 -0
- data/docs/ReportCell.md +19 -0
- data/docs/ReportFields.md +21 -0
- data/docs/ReportRow.md +21 -0
- data/docs/ReportRows.md +23 -0
- data/docs/ReportWithRow.md +33 -0
- data/docs/ReportWithRows.md +17 -0
- data/docs/Reports.md +17 -0
- data/docs/RequestEmpty.md +17 -0
- data/docs/RowType.md +16 -0
- data/docs/SalesTrackingCategory.md +19 -0
- data/docs/Schedule.md +29 -0
- data/docs/TaxComponent.md +23 -0
- data/docs/TaxRate.md +39 -0
- data/docs/TaxRates.md +17 -0
- data/docs/TaxType.md +16 -0
- data/docs/TenNinteyNineContact.md +59 -0
- data/docs/TimeZone.md +16 -0
- data/docs/TrackingCategories.md +17 -0
- data/docs/TrackingCategory.md +27 -0
- data/docs/TrackingOption.md +23 -0
- data/docs/TrackingOptions.md +17 -0
- data/docs/User.md +29 -0
- data/docs/Users.md +17 -0
- data/docs/ValidationError.md +17 -0
- data/git_push.sh +55 -0
- data/lib/.DS_Store +0 -0
- data/lib/xero-ruby.rb +149 -0
- data/lib/xero-ruby/api/accounting_api.rb +14686 -0
- data/lib/xero-ruby/api_client.rb +386 -0
- data/lib/xero-ruby/api_error.rb +57 -0
- data/lib/xero-ruby/configuration.rb +252 -0
- data/lib/xero-ruby/models/account.rb +484 -0
- data/lib/xero-ruby/models/account_type.rb +57 -0
- data/lib/xero-ruby/models/accounts.rb +205 -0
- data/lib/xero-ruby/models/accounts_payable.rb +212 -0
- data/lib/xero-ruby/models/accounts_receivable.rb +212 -0
- data/lib/xero-ruby/models/address.rb +463 -0
- data/lib/xero-ruby/models/allocation.rb +238 -0
- data/lib/xero-ruby/models/allocations.rb +205 -0
- data/lib/xero-ruby/models/attachment.rb +254 -0
- data/lib/xero-ruby/models/attachments.rb +205 -0
- data/lib/xero-ruby/models/balances.rb +213 -0
- data/lib/xero-ruby/models/bank_transaction.rb +480 -0
- data/lib/xero-ruby/models/bank_transactions.rb +205 -0
- data/lib/xero-ruby/models/bank_transfer.rb +319 -0
- data/lib/xero-ruby/models/bank_transfers.rb +205 -0
- data/lib/xero-ruby/models/batch_payment.rb +429 -0
- data/lib/xero-ruby/models/batch_payment_details.rb +290 -0
- data/lib/xero-ruby/models/batch_payments.rb +205 -0
- data/lib/xero-ruby/models/bill.rb +213 -0
- data/lib/xero-ruby/models/branding_theme.rb +234 -0
- data/lib/xero-ruby/models/branding_themes.rb +205 -0
- data/lib/xero-ruby/models/cis_org_setting.rb +224 -0
- data/lib/xero-ruby/models/cis_setting.rb +214 -0
- data/lib/xero-ruby/models/cis_settings.rb +205 -0
- data/lib/xero-ruby/models/contact.rb +724 -0
- data/lib/xero-ruby/models/contact_group.rb +270 -0
- data/lib/xero-ruby/models/contact_groups.rb +205 -0
- data/lib/xero-ruby/models/contact_person.rb +234 -0
- data/lib/xero-ruby/models/contacts.rb +205 -0
- data/lib/xero-ruby/models/country_code.rb +275 -0
- data/lib/xero-ruby/models/credit_note.rb +475 -0
- data/lib/xero-ruby/models/credit_notes.rb +205 -0
- data/lib/xero-ruby/models/currencies.rb +205 -0
- data/lib/xero-ruby/models/currency.rb +213 -0
- data/lib/xero-ruby/models/currency_code.rb +197 -0
- data/lib/xero-ruby/models/element.rb +206 -0
- data/lib/xero-ruby/models/employee.rb +316 -0
- data/lib/xero-ruby/models/employees.rb +205 -0
- data/lib/xero-ruby/models/error.rb +236 -0
- data/lib/xero-ruby/models/expense_claim.rb +350 -0
- data/lib/xero-ruby/models/expense_claims.rb +205 -0
- data/lib/xero-ruby/models/external_link.rb +257 -0
- data/lib/xero-ruby/models/history_record.rb +234 -0
- data/lib/xero-ruby/models/history_records.rb +205 -0
- data/lib/xero-ruby/models/invoice.rb +666 -0
- data/lib/xero-ruby/models/invoice_reminder.rb +204 -0
- data/lib/xero-ruby/models/invoice_reminders.rb +205 -0
- data/lib/xero-ruby/models/invoices.rb +205 -0
- data/lib/xero-ruby/models/item.rb +418 -0
- data/lib/xero-ruby/models/items.rb +205 -0
- data/lib/xero-ruby/models/journal.rb +310 -0
- data/lib/xero-ruby/models/journal_line.rb +315 -0
- data/lib/xero-ruby/models/journals.rb +205 -0
- data/lib/xero-ruby/models/line_amount_types.rb +38 -0
- data/lib/xero-ruby/models/line_item.rb +326 -0
- data/lib/xero-ruby/models/line_item_tracking.rb +239 -0
- data/lib/xero-ruby/models/linked_transaction.rb +369 -0
- data/lib/xero-ruby/models/linked_transactions.rb +205 -0
- data/lib/xero-ruby/models/manual_journal.rb +375 -0
- data/lib/xero-ruby/models/manual_journal_line.rb +266 -0
- data/lib/xero-ruby/models/manual_journals.rb +205 -0
- data/lib/xero-ruby/models/online_invoice.rb +204 -0
- data/lib/xero-ruby/models/online_invoices.rb +205 -0
- data/lib/xero-ruby/models/organisation.rb +622 -0
- data/lib/xero-ruby/models/organisations.rb +205 -0
- data/lib/xero-ruby/models/overpayment.rb +425 -0
- data/lib/xero-ruby/models/overpayments.rb +205 -0
- data/lib/xero-ruby/models/payment.rb +467 -0
- data/lib/xero-ruby/models/payment_service.rb +256 -0
- data/lib/xero-ruby/models/payment_services.rb +205 -0
- data/lib/xero-ruby/models/payment_term.rb +212 -0
- data/lib/xero-ruby/models/payment_term_type.rb +39 -0
- data/lib/xero-ruby/models/payments.rb +205 -0
- data/lib/xero-ruby/models/phone.rb +312 -0
- data/lib/xero-ruby/models/prepayment.rb +413 -0
- data/lib/xero-ruby/models/prepayments.rb +205 -0
- data/lib/xero-ruby/models/purchase.rb +234 -0
- data/lib/xero-ruby/models/purchase_order.rb +523 -0
- data/lib/xero-ruby/models/purchase_orders.rb +205 -0
- data/lib/xero-ruby/models/receipt.rb +420 -0
- data/lib/xero-ruby/models/receipts.rb +205 -0
- data/lib/xero-ruby/models/repeating_invoice.rb +400 -0
- data/lib/xero-ruby/models/repeating_invoices.rb +205 -0
- data/lib/xero-ruby/models/report.rb +299 -0
- data/lib/xero-ruby/models/report_attribute.rb +212 -0
- data/lib/xero-ruby/models/report_cell.rb +214 -0
- data/lib/xero-ruby/models/report_fields.rb +221 -0
- data/lib/xero-ruby/models/report_row.rb +223 -0
- data/lib/xero-ruby/models/report_rows.rb +234 -0
- data/lib/xero-ruby/models/report_with_row.rb +288 -0
- data/lib/xero-ruby/models/report_with_rows.rb +205 -0
- data/lib/xero-ruby/models/reports.rb +205 -0
- data/lib/xero-ruby/models/request_empty.rb +204 -0
- data/lib/xero-ruby/models/row_type.rb +39 -0
- data/lib/xero-ruby/models/sales_tracking_category.rb +214 -0
- data/lib/xero-ruby/models/schedule.rb +310 -0
- data/lib/xero-ruby/models/tax_component.rb +234 -0
- data/lib/xero-ruby/models/tax_rate.rb +367 -0
- data/lib/xero-ruby/models/tax_rates.rb +205 -0
- data/lib/xero-ruby/models/tax_type.rb +87 -0
- data/lib/xero-ruby/models/ten_nintey_nine_contact.rb +414 -0
- data/lib/xero-ruby/models/time_zone.rb +142 -0
- data/lib/xero-ruby/models/tracking_categories.rb +205 -0
- data/lib/xero-ruby/models/tracking_category.rb +320 -0
- data/lib/xero-ruby/models/tracking_option.rb +283 -0
- data/lib/xero-ruby/models/tracking_options.rb +205 -0
- data/lib/xero-ruby/models/user.rb +298 -0
- data/lib/xero-ruby/models/users.rb +205 -0
- data/lib/xero-ruby/models/validation_error.rb +204 -0
- data/lib/xero-ruby/version.rb +15 -0
- data/pkg/xero-ruby-0.1.0.gem +0 -0
- data/pkg/xero-ruby-1.0.0.gem +0 -0
- data/spec/api/accounting_api_spec.rb +2322 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_spec.rb +165 -0
- data/spec/models/account_type_spec.rb +35 -0
- data/spec/models/accounts_payable_spec.rb +47 -0
- data/spec/models/accounts_receivable_spec.rb +47 -0
- data/spec/models/accounts_spec.rb +41 -0
- data/spec/models/address_spec.rb +99 -0
- data/spec/models/allocation_spec.rb +53 -0
- data/spec/models/allocations_spec.rb +41 -0
- data/spec/models/attachment_spec.rb +71 -0
- data/spec/models/attachments_spec.rb +41 -0
- data/spec/models/balances_spec.rb +47 -0
- data/spec/models/bank_transaction_spec.rb +175 -0
- data/spec/models/bank_transactions_spec.rb +41 -0
- data/spec/models/bank_transfer_spec.rb +101 -0
- data/spec/models/bank_transfers_spec.rb +41 -0
- data/spec/models/batch_payment_details_spec.rb +65 -0
- data/spec/models/batch_payment_spec.rb +131 -0
- data/spec/models/batch_payments_spec.rb +41 -0
- data/spec/models/bill_spec.rb +47 -0
- data/spec/models/branding_theme_spec.rb +59 -0
- data/spec/models/branding_themes_spec.rb +41 -0
- data/spec/models/cis_org_setting_spec.rb +53 -0
- data/spec/models/cis_setting_spec.rb +47 -0
- data/spec/models/cis_settings_spec.rb +41 -0
- data/spec/models/contact_group_spec.rb +63 -0
- data/spec/models/contact_groups_spec.rb +41 -0
- data/spec/models/contact_person_spec.rb +59 -0
- data/spec/models/contact_spec.rb +267 -0
- data/spec/models/contacts_spec.rb +41 -0
- data/spec/models/country_code_spec.rb +35 -0
- data/spec/models/credit_note_spec.rb +181 -0
- data/spec/models/credit_notes_spec.rb +41 -0
- data/spec/models/currencies_spec.rb +41 -0
- data/spec/models/currency_code_spec.rb +35 -0
- data/spec/models/currency_spec.rb +47 -0
- data/spec/models/element_spec.rb +41 -0
- data/spec/models/employee_spec.rb +75 -0
- data/spec/models/employees_spec.rb +41 -0
- data/spec/models/error_spec.rb +59 -0
- data/spec/models/expense_claim_spec.rb +111 -0
- data/spec/models/expense_claims_spec.rb +41 -0
- data/spec/models/external_link_spec.rb +57 -0
- data/spec/models/history_record_spec.rb +59 -0
- data/spec/models/history_records_spec.rb +41 -0
- data/spec/models/invoice_reminder_spec.rb +41 -0
- data/spec/models/invoice_reminders_spec.rb +41 -0
- data/spec/models/invoice_spec.rb +259 -0
- data/spec/models/invoices_spec.rb +41 -0
- data/spec/models/item_spec.rb +125 -0
- data/spec/models/items_spec.rb +41 -0
- data/spec/models/journal_line_spec.rb +107 -0
- data/spec/models/journal_spec.rb +87 -0
- data/spec/models/journals_spec.rb +41 -0
- data/spec/models/line_amount_types_spec.rb +35 -0
- data/spec/models/line_item_spec.rb +107 -0
- data/spec/models/line_item_tracking_spec.rb +53 -0
- data/spec/models/linked_transaction_spec.rb +113 -0
- data/spec/models/linked_transactions_spec.rb +41 -0
- data/spec/models/manual_journal_line_spec.rb +77 -0
- data/spec/models/manual_journal_spec.rb +117 -0
- data/spec/models/manual_journals_spec.rb +41 -0
- data/spec/models/online_invoice_spec.rb +41 -0
- data/spec/models/online_invoices_spec.rb +41 -0
- data/spec/models/organisation_spec.rb +255 -0
- data/spec/models/organisations_spec.rb +41 -0
- data/spec/models/overpayment_spec.rb +151 -0
- data/spec/models/overpayments_spec.rb +41 -0
- data/spec/models/payment_service_spec.rb +71 -0
- data/spec/models/payment_services_spec.rb +41 -0
- data/spec/models/payment_spec.rb +181 -0
- data/spec/models/payment_term_spec.rb +47 -0
- data/spec/models/payment_term_type_spec.rb +35 -0
- data/spec/models/payments_spec.rb +41 -0
- data/spec/models/phone_spec.rb +63 -0
- data/spec/models/prepayment_spec.rb +145 -0
- data/spec/models/prepayments_spec.rb +41 -0
- data/spec/models/purchase_order_spec.rb +207 -0
- data/spec/models/purchase_orders_spec.rb +41 -0
- data/spec/models/purchase_spec.rb +59 -0
- data/spec/models/receipt_spec.rb +141 -0
- data/spec/models/receipts_spec.rb +41 -0
- data/spec/models/repeating_invoice_spec.rb +139 -0
- data/spec/models/repeating_invoices_spec.rb +41 -0
- data/spec/models/report_attribute_spec.rb +47 -0
- data/spec/models/report_cell_spec.rb +47 -0
- data/spec/models/report_fields_spec.rb +53 -0
- data/spec/models/report_row_spec.rb +53 -0
- data/spec/models/report_rows_spec.rb +59 -0
- data/spec/models/report_spec.rb +81 -0
- data/spec/models/report_with_row_spec.rb +89 -0
- data/spec/models/report_with_rows_spec.rb +41 -0
- data/spec/models/reports_spec.rb +41 -0
- data/spec/models/request_empty_spec.rb +41 -0
- data/spec/models/row_type_spec.rb +35 -0
- data/spec/models/sales_tracking_category_spec.rb +47 -0
- data/spec/models/schedule_spec.rb +85 -0
- data/spec/models/tax_component_spec.rb +59 -0
- data/spec/models/tax_rate_spec.rb +115 -0
- data/spec/models/tax_rates_spec.rb +41 -0
- data/spec/models/tax_type_spec.rb +35 -0
- data/spec/models/ten_nintey_nine_contact_spec.rb +167 -0
- data/spec/models/time_zone_spec.rb +35 -0
- data/spec/models/tracking_categories_spec.rb +41 -0
- data/spec/models/tracking_category_spec.rb +75 -0
- data/spec/models/tracking_option_spec.rb +63 -0
- data/spec/models/tracking_options_spec.rb +41 -0
- data/spec/models/user_spec.rb +81 -0
- data/spec/models/users_spec.rb +41 -0
- data/spec/models/validation_error_spec.rb +41 -0
- data/spec/spec_helper.rb +111 -0
- data/xero-ruby.gemspec +39 -0
- metadata +563 -0
@@ -0,0 +1,418 @@
|
|
1
|
+
=begin
|
2
|
+
#Accounting API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
7
|
+
Contact: api@xero.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.0.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'time'
|
14
|
+
require 'date'
|
15
|
+
|
16
|
+
module XeroRuby
|
17
|
+
class Item
|
18
|
+
# User defined item code (max length = 30)
|
19
|
+
attr_accessor :code
|
20
|
+
|
21
|
+
# The inventory asset account for the item. The account must be of type INVENTORY. The COGSAccountCode in PurchaseDetails is also required to create a tracked item
|
22
|
+
attr_accessor :inventory_asset_account_code
|
23
|
+
|
24
|
+
# The name of the item (max length = 50)
|
25
|
+
attr_accessor :name
|
26
|
+
|
27
|
+
# Boolean value, defaults to true. When IsSold is true the item will be available on sales transactions in the Xero UI. If IsSold is updated to false then Description and SalesDetails values will be nulled.
|
28
|
+
attr_accessor :is_sold
|
29
|
+
|
30
|
+
# Boolean value, defaults to true. When IsPurchased is true the item is available for purchase transactions in the Xero UI. If IsPurchased is updated to false then PurchaseDescription and PurchaseDetails values will be nulled.
|
31
|
+
attr_accessor :is_purchased
|
32
|
+
|
33
|
+
# The sales description of the item (max length = 4000)
|
34
|
+
attr_accessor :description
|
35
|
+
|
36
|
+
# The purchase description of the item (max length = 4000)
|
37
|
+
attr_accessor :purchase_description
|
38
|
+
|
39
|
+
attr_accessor :purchase_details
|
40
|
+
|
41
|
+
attr_accessor :sales_details
|
42
|
+
|
43
|
+
# True for items that are tracked as inventory. An item will be tracked as inventory if the InventoryAssetAccountCode and COGSAccountCode are set.
|
44
|
+
attr_accessor :is_tracked_as_inventory
|
45
|
+
|
46
|
+
# The value of the item on hand. Calculated using average cost accounting.
|
47
|
+
attr_accessor :total_cost_pool
|
48
|
+
|
49
|
+
# The quantity of the item on hand
|
50
|
+
attr_accessor :quantity_on_hand
|
51
|
+
|
52
|
+
# Last modified date in UTC format
|
53
|
+
attr_accessor :updated_date_utc
|
54
|
+
|
55
|
+
# The Xero identifier for an Item
|
56
|
+
attr_accessor :item_id
|
57
|
+
|
58
|
+
# Displays array of validation error messages from the API
|
59
|
+
attr_accessor :validation_errors
|
60
|
+
|
61
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
62
|
+
def self.attribute_map
|
63
|
+
{
|
64
|
+
:'code' => :'Code',
|
65
|
+
:'inventory_asset_account_code' => :'InventoryAssetAccountCode',
|
66
|
+
:'name' => :'Name',
|
67
|
+
:'is_sold' => :'IsSold',
|
68
|
+
:'is_purchased' => :'IsPurchased',
|
69
|
+
:'description' => :'Description',
|
70
|
+
:'purchase_description' => :'PurchaseDescription',
|
71
|
+
:'purchase_details' => :'PurchaseDetails',
|
72
|
+
:'sales_details' => :'SalesDetails',
|
73
|
+
:'is_tracked_as_inventory' => :'IsTrackedAsInventory',
|
74
|
+
:'total_cost_pool' => :'TotalCostPool',
|
75
|
+
:'quantity_on_hand' => :'QuantityOnHand',
|
76
|
+
:'updated_date_utc' => :'UpdatedDateUTC',
|
77
|
+
:'item_id' => :'ItemID',
|
78
|
+
:'validation_errors' => :'ValidationErrors'
|
79
|
+
}
|
80
|
+
end
|
81
|
+
|
82
|
+
# Attribute type mapping.
|
83
|
+
def self.openapi_types
|
84
|
+
{
|
85
|
+
:'code' => :'String',
|
86
|
+
:'inventory_asset_account_code' => :'String',
|
87
|
+
:'name' => :'String',
|
88
|
+
:'is_sold' => :'Boolean',
|
89
|
+
:'is_purchased' => :'Boolean',
|
90
|
+
:'description' => :'String',
|
91
|
+
:'purchase_description' => :'String',
|
92
|
+
:'purchase_details' => :'Purchase',
|
93
|
+
:'sales_details' => :'Purchase',
|
94
|
+
:'is_tracked_as_inventory' => :'Boolean',
|
95
|
+
:'total_cost_pool' => :'Float',
|
96
|
+
:'quantity_on_hand' => :'Float',
|
97
|
+
:'updated_date_utc' => :'DateTime',
|
98
|
+
:'item_id' => :'String',
|
99
|
+
:'validation_errors' => :'Array<ValidationError>'
|
100
|
+
}
|
101
|
+
end
|
102
|
+
|
103
|
+
# Initializes the object
|
104
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
105
|
+
def initialize(attributes = {})
|
106
|
+
if (!attributes.is_a?(Hash))
|
107
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Item` initialize method"
|
108
|
+
end
|
109
|
+
|
110
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
111
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
112
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
113
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Item`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
114
|
+
end
|
115
|
+
h[k.to_sym] = v
|
116
|
+
}
|
117
|
+
|
118
|
+
if attributes.key?(:'code')
|
119
|
+
self.code = attributes[:'code']
|
120
|
+
end
|
121
|
+
|
122
|
+
if attributes.key?(:'inventory_asset_account_code')
|
123
|
+
self.inventory_asset_account_code = attributes[:'inventory_asset_account_code']
|
124
|
+
end
|
125
|
+
|
126
|
+
if attributes.key?(:'name')
|
127
|
+
self.name = attributes[:'name']
|
128
|
+
end
|
129
|
+
|
130
|
+
if attributes.key?(:'is_sold')
|
131
|
+
self.is_sold = attributes[:'is_sold']
|
132
|
+
end
|
133
|
+
|
134
|
+
if attributes.key?(:'is_purchased')
|
135
|
+
self.is_purchased = attributes[:'is_purchased']
|
136
|
+
end
|
137
|
+
|
138
|
+
if attributes.key?(:'description')
|
139
|
+
self.description = attributes[:'description']
|
140
|
+
end
|
141
|
+
|
142
|
+
if attributes.key?(:'purchase_description')
|
143
|
+
self.purchase_description = attributes[:'purchase_description']
|
144
|
+
end
|
145
|
+
|
146
|
+
if attributes.key?(:'purchase_details')
|
147
|
+
self.purchase_details = attributes[:'purchase_details']
|
148
|
+
end
|
149
|
+
|
150
|
+
if attributes.key?(:'sales_details')
|
151
|
+
self.sales_details = attributes[:'sales_details']
|
152
|
+
end
|
153
|
+
|
154
|
+
if attributes.key?(:'is_tracked_as_inventory')
|
155
|
+
self.is_tracked_as_inventory = attributes[:'is_tracked_as_inventory']
|
156
|
+
end
|
157
|
+
|
158
|
+
if attributes.key?(:'total_cost_pool')
|
159
|
+
self.total_cost_pool = attributes[:'total_cost_pool']
|
160
|
+
end
|
161
|
+
|
162
|
+
if attributes.key?(:'quantity_on_hand')
|
163
|
+
self.quantity_on_hand = attributes[:'quantity_on_hand']
|
164
|
+
end
|
165
|
+
|
166
|
+
if attributes.key?(:'updated_date_utc')
|
167
|
+
self.updated_date_utc = attributes[:'updated_date_utc']
|
168
|
+
end
|
169
|
+
|
170
|
+
if attributes.key?(:'item_id')
|
171
|
+
self.item_id = attributes[:'item_id']
|
172
|
+
end
|
173
|
+
|
174
|
+
if attributes.key?(:'validation_errors')
|
175
|
+
if (value = attributes[:'validation_errors']).is_a?(Array)
|
176
|
+
self.validation_errors = value
|
177
|
+
end
|
178
|
+
end
|
179
|
+
end
|
180
|
+
|
181
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
182
|
+
# @return Array for valid properties with the reasons
|
183
|
+
def list_invalid_properties
|
184
|
+
invalid_properties = Array.new
|
185
|
+
if @code.nil?
|
186
|
+
invalid_properties.push('invalid value for "code", code cannot be nil.')
|
187
|
+
end
|
188
|
+
|
189
|
+
if @code.to_s.length > 30
|
190
|
+
invalid_properties.push('invalid value for "code", the character length must be smaller than or equal to 30.')
|
191
|
+
end
|
192
|
+
|
193
|
+
if @inventory_asset_account_code.nil?
|
194
|
+
invalid_properties.push('invalid value for "inventory_asset_account_code", inventory_asset_account_code cannot be nil.')
|
195
|
+
end
|
196
|
+
|
197
|
+
if !@name.nil? && @name.to_s.length > 50
|
198
|
+
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 50.')
|
199
|
+
end
|
200
|
+
|
201
|
+
if !@description.nil? && @description.to_s.length > 4000
|
202
|
+
invalid_properties.push('invalid value for "description", the character length must be smaller than or equal to 4000.')
|
203
|
+
end
|
204
|
+
|
205
|
+
if !@purchase_description.nil? && @purchase_description.to_s.length > 4000
|
206
|
+
invalid_properties.push('invalid value for "purchase_description", the character length must be smaller than or equal to 4000.')
|
207
|
+
end
|
208
|
+
|
209
|
+
invalid_properties
|
210
|
+
end
|
211
|
+
|
212
|
+
# Check to see if the all the properties in the model are valid
|
213
|
+
# @return true if the model is valid
|
214
|
+
def valid?
|
215
|
+
return false if @code.nil?
|
216
|
+
return false if @code.to_s.length > 30
|
217
|
+
return false if @inventory_asset_account_code.nil?
|
218
|
+
return false if !@name.nil? && @name.to_s.length > 50
|
219
|
+
return false if !@description.nil? && @description.to_s.length > 4000
|
220
|
+
return false if !@purchase_description.nil? && @purchase_description.to_s.length > 4000
|
221
|
+
true
|
222
|
+
end
|
223
|
+
|
224
|
+
# Custom attribute writer method with validation
|
225
|
+
# @param [Object] code Value to be assigned
|
226
|
+
def code=(code)
|
227
|
+
if code.nil?
|
228
|
+
fail ArgumentError, 'code cannot be nil'
|
229
|
+
end
|
230
|
+
|
231
|
+
if code.to_s.length > 30
|
232
|
+
fail ArgumentError, 'invalid value for "code", the character length must be smaller than or equal to 30.'
|
233
|
+
end
|
234
|
+
|
235
|
+
@code = code
|
236
|
+
end
|
237
|
+
|
238
|
+
# Custom attribute writer method with validation
|
239
|
+
# @param [Object] name Value to be assigned
|
240
|
+
def name=(name)
|
241
|
+
if !name.nil? && name.to_s.length > 50
|
242
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 50.'
|
243
|
+
end
|
244
|
+
|
245
|
+
@name = name
|
246
|
+
end
|
247
|
+
|
248
|
+
# Custom attribute writer method with validation
|
249
|
+
# @param [Object] description Value to be assigned
|
250
|
+
def description=(description)
|
251
|
+
if !description.nil? && description.to_s.length > 4000
|
252
|
+
fail ArgumentError, 'invalid value for "description", the character length must be smaller than or equal to 4000.'
|
253
|
+
end
|
254
|
+
|
255
|
+
@description = description
|
256
|
+
end
|
257
|
+
|
258
|
+
# Custom attribute writer method with validation
|
259
|
+
# @param [Object] purchase_description Value to be assigned
|
260
|
+
def purchase_description=(purchase_description)
|
261
|
+
if !purchase_description.nil? && purchase_description.to_s.length > 4000
|
262
|
+
fail ArgumentError, 'invalid value for "purchase_description", the character length must be smaller than or equal to 4000.'
|
263
|
+
end
|
264
|
+
|
265
|
+
@purchase_description = purchase_description
|
266
|
+
end
|
267
|
+
|
268
|
+
# Checks equality by comparing each attribute.
|
269
|
+
# @param [Object] Object to be compared
|
270
|
+
def ==(o)
|
271
|
+
return true if self.equal?(o)
|
272
|
+
self.class == o.class &&
|
273
|
+
code == o.code &&
|
274
|
+
inventory_asset_account_code == o.inventory_asset_account_code &&
|
275
|
+
name == o.name &&
|
276
|
+
is_sold == o.is_sold &&
|
277
|
+
is_purchased == o.is_purchased &&
|
278
|
+
description == o.description &&
|
279
|
+
purchase_description == o.purchase_description &&
|
280
|
+
purchase_details == o.purchase_details &&
|
281
|
+
sales_details == o.sales_details &&
|
282
|
+
is_tracked_as_inventory == o.is_tracked_as_inventory &&
|
283
|
+
total_cost_pool == o.total_cost_pool &&
|
284
|
+
quantity_on_hand == o.quantity_on_hand &&
|
285
|
+
updated_date_utc == o.updated_date_utc &&
|
286
|
+
item_id == o.item_id &&
|
287
|
+
validation_errors == o.validation_errors
|
288
|
+
end
|
289
|
+
|
290
|
+
# @see the `==` method
|
291
|
+
# @param [Object] Object to be compared
|
292
|
+
def eql?(o)
|
293
|
+
self == o
|
294
|
+
end
|
295
|
+
|
296
|
+
# Calculates hash code according to all attributes.
|
297
|
+
# @return [Integer] Hash code
|
298
|
+
def hash
|
299
|
+
[code, inventory_asset_account_code, name, is_sold, is_purchased, description, purchase_description, purchase_details, sales_details, is_tracked_as_inventory, total_cost_pool, quantity_on_hand, updated_date_utc, item_id, validation_errors].hash
|
300
|
+
end
|
301
|
+
|
302
|
+
# Builds the object from hash
|
303
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
304
|
+
# @return [Object] Returns the model itself
|
305
|
+
def self.build_from_hash(attributes)
|
306
|
+
new.build_from_hash(attributes)
|
307
|
+
end
|
308
|
+
|
309
|
+
# Builds the object from hash
|
310
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
311
|
+
# @return [Object] Returns the model itself
|
312
|
+
def build_from_hash(attributes)
|
313
|
+
return nil unless attributes.is_a?(Hash)
|
314
|
+
self.class.openapi_types.each_pair do |key, type|
|
315
|
+
if type =~ /\AArray<(.*)>/i
|
316
|
+
# check to ensure the input is an array given that the attribute
|
317
|
+
# is documented as an array but the input is not
|
318
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
319
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
320
|
+
end
|
321
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
322
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
323
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
324
|
+
end
|
325
|
+
|
326
|
+
self
|
327
|
+
end
|
328
|
+
|
329
|
+
# Deserializes the data based on type
|
330
|
+
# @param string type Data type
|
331
|
+
# @param string value Value to be deserialized
|
332
|
+
# @return [Object] Deserialized data
|
333
|
+
def _deserialize(type, value)
|
334
|
+
case type.to_sym
|
335
|
+
when :DateTime
|
336
|
+
DateTime.parse(parse_date(value))
|
337
|
+
when :Date
|
338
|
+
Date._iso8601(parse_date(value))
|
339
|
+
when :String
|
340
|
+
value.to_s
|
341
|
+
when :Integer
|
342
|
+
value.to_i
|
343
|
+
when :Float
|
344
|
+
value.to_f
|
345
|
+
when :Boolean
|
346
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
347
|
+
true
|
348
|
+
else
|
349
|
+
false
|
350
|
+
end
|
351
|
+
when :Object
|
352
|
+
# generic object (usually a Hash), return directly
|
353
|
+
value
|
354
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
355
|
+
inner_type = Regexp.last_match[:inner_type]
|
356
|
+
value.map { |v| _deserialize(inner_type, v) }
|
357
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
358
|
+
k_type = Regexp.last_match[:k_type]
|
359
|
+
v_type = Regexp.last_match[:v_type]
|
360
|
+
{}.tap do |hash|
|
361
|
+
value.each do |k, v|
|
362
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
363
|
+
end
|
364
|
+
end
|
365
|
+
else # model
|
366
|
+
XeroRuby.const_get(type).build_from_hash(value)
|
367
|
+
end
|
368
|
+
end
|
369
|
+
|
370
|
+
# Returns the string representation of the object
|
371
|
+
# @return [String] String presentation of the object
|
372
|
+
def to_s
|
373
|
+
to_hash.to_s
|
374
|
+
end
|
375
|
+
|
376
|
+
# to_body is an alias to to_hash (backward compatibility)
|
377
|
+
# @return [Hash] Returns the object in the form of hash
|
378
|
+
def to_body
|
379
|
+
to_hash
|
380
|
+
end
|
381
|
+
|
382
|
+
# Returns the object in the form of hash
|
383
|
+
# @return [Hash] Returns the object in the form of hash
|
384
|
+
def to_hash
|
385
|
+
hash = {}
|
386
|
+
self.class.attribute_map.each_pair do |attr, param|
|
387
|
+
value = self.send(attr)
|
388
|
+
next if value.nil?
|
389
|
+
hash[param] = _to_hash(value)
|
390
|
+
end
|
391
|
+
hash
|
392
|
+
end
|
393
|
+
|
394
|
+
# Outputs non-array value in the form of hash
|
395
|
+
# For object, use to_hash. Otherwise, just return the value
|
396
|
+
# @param [Object] value Any valid value
|
397
|
+
# @return [Hash] Returns the value in the form of hash
|
398
|
+
def _to_hash(value)
|
399
|
+
if value.is_a?(Array)
|
400
|
+
value.compact.map { |v| _to_hash(v) }
|
401
|
+
elsif value.is_a?(Hash)
|
402
|
+
{}.tap do |hash|
|
403
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
404
|
+
end
|
405
|
+
elsif value.respond_to? :to_hash
|
406
|
+
value.to_hash
|
407
|
+
else
|
408
|
+
value
|
409
|
+
end
|
410
|
+
end
|
411
|
+
|
412
|
+
# customized data_parser
|
413
|
+
def parse_date(datestring)
|
414
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
415
|
+
return Time.at(seconds_since_epoch).to_s
|
416
|
+
end
|
417
|
+
end
|
418
|
+
end
|
@@ -0,0 +1,205 @@
|
|
1
|
+
=begin
|
2
|
+
#Accounting API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
7
|
+
Contact: api@xero.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.0.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'time'
|
14
|
+
require 'date'
|
15
|
+
|
16
|
+
module XeroRuby
|
17
|
+
class Items
|
18
|
+
attr_accessor :items
|
19
|
+
|
20
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
21
|
+
def self.attribute_map
|
22
|
+
{
|
23
|
+
:'items' => :'Items'
|
24
|
+
}
|
25
|
+
end
|
26
|
+
|
27
|
+
# Attribute type mapping.
|
28
|
+
def self.openapi_types
|
29
|
+
{
|
30
|
+
:'items' => :'Array<Item>'
|
31
|
+
}
|
32
|
+
end
|
33
|
+
|
34
|
+
# Initializes the object
|
35
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
36
|
+
def initialize(attributes = {})
|
37
|
+
if (!attributes.is_a?(Hash))
|
38
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Items` initialize method"
|
39
|
+
end
|
40
|
+
|
41
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
42
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
43
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
44
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Items`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
45
|
+
end
|
46
|
+
h[k.to_sym] = v
|
47
|
+
}
|
48
|
+
|
49
|
+
if attributes.key?(:'items')
|
50
|
+
if (value = attributes[:'items']).is_a?(Array)
|
51
|
+
self.items = value
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
57
|
+
# @return Array for valid properties with the reasons
|
58
|
+
def list_invalid_properties
|
59
|
+
invalid_properties = Array.new
|
60
|
+
invalid_properties
|
61
|
+
end
|
62
|
+
|
63
|
+
# Check to see if the all the properties in the model are valid
|
64
|
+
# @return true if the model is valid
|
65
|
+
def valid?
|
66
|
+
true
|
67
|
+
end
|
68
|
+
|
69
|
+
# Checks equality by comparing each attribute.
|
70
|
+
# @param [Object] Object to be compared
|
71
|
+
def ==(o)
|
72
|
+
return true if self.equal?(o)
|
73
|
+
self.class == o.class &&
|
74
|
+
items == o.items
|
75
|
+
end
|
76
|
+
|
77
|
+
# @see the `==` method
|
78
|
+
# @param [Object] Object to be compared
|
79
|
+
def eql?(o)
|
80
|
+
self == o
|
81
|
+
end
|
82
|
+
|
83
|
+
# Calculates hash code according to all attributes.
|
84
|
+
# @return [Integer] Hash code
|
85
|
+
def hash
|
86
|
+
[items].hash
|
87
|
+
end
|
88
|
+
|
89
|
+
# Builds the object from hash
|
90
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
91
|
+
# @return [Object] Returns the model itself
|
92
|
+
def self.build_from_hash(attributes)
|
93
|
+
new.build_from_hash(attributes)
|
94
|
+
end
|
95
|
+
|
96
|
+
# Builds the object from hash
|
97
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
98
|
+
# @return [Object] Returns the model itself
|
99
|
+
def build_from_hash(attributes)
|
100
|
+
return nil unless attributes.is_a?(Hash)
|
101
|
+
self.class.openapi_types.each_pair do |key, type|
|
102
|
+
if type =~ /\AArray<(.*)>/i
|
103
|
+
# check to ensure the input is an array given that the attribute
|
104
|
+
# is documented as an array but the input is not
|
105
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
106
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
107
|
+
end
|
108
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
109
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
110
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
111
|
+
end
|
112
|
+
|
113
|
+
self
|
114
|
+
end
|
115
|
+
|
116
|
+
# Deserializes the data based on type
|
117
|
+
# @param string type Data type
|
118
|
+
# @param string value Value to be deserialized
|
119
|
+
# @return [Object] Deserialized data
|
120
|
+
def _deserialize(type, value)
|
121
|
+
case type.to_sym
|
122
|
+
when :DateTime
|
123
|
+
DateTime.parse(parse_date(value))
|
124
|
+
when :Date
|
125
|
+
Date._iso8601(parse_date(value))
|
126
|
+
when :String
|
127
|
+
value.to_s
|
128
|
+
when :Integer
|
129
|
+
value.to_i
|
130
|
+
when :Float
|
131
|
+
value.to_f
|
132
|
+
when :Boolean
|
133
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
134
|
+
true
|
135
|
+
else
|
136
|
+
false
|
137
|
+
end
|
138
|
+
when :Object
|
139
|
+
# generic object (usually a Hash), return directly
|
140
|
+
value
|
141
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
142
|
+
inner_type = Regexp.last_match[:inner_type]
|
143
|
+
value.map { |v| _deserialize(inner_type, v) }
|
144
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
145
|
+
k_type = Regexp.last_match[:k_type]
|
146
|
+
v_type = Regexp.last_match[:v_type]
|
147
|
+
{}.tap do |hash|
|
148
|
+
value.each do |k, v|
|
149
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
150
|
+
end
|
151
|
+
end
|
152
|
+
else # model
|
153
|
+
XeroRuby.const_get(type).build_from_hash(value)
|
154
|
+
end
|
155
|
+
end
|
156
|
+
|
157
|
+
# Returns the string representation of the object
|
158
|
+
# @return [String] String presentation of the object
|
159
|
+
def to_s
|
160
|
+
to_hash.to_s
|
161
|
+
end
|
162
|
+
|
163
|
+
# to_body is an alias to to_hash (backward compatibility)
|
164
|
+
# @return [Hash] Returns the object in the form of hash
|
165
|
+
def to_body
|
166
|
+
to_hash
|
167
|
+
end
|
168
|
+
|
169
|
+
# Returns the object in the form of hash
|
170
|
+
# @return [Hash] Returns the object in the form of hash
|
171
|
+
def to_hash
|
172
|
+
hash = {}
|
173
|
+
self.class.attribute_map.each_pair do |attr, param|
|
174
|
+
value = self.send(attr)
|
175
|
+
next if value.nil?
|
176
|
+
hash[param] = _to_hash(value)
|
177
|
+
end
|
178
|
+
hash
|
179
|
+
end
|
180
|
+
|
181
|
+
# Outputs non-array value in the form of hash
|
182
|
+
# For object, use to_hash. Otherwise, just return the value
|
183
|
+
# @param [Object] value Any valid value
|
184
|
+
# @return [Hash] Returns the value in the form of hash
|
185
|
+
def _to_hash(value)
|
186
|
+
if value.is_a?(Array)
|
187
|
+
value.compact.map { |v| _to_hash(v) }
|
188
|
+
elsif value.is_a?(Hash)
|
189
|
+
{}.tap do |hash|
|
190
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
191
|
+
end
|
192
|
+
elsif value.respond_to? :to_hash
|
193
|
+
value.to_hash
|
194
|
+
else
|
195
|
+
value
|
196
|
+
end
|
197
|
+
end
|
198
|
+
|
199
|
+
# customized data_parser
|
200
|
+
def parse_date(datestring)
|
201
|
+
seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
|
202
|
+
return Time.at(seconds_since_epoch).to_s
|
203
|
+
end
|
204
|
+
end
|
205
|
+
end
|