fattureincloud_ruby_sdk 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (258) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/README.md +10 -5
  4. data/docs/ArchiveApi.md +3 -1
  5. data/docs/ClientsApi.md +3 -1
  6. data/docs/DetailedCountry.md +12 -0
  7. data/docs/{EinvoiceRejectionReason.md → EInvoiceRejectionReason.md} +2 -2
  8. data/docs/GetEInvoiceRejectionReasonResponse.md +1 -1
  9. data/docs/InfoApi.md +67 -0
  10. data/docs/IssuedDocument.md +6 -6
  11. data/docs/IssuedDocumentsApi.md +3 -1
  12. data/docs/IssuedEInvoicesApi.md +10 -10
  13. data/docs/ListDetailedCountriesResponse.md +8 -0
  14. data/docs/PaymentMethod.md +1 -1
  15. data/docs/ProductsApi.md +3 -1
  16. data/docs/ReceiptsApi.md +3 -1
  17. data/docs/ReceivedDocumentsApi.md +3 -1
  18. data/docs/SuppliersApi.md +3 -1
  19. data/docs/TaxesApi.md +3 -1
  20. data/fattureincloud_ruby_sdk.gemspec +1 -1
  21. data/lib/fattureincloud_ruby_sdk/api/archive_api.rb +4 -1
  22. data/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb +1 -1
  23. data/lib/fattureincloud_ruby_sdk/api/clients_api.rb +4 -1
  24. data/lib/fattureincloud_ruby_sdk/api/companies_api.rb +1 -1
  25. data/lib/fattureincloud_ruby_sdk/api/info_api.rb +58 -1
  26. data/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb +4 -1
  27. data/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb +9 -9
  28. data/lib/fattureincloud_ruby_sdk/api/products_api.rb +4 -1
  29. data/lib/fattureincloud_ruby_sdk/api/receipts_api.rb +4 -1
  30. data/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb +4 -1
  31. data/lib/fattureincloud_ruby_sdk/api/settings_api.rb +1 -1
  32. data/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb +4 -1
  33. data/lib/fattureincloud_ruby_sdk/api/taxes_api.rb +4 -1
  34. data/lib/fattureincloud_ruby_sdk/api/user_api.rb +1 -1
  35. data/lib/fattureincloud_ruby_sdk/api_client.rb +2 -2
  36. data/lib/fattureincloud_ruby_sdk/api_error.rb +1 -1
  37. data/lib/fattureincloud_ruby_sdk/configuration.rb +1 -1
  38. data/lib/fattureincloud_ruby_sdk/models/archive_document.rb +1 -1
  39. data/lib/fattureincloud_ruby_sdk/models/attachment_data.rb +1 -1
  40. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb +1 -1
  41. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb +1 -1
  42. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb +1 -1
  43. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb +1 -1
  44. data/lib/fattureincloud_ruby_sdk/models/city.rb +1 -1
  45. data/lib/fattureincloud_ruby_sdk/models/client.rb +1 -1
  46. data/lib/fattureincloud_ruby_sdk/models/client_type.rb +1 -1
  47. data/lib/fattureincloud_ruby_sdk/models/company.rb +1 -1
  48. data/lib/fattureincloud_ruby_sdk/models/company_info.rb +1 -1
  49. data/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb +1 -1
  50. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb +1 -1
  51. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb +1 -1
  52. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb +1 -1
  53. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb +1 -1
  54. data/lib/fattureincloud_ruby_sdk/models/company_type.rb +1 -1
  55. data/lib/fattureincloud_ruby_sdk/models/controlled_company.rb +1 -1
  56. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb +1 -1
  57. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb +1 -1
  58. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb +1 -1
  59. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb +1 -1
  60. data/lib/fattureincloud_ruby_sdk/models/create_client_request.rb +1 -1
  61. data/lib/fattureincloud_ruby_sdk/models/create_client_response.rb +1 -1
  62. data/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb +1 -1
  63. data/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb +1 -1
  64. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb +1 -1
  65. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb +1 -1
  66. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb +1 -1
  67. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb +1 -1
  68. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb +1 -1
  69. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb +1 -1
  70. data/lib/fattureincloud_ruby_sdk/models/create_product_request.rb +1 -1
  71. data/lib/fattureincloud_ruby_sdk/models/create_product_response.rb +1 -1
  72. data/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb +1 -1
  73. data/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb +1 -1
  74. data/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb +1 -1
  75. data/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb +1 -1
  76. data/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb +1 -1
  77. data/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb +1 -1
  78. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb +1 -1
  79. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb +1 -1
  80. data/lib/fattureincloud_ruby_sdk/models/currency.rb +1 -1
  81. data/lib/fattureincloud_ruby_sdk/models/default_payment_terms_type.rb +1 -1
  82. data/lib/fattureincloud_ruby_sdk/models/detailed_country.rb +264 -0
  83. data/lib/fattureincloud_ruby_sdk/models/document_template.rb +1 -1
  84. data/lib/fattureincloud_ruby_sdk/models/{einvoice_rejection_reason.rb → e_invoice_rejection_reason.rb} +5 -5
  85. data/lib/fattureincloud_ruby_sdk/models/email_data.rb +1 -1
  86. data/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb +1 -1
  87. data/lib/fattureincloud_ruby_sdk/models/email_schedule.rb +1 -1
  88. data/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb +1 -1
  89. data/lib/fattureincloud_ruby_sdk/models/entity.rb +1 -1
  90. data/lib/fattureincloud_ruby_sdk/models/entity_type.rb +1 -1
  91. data/lib/fattureincloud_ruby_sdk/models/f24.rb +1 -1
  92. data/lib/fattureincloud_ruby_sdk/models/f24_status.rb +1 -1
  93. data/lib/fattureincloud_ruby_sdk/models/function_status.rb +1 -1
  94. data/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb +1 -1
  95. data/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb +1 -1
  96. data/lib/fattureincloud_ruby_sdk/models/get_client_response.rb +1 -1
  97. data/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb +1 -1
  98. data/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb +2 -2
  99. data/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb +1 -1
  100. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb +1 -1
  101. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb +1 -1
  102. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb +1 -1
  103. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb +1 -1
  104. data/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb +1 -1
  105. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb +1 -1
  106. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb +1 -1
  107. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb +1 -1
  108. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb +1 -1
  109. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb +1 -1
  110. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb +1 -1
  111. data/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb +1 -1
  112. data/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb +1 -1
  113. data/lib/fattureincloud_ruby_sdk/models/get_product_response.rb +1 -1
  114. data/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb +1 -1
  115. data/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb +1 -1
  116. data/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb +1 -1
  117. data/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb +1 -1
  118. data/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb +1 -1
  119. data/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +1 -1
  120. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb +1 -1
  121. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb +1 -1
  122. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb +1 -1
  123. data/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb +1 -1
  124. data/lib/fattureincloud_ruby_sdk/models/issued_document.rb +9 -9
  125. data/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb +1 -1
  126. data/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb +1 -1
  127. data/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb +1 -1
  128. data/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb +1 -1
  129. data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb +1 -1
  130. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb +1 -1
  131. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb +1 -1
  132. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb +1 -1
  133. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb +1 -1
  134. data/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb +1 -1
  135. data/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb +1 -1
  136. data/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb +1 -1
  137. data/lib/fattureincloud_ruby_sdk/models/language.rb +1 -1
  138. data/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb +1 -1
  139. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb +1 -1
  140. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb +1 -1
  141. data/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb +1 -1
  142. data/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb +1 -1
  143. data/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb +1 -1
  144. data/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb +1 -1
  145. data/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb +1 -1
  146. data/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb +1 -1
  147. data/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb +1 -1
  148. data/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb +1 -1
  149. data/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb +222 -0
  150. data/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb +1 -1
  151. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb +1 -1
  152. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb +1 -1
  153. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb +1 -1
  154. data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb +1 -1
  155. data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb +1 -1
  156. data/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb +1 -1
  157. data/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb +1 -1
  158. data/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb +1 -1
  159. data/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb +1 -1
  160. data/lib/fattureincloud_ruby_sdk/models/list_products_response.rb +1 -1
  161. data/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb +1 -1
  162. data/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb +1 -1
  163. data/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb +1 -1
  164. data/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb +1 -1
  165. data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb +1 -1
  166. data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb +1 -1
  167. data/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb +1 -1
  168. data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb +1 -1
  169. data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb +1 -1
  170. data/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb +1 -1
  171. data/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb +1 -1
  172. data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb +1 -1
  173. data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb +1 -1
  174. data/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb +1 -1
  175. data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb +1 -1
  176. data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb +1 -1
  177. data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb +1 -1
  178. data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb +1 -1
  179. data/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb +1 -1
  180. data/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb +1 -1
  181. data/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb +1 -1
  182. data/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb +1 -1
  183. data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb +1 -1
  184. data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb +1 -1
  185. data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb +1 -1
  186. data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb +1 -1
  187. data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb +1 -1
  188. data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb +1 -1
  189. data/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb +1 -1
  190. data/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb +1 -1
  191. data/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb +1 -1
  192. data/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb +1 -1
  193. data/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb +1 -1
  194. data/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb +1 -1
  195. data/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb +1 -1
  196. data/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb +1 -1
  197. data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb +1 -1
  198. data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb +1 -1
  199. data/lib/fattureincloud_ruby_sdk/models/monthly_total.rb +1 -1
  200. data/lib/fattureincloud_ruby_sdk/models/original_document_type.rb +1 -1
  201. data/lib/fattureincloud_ruby_sdk/models/pagination.rb +1 -1
  202. data/lib/fattureincloud_ruby_sdk/models/payment_account.rb +1 -1
  203. data/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb +1 -1
  204. data/lib/fattureincloud_ruby_sdk/models/payment_method.rb +2 -2
  205. data/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb +1 -1
  206. data/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb +1 -1
  207. data/lib/fattureincloud_ruby_sdk/models/permission_level.rb +1 -1
  208. data/lib/fattureincloud_ruby_sdk/models/permissions.rb +1 -1
  209. data/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb +1 -1
  210. data/lib/fattureincloud_ruby_sdk/models/product.rb +1 -1
  211. data/lib/fattureincloud_ruby_sdk/models/receipt.rb +1 -1
  212. data/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb +1 -1
  213. data/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb +1 -1
  214. data/lib/fattureincloud_ruby_sdk/models/receipt_type.rb +1 -1
  215. data/lib/fattureincloud_ruby_sdk/models/received_document.rb +1 -1
  216. data/lib/fattureincloud_ruby_sdk/models/received_document_entity.rb +1 -1
  217. data/lib/fattureincloud_ruby_sdk/models/received_document_info.rb +1 -1
  218. data/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb +1 -1
  219. data/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb +1 -1
  220. data/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb +1 -1
  221. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb +1 -1
  222. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb +1 -1
  223. data/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb +1 -1
  224. data/lib/fattureincloud_ruby_sdk/models/received_document_type.rb +1 -1
  225. data/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb +1 -1
  226. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb +1 -1
  227. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb +1 -1
  228. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb +1 -1
  229. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb +1 -1
  230. data/lib/fattureincloud_ruby_sdk/models/sender_email.rb +1 -1
  231. data/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb +1 -1
  232. data/lib/fattureincloud_ruby_sdk/models/supplier.rb +1 -1
  233. data/lib/fattureincloud_ruby_sdk/models/supplier_type.rb +1 -1
  234. data/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb +1 -1
  235. data/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb +1 -1
  236. data/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb +1 -1
  237. data/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb +1 -1
  238. data/lib/fattureincloud_ruby_sdk/models/user.rb +1 -1
  239. data/lib/fattureincloud_ruby_sdk/models/user_company_role.rb +1 -1
  240. data/lib/fattureincloud_ruby_sdk/models/vat_item.rb +1 -1
  241. data/lib/fattureincloud_ruby_sdk/models/vat_kind.rb +1 -1
  242. data/lib/fattureincloud_ruby_sdk/models/vat_type.rb +1 -1
  243. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb +1 -1
  244. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb +1 -1
  245. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb +1 -1
  246. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb +1 -1
  247. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb +1 -1
  248. data/lib/fattureincloud_ruby_sdk/version.rb +2 -2
  249. data/lib/fattureincloud_ruby_sdk.rb +4 -2
  250. data/sdk-version.yaml +1 -1
  251. data/spec/api/info_api_spec.rb +19 -0
  252. data/spec/api_client_spec.rb +1 -1
  253. data/spec/configuration_spec.rb +1 -1
  254. data/spec/models/detailed_country_spec.rb +67 -0
  255. data/spec/models/{einvoice_rejection_reason_spec.rb → e_invoice_rejection_reason_spec.rb} +6 -6
  256. data/spec/models/list_detailed_countries_response_spec.rb +50 -0
  257. data/spec/spec_helper.rb +1 -1
  258. metadata +14 -6
@@ -0,0 +1,222 @@
1
+ =begin
2
+ #Fatture in Cloud API v2 - API Reference
3
+
4
+ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
+
6
+ The version of the OpenAPI document: 2.0.14
7
+ Contact: info@fattureincloud.it
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module FattureInCloud_Ruby_Sdk
17
+ class ListDetailedCountriesResponse
18
+ attr_accessor :data
19
+
20
+ # Attribute mapping from ruby-style variable name to JSON key.
21
+ def self.attribute_map
22
+ {
23
+ :'data' => :'data'
24
+ }
25
+ end
26
+
27
+ # Returns all the JSON keys this model knows about
28
+ def self.acceptable_attributes
29
+ attribute_map.values
30
+ end
31
+
32
+ # Attribute type mapping.
33
+ def self.openapi_types
34
+ {
35
+ :'data' => :'Array<DetailedCountry>'
36
+ }
37
+ end
38
+
39
+ # List of attributes with nullable: true
40
+ def self.openapi_nullable
41
+ Set.new([
42
+ ])
43
+ end
44
+
45
+ # Initializes the object
46
+ # @param [Hash] attributes Model attributes in the form of hash
47
+ def initialize(attributes = {})
48
+ if (!attributes.is_a?(Hash))
49
+ fail ArgumentError, "The input argument (attributes) must be a hash in `FattureInCloud_Ruby_Sdk::ListDetailedCountriesResponse` initialize method"
50
+ end
51
+
52
+ # check to see if the attribute exists and convert string to symbol for hash key
53
+ attributes = attributes.each_with_object({}) { |(k, v), h|
54
+ if (!self.class.attribute_map.key?(k.to_sym))
55
+ fail ArgumentError, "`#{k}` is not a valid attribute in `FattureInCloud_Ruby_Sdk::ListDetailedCountriesResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
56
+ end
57
+ h[k.to_sym] = v
58
+ }
59
+
60
+ if attributes.key?(:'data')
61
+ if (value = attributes[:'data']).is_a?(Array)
62
+ self.data = value
63
+ end
64
+ end
65
+ end
66
+
67
+ # Show invalid properties with the reasons. Usually used together with valid?
68
+ # @return Array for valid properties with the reasons
69
+ def list_invalid_properties
70
+ invalid_properties = Array.new
71
+ invalid_properties
72
+ end
73
+
74
+ # Check to see if the all the properties in the model are valid
75
+ # @return true if the model is valid
76
+ def valid?
77
+ true
78
+ end
79
+
80
+ # Checks equality by comparing each attribute.
81
+ # @param [Object] Object to be compared
82
+ def ==(o)
83
+ return true if self.equal?(o)
84
+ self.class == o.class &&
85
+ data == o.data
86
+ end
87
+
88
+ # @see the `==` method
89
+ # @param [Object] Object to be compared
90
+ def eql?(o)
91
+ self == o
92
+ end
93
+
94
+ # Calculates hash code according to all attributes.
95
+ # @return [Integer] Hash code
96
+ def hash
97
+ [data].hash
98
+ end
99
+
100
+ # Builds the object from hash
101
+ # @param [Hash] attributes Model attributes in the form of hash
102
+ # @return [Object] Returns the model itself
103
+ def self.build_from_hash(attributes)
104
+ new.build_from_hash(attributes)
105
+ end
106
+
107
+ # Builds the object from hash
108
+ # @param [Hash] attributes Model attributes in the form of hash
109
+ # @return [Object] Returns the model itself
110
+ def build_from_hash(attributes)
111
+ return nil unless attributes.is_a?(Hash)
112
+ self.class.openapi_types.each_pair do |key, type|
113
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
114
+ self.send("#{key}=", nil)
115
+ elsif type =~ /\AArray<(.*)>/i
116
+ # check to ensure the input is an array given that the attribute
117
+ # is documented as an array but the input is not
118
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
119
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
120
+ end
121
+ elsif !attributes[self.class.attribute_map[key]].nil?
122
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
123
+ end
124
+ end
125
+
126
+ self
127
+ end
128
+
129
+ # Deserializes the data based on type
130
+ # @param string type Data type
131
+ # @param string value Value to be deserialized
132
+ # @return [Object] Deserialized data
133
+ def _deserialize(type, value)
134
+ case type.to_sym
135
+ when :Time
136
+ Time.parse(value)
137
+ when :Date
138
+ Date.parse(value)
139
+ when :String
140
+ value.to_s
141
+ when :Integer
142
+ value.to_i
143
+ when :Float
144
+ value.to_f
145
+ when :Boolean
146
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
147
+ true
148
+ else
149
+ false
150
+ end
151
+ when :Object
152
+ # generic object (usually a Hash), return directly
153
+ value
154
+ when /\AArray<(?<inner_type>.+)>\z/
155
+ inner_type = Regexp.last_match[:inner_type]
156
+ value.map { |v| _deserialize(inner_type, v) }
157
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
158
+ k_type = Regexp.last_match[:k_type]
159
+ v_type = Regexp.last_match[:v_type]
160
+ {}.tap do |hash|
161
+ value.each do |k, v|
162
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
163
+ end
164
+ end
165
+ when :Hash
166
+ value
167
+ else # model
168
+ # models (e.g. Pet) or oneOf
169
+ klass = FattureInCloud_Ruby_Sdk.const_get(type)
170
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
171
+ end
172
+ end
173
+
174
+ # Returns the string representation of the object
175
+ # @return [String] String presentation of the object
176
+ def to_s
177
+ to_hash.to_s
178
+ end
179
+
180
+ # to_body is an alias to to_hash (backward compatibility)
181
+ # @return [Hash] Returns the object in the form of hash
182
+ def to_body
183
+ to_hash
184
+ end
185
+
186
+ # Returns the object in the form of hash
187
+ # @return [Hash] Returns the object in the form of hash
188
+ def to_hash
189
+ hash = {}
190
+ self.class.attribute_map.each_pair do |attr, param|
191
+ value = self.send(attr)
192
+ if value.nil?
193
+ is_nullable = self.class.openapi_nullable.include?(attr)
194
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
195
+ end
196
+
197
+ hash[param] = _to_hash(value)
198
+ end
199
+ hash
200
+ end
201
+
202
+ # Outputs non-array value in the form of hash
203
+ # For object, use to_hash. Otherwise, just return the value
204
+ # @param [Object] value Any valid value
205
+ # @return [Hash] Returns the value in the form of hash
206
+ def _to_hash(value)
207
+ if value.is_a?(Array)
208
+ value.compact.map { |v| _to_hash(v) }
209
+ elsif value.is_a?(Hash)
210
+ {}.tap do |hash|
211
+ value.each { |k, v| hash[k] = _to_hash(v) }
212
+ end
213
+ elsif value.respond_to? :to_hash
214
+ value.to_hash
215
+ else
216
+ value
217
+ end
218
+ end
219
+
220
+ end
221
+
222
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
5
5
 
6
- The version of the OpenAPI document: 2.0.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0