diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES
index 48e402f2..5d93500f 100644
--- a/.openapi-generator/FILES
+++ b/.openapi-generator/FILES
@@ -513,6 +513,3 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
-test/test_company_plan_usage.py
-test/test_fatture_in_cloud_plan_type.py
-test/test_get_company_plan_usage_response.py
diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION
index 8b23b8d4..93c8ddab 100644
--- a/.openapi-generator/VERSION
+++ b/.openapi-generator/VERSION
@@ -1 +1 @@
-7.3.0
\ No newline at end of file
+7.6.0
diff --git a/README.md b/README.md
index 3cc5dfc2..c417c817 100644
--- a/README.md
+++ b/README.md
@@ -3,24 +3,22 @@
[![PyPI](https://img.shields.io/pypi/v/fattureincloud-python-sdk?color=g)](https://pypi.org/project/fattureincloud-python-sdk/) ![unit tests](https://github.com/fattureincloud/fattureincloud-python-sdk/actions/workflows/validate.yaml/badge.svg)
# fattureincloud-python-sdk
-
-Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy.
+Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: 2.0.32
-- Package version: 2.0.19
+- API version: 2.0.33
+- Package version: 2.0.20
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
- For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it)
+For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it)
## Requirements.
Python >= 3.7
## Installation & Usage
-
### pip install
You can install our python package directly using:
@@ -28,11 +26,9 @@ You can install our python package directly using:
```sh
pip install fattureincloud-python-sdk
```
-
(you may need to run `pip` with root permission: `sudo pip install fattureincloud-python-sdk`)
Then import the package:
-
```python
import fattureincloud_python_sdk
```
@@ -82,406 +78,410 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
All URIs are relative to *https://api-v2.fattureincloud.it*
-| Class | Method | HTTP request | Description |
-| ---------------------- | --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------- |
-| _ArchiveApi_ | [**create_archive_document**](docs/ArchiveApi.md#create_archive_document) | **POST** /c/{company_id}/archive | Create Archive Document |
-| _ArchiveApi_ | [**delete_archive_document**](docs/ArchiveApi.md#delete_archive_document) | **DELETE** /c/{company_id}/archive/{document_id} | Delete Archive Document |
-| _ArchiveApi_ | [**get_archive_document**](docs/ArchiveApi.md#get_archive_document) | **GET** /c/{company_id}/archive/{document_id} | Get Archive Document |
-| _ArchiveApi_ | [**list_archive_documents**](docs/ArchiveApi.md#list_archive_documents) | **GET** /c/{company_id}/archive | List Archive Documents |
-| _ArchiveApi_ | [**modify_archive_document**](docs/ArchiveApi.md#modify_archive_document) | **PUT** /c/{company_id}/archive/{document_id} | Modify Archive Document |
-| _ArchiveApi_ | [**upload_archive_document_attachment**](docs/ArchiveApi.md#upload_archive_document_attachment) | **POST** /c/{company_id}/archive/attachment | Upload Archive Document Attachment |
-| _CashbookApi_ | [**create_cashbook_entry**](docs/CashbookApi.md#create_cashbook_entry) | **POST** /c/{company_id}/cashbook | Create Cashbook Entry |
-| _CashbookApi_ | [**delete_cashbook_entry**](docs/CashbookApi.md#delete_cashbook_entry) | **DELETE** /c/{company_id}/cashbook/{document_id} | Delete Cashbook Entry |
-| _CashbookApi_ | [**get_cashbook_entry**](docs/CashbookApi.md#get_cashbook_entry) | **GET** /c/{company_id}/cashbook/{document_id} | Get Cashbook Entry |
-| _CashbookApi_ | [**list_cashbook_entries**](docs/CashbookApi.md#list_cashbook_entries) | **GET** /c/{company_id}/cashbook | List Cashbook Entries |
-| _CashbookApi_ | [**modify_cashbook_entry**](docs/CashbookApi.md#modify_cashbook_entry) | **PUT** /c/{company_id}/cashbook/{document_id} | Modify Cashbook Entry |
-| _ClientsApi_ | [**create_client**](docs/ClientsApi.md#create_client) | **POST** /c/{company_id}/entities/clients | Create Client |
-| _ClientsApi_ | [**delete_client**](docs/ClientsApi.md#delete_client) | **DELETE** /c/{company_id}/entities/clients/{client_id} | Delete Client |
-| _ClientsApi_ | [**get_client**](docs/ClientsApi.md#get_client) | **GET** /c/{company_id}/entities/clients/{client_id} | Get Client |
-| _ClientsApi_ | [**list_clients**](docs/ClientsApi.md#list_clients) | **GET** /c/{company_id}/entities/clients | List Clients |
-| _ClientsApi_ | [**modify_client**](docs/ClientsApi.md#modify_client) | **PUT** /c/{company_id}/entities/clients/{client_id} | Modify Client |
-| _CompaniesApi_ | [**get_company_info**](docs/CompaniesApi.md#get_company_info) | **GET** /c/{company_id}/company/info | Get Company Info |
-| _CompaniesApi_ | [**get_company_plan_usage**](docs/CompaniesApi.md#get_company_plan_usage) | **GET** /c/{company_id}/company/plan_usage | Get Company Plan Usage |
-| _EmailsApi_ | [**list_emails**](docs/EmailsApi.md#list_emails) | **GET** /c/{company_id}/emails | List Emails |
-| _InfoApi_ | [**list_archive_categories**](docs/InfoApi.md#list_archive_categories) | **GET** /c/{company_id}/info/archive_categories | List Archive Categories |
-| _InfoApi_ | [**list_cities**](docs/InfoApi.md#list_cities) | **GET** /info/cities | List Cities |
-| _InfoApi_ | [**list_cost_centers**](docs/InfoApi.md#list_cost_centers) | **GET** /c/{company_id}/info/cost_centers | List Cost Centers |
-| _InfoApi_ | [**list_countries**](docs/InfoApi.md#list_countries) | **GET** /info/countries | List Countries |
-| _InfoApi_ | [**list_currencies**](docs/InfoApi.md#list_currencies) | **GET** /info/currencies | List Currencies |
-| _InfoApi_ | [**list_delivery_notes_default_causals**](docs/InfoApi.md#list_delivery_notes_default_causals) | **GET** /info/dn_causals | List Delivery Notes Default Causals |
-| _InfoApi_ | [**list_detailed_countries**](docs/InfoApi.md#list_detailed_countries) | **GET** /info/detailed_countries | List Detailed Countries |
-| _InfoApi_ | [**list_languages**](docs/InfoApi.md#list_languages) | **GET** /info/languages | List Languages |
-| _InfoApi_ | [**list_payment_accounts**](docs/InfoApi.md#list_payment_accounts) | **GET** /c/{company_id}/info/payment_accounts | List Payment Accounts |
-| _InfoApi_ | [**list_payment_methods**](docs/InfoApi.md#list_payment_methods) | **GET** /c/{company_id}/info/payment_methods | List Payment Methods |
-| _InfoApi_ | [**list_product_categories**](docs/InfoApi.md#list_product_categories) | **GET** /c/{company_id}/info/product_categories | List Product Categories |
-| _InfoApi_ | [**list_received_document_categories**](docs/InfoApi.md#list_received_document_categories) | **GET** /c/{company_id}/info/received_document_categories | List Received Document Categories |
-| _InfoApi_ | [**list_revenue_centers**](docs/InfoApi.md#list_revenue_centers) | **GET** /c/{company_id}/info/revenue_centers | List Revenue Centers |
-| _InfoApi_ | [**list_templates**](docs/InfoApi.md#list_templates) | **GET** /info/templates | List Templates |
-| _InfoApi_ | [**list_units_of_measure**](docs/InfoApi.md#list_units_of_measure) | **GET** /info/measures | List Units of Measure |
-| _InfoApi_ | [**list_vat_types**](docs/InfoApi.md#list_vat_types) | **GET** /c/{company_id}/info/vat_types | List Vat Types |
-| _IssuedDocumentsApi_ | [**create_issued_document**](docs/IssuedDocumentsApi.md#create_issued_document) | **POST** /c/{company_id}/issued_documents | Create Issued Document |
-| _IssuedDocumentsApi_ | [**delete_issued_document**](docs/IssuedDocumentsApi.md#delete_issued_document) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document |
-| _IssuedDocumentsApi_ | [**delete_issued_document_attachment**](docs/IssuedDocumentsApi.md#delete_issued_document_attachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment |
-| _IssuedDocumentsApi_ | [**get_email_data**](docs/IssuedDocumentsApi.md#get_email_data) | **GET** /c/{company_id}/issued_documents/{document_id}/email | Get Email Data |
-| _IssuedDocumentsApi_ | [**get_existing_issued_document_totals**](docs/IssuedDocumentsApi.md#get_existing_issued_document_totals) | **POST** /c/{company_id}/issued_documents/{document_id}/totals | Get Existing Issued Document Totals |
-| _IssuedDocumentsApi_ | [**get_issued_document**](docs/IssuedDocumentsApi.md#get_issued_document) | **GET** /c/{company_id}/issued_documents/{document_id} | Get Issued Document |
-| _IssuedDocumentsApi_ | [**get_issued_document_pre_create_info**](docs/IssuedDocumentsApi.md#get_issued_document_pre_create_info) | **GET** /c/{company_id}/issued_documents/info | Get Issued Document Pre-Create Info |
-| _IssuedDocumentsApi_ | [**get_new_issued_document_totals**](docs/IssuedDocumentsApi.md#get_new_issued_document_totals) | **POST** /c/{company_id}/issued_documents/totals | Get New Issued Document Totals |
-| _IssuedDocumentsApi_ | [**join_issued_documents**](docs/IssuedDocumentsApi.md#join_issued_documents) | **GET** /c/{company_id}/issued_documents/join | Join Issued Documents |
-| _IssuedDocumentsApi_ | [**list_issued_documents**](docs/IssuedDocumentsApi.md#list_issued_documents) | **GET** /c/{company_id}/issued_documents | List Issued Documents |
-| _IssuedDocumentsApi_ | [**modify_issued_document**](docs/IssuedDocumentsApi.md#modify_issued_document) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document |
-| _IssuedDocumentsApi_ | [**schedule_email**](docs/IssuedDocumentsApi.md#schedule_email) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email |
-| _IssuedDocumentsApi_ | [**transform_issued_document**](docs/IssuedDocumentsApi.md#transform_issued_document) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document |
-| _IssuedDocumentsApi_ | [**upload_issued_document_attachment**](docs/IssuedDocumentsApi.md#upload_issued_document_attachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment |
-| _IssuedEInvoicesApi_ | [**get_e_invoice_rejection_reason**](docs/IssuedEInvoicesApi.md#get_e_invoice_rejection_reason) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/error_reason | Get E-Invoice Rejection Reason |
-| _IssuedEInvoicesApi_ | [**get_e_invoice_xml**](docs/IssuedEInvoicesApi.md#get_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml | Get E-Invoice XML |
-| _IssuedEInvoicesApi_ | [**send_e_invoice**](docs/IssuedEInvoicesApi.md#send_e_invoice) | **POST** /c/{company_id}/issued_documents/{document_id}/e_invoice/send | Send E-Invoice |
-| _IssuedEInvoicesApi_ | [**verify_e_invoice_xml**](docs/IssuedEInvoicesApi.md#verify_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml_verify | Verify E-Invoice XML |
-| _ProductsApi_ | [**create_product**](docs/ProductsApi.md#create_product) | **POST** /c/{company_id}/products | Create Product |
-| _ProductsApi_ | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /c/{company_id}/products/{product_id} | Delete Product |
-| _ProductsApi_ | [**get_product**](docs/ProductsApi.md#get_product) | **GET** /c/{company_id}/products/{product_id} | Get Product |
-| _ProductsApi_ | [**list_products**](docs/ProductsApi.md#list_products) | **GET** /c/{company_id}/products | List Products |
-| _ProductsApi_ | [**modify_product**](docs/ProductsApi.md#modify_product) | **PUT** /c/{company_id}/products/{product_id} | Modify Product |
-| _ReceiptsApi_ | [**create_receipt**](docs/ReceiptsApi.md#create_receipt) | **POST** /c/{company_id}/receipts | Create Receipt |
-| _ReceiptsApi_ | [**delete_receipt**](docs/ReceiptsApi.md#delete_receipt) | **DELETE** /c/{company_id}/receipts/{document_id} | Delete Receipt |
-| _ReceiptsApi_ | [**get_receipt**](docs/ReceiptsApi.md#get_receipt) | **GET** /c/{company_id}/receipts/{document_id} | Get Receipt |
-| _ReceiptsApi_ | [**get_receipt_pre_create_info**](docs/ReceiptsApi.md#get_receipt_pre_create_info) | **GET** /c/{company_id}/receipts/info | Get Receipt Pre-Create Info |
-| _ReceiptsApi_ | [**get_receipts_monthly_totals**](docs/ReceiptsApi.md#get_receipts_monthly_totals) | **GET** /c/{company_id}/receipts/monthly_totals | Get Receipts Monthly Totals |
-| _ReceiptsApi_ | [**list_receipts**](docs/ReceiptsApi.md#list_receipts) | **GET** /c/{company_id}/receipts | List Receipts |
-| _ReceiptsApi_ | [**modify_receipt**](docs/ReceiptsApi.md#modify_receipt) | **PUT** /c/{company_id}/receipts/{document_id} | Modify Receipt |
-| _ReceivedDocumentsApi_ | [**create_received_document**](docs/ReceivedDocumentsApi.md#create_received_document) | **POST** /c/{company_id}/received_documents | Create Received Document |
-| _ReceivedDocumentsApi_ | [**delete_received_document**](docs/ReceivedDocumentsApi.md#delete_received_document) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document |
-| _ReceivedDocumentsApi_ | [**delete_received_document_attachment**](docs/ReceivedDocumentsApi.md#delete_received_document_attachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment |
-| _ReceivedDocumentsApi_ | [**get_existing_received_document_totals**](docs/ReceivedDocumentsApi.md#get_existing_received_document_totals) | **POST** /c/{company_id}/received_documents/{document_id}/totals | Get Existing Received Document Totals |
-| _ReceivedDocumentsApi_ | [**get_new_received_document_totals**](docs/ReceivedDocumentsApi.md#get_new_received_document_totals) | **POST** /c/{company_id}/received_documents/totals | Get New Received Document Totals |
-| _ReceivedDocumentsApi_ | [**get_received_document**](docs/ReceivedDocumentsApi.md#get_received_document) | **GET** /c/{company_id}/received_documents/{document_id} | Get Received Document |
-| _ReceivedDocumentsApi_ | [**get_received_document_pre_create_info**](docs/ReceivedDocumentsApi.md#get_received_document_pre_create_info) | **GET** /c/{company_id}/received_documents/info | Get Received Document Pre-Create Info |
-| _ReceivedDocumentsApi_ | [**list_received_documents**](docs/ReceivedDocumentsApi.md#list_received_documents) | **GET** /c/{company_id}/received_documents | List Received Documents |
-| _ReceivedDocumentsApi_ | [**modify_received_document**](docs/ReceivedDocumentsApi.md#modify_received_document) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document |
-| _ReceivedDocumentsApi_ | [**upload_received_document_attachment**](docs/ReceivedDocumentsApi.md#upload_received_document_attachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment |
-| _SettingsApi_ | [**create_payment_account**](docs/SettingsApi.md#create_payment_account) | **POST** /c/{company_id}/settings/payment_accounts | Create Payment Account |
-| _SettingsApi_ | [**create_payment_method**](docs/SettingsApi.md#create_payment_method) | **POST** /c/{company_id}/settings/payment_methods | Create Payment Method |
-| _SettingsApi_ | [**create_vat_type**](docs/SettingsApi.md#create_vat_type) | **POST** /c/{company_id}/settings/vat_types | Create Vat Type |
-| _SettingsApi_ | [**delete_payment_account**](docs/SettingsApi.md#delete_payment_account) | **DELETE** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Delete Payment Account |
-| _SettingsApi_ | [**delete_payment_method**](docs/SettingsApi.md#delete_payment_method) | **DELETE** /c/{company_id}/settings/payment_methods/{payment_method_id} | Delete Payment Method |
-| _SettingsApi_ | [**delete_vat_type**](docs/SettingsApi.md#delete_vat_type) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type |
-| _SettingsApi_ | [**get_payment_account**](docs/SettingsApi.md#get_payment_account) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account |
-| _SettingsApi_ | [**get_payment_method**](docs/SettingsApi.md#get_payment_method) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method |
-| _SettingsApi_ | [**get_vat_type**](docs/SettingsApi.md#get_vat_type) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type |
-| _SettingsApi_ | [**modify_payment_account**](docs/SettingsApi.md#modify_payment_account) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account |
-| _SettingsApi_ | [**modify_payment_method**](docs/SettingsApi.md#modify_payment_method) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method |
-| _SettingsApi_ | [**modify_vat_type**](docs/SettingsApi.md#modify_vat_type) | **PUT** /c/{company_id}/settings/vat_types/{vat_type_id} | Modify Vat Type |
-| _SuppliersApi_ | [**create_supplier**](docs/SuppliersApi.md#create_supplier) | **POST** /c/{company_id}/entities/suppliers | Create Supplier |
-| _SuppliersApi_ | [**delete_supplier**](docs/SuppliersApi.md#delete_supplier) | **DELETE** /c/{company_id}/entities/suppliers/{supplier_id} | Delete Supplier |
-| _SuppliersApi_ | [**get_supplier**](docs/SuppliersApi.md#get_supplier) | **GET** /c/{company_id}/entities/suppliers/{supplier_id} | Get Supplier |
-| _SuppliersApi_ | [**list_suppliers**](docs/SuppliersApi.md#list_suppliers) | **GET** /c/{company_id}/entities/suppliers | List Suppliers |
-| _SuppliersApi_ | [**modify_supplier**](docs/SuppliersApi.md#modify_supplier) | **PUT** /c/{company_id}/entities/suppliers/{supplier_id} | Modify Supplier |
-| _TaxesApi_ | [**create_f24**](docs/TaxesApi.md#create_f24) | **POST** /c/{company_id}/taxes | Create F24 |
-| _TaxesApi_ | [**delete_f24**](docs/TaxesApi.md#delete_f24) | **DELETE** /c/{company_id}/taxes/{document_id} | Delete F24 |
-| _TaxesApi_ | [**delete_f24_attachment**](docs/TaxesApi.md#delete_f24_attachment) | **DELETE** /c/{company_id}/taxes/{document_id}/attachment | Delete F24 Attachment |
-| _TaxesApi_ | [**get_f24**](docs/TaxesApi.md#get_f24) | **GET** /c/{company_id}/taxes/{document_id} | Get F24 |
-| _TaxesApi_ | [**list_f24**](docs/TaxesApi.md#list_f24) | **GET** /c/{company_id}/taxes | List F24 |
-| _TaxesApi_ | [**modify_f24**](docs/TaxesApi.md#modify_f24) | **PUT** /c/{company_id}/taxes/{document_id} | Modify F24 |
-| _TaxesApi_ | [**upload_f24_attachment**](docs/TaxesApi.md#upload_f24_attachment) | **POST** /c/{company_id}/taxes/attachment | Upload F24 Attachment |
-| _UserApi_ | [**get_user_info**](docs/UserApi.md#get_user_info) | **GET** /user/info | Get User Info |
-| _UserApi_ | [**list_user_companies**](docs/UserApi.md#list_user_companies) | **GET** /user/companies | List User Companies |
-| _WebhooksApi_ | [**create_webhooks_subscription**](docs/WebhooksApi.md#create_webhooks_subscription) | **POST** /c/{company_id}/subscriptions | Create a Webhook Subscription |
-| _WebhooksApi_ | [**delete_webhooks_subscription**](docs/WebhooksApi.md#delete_webhooks_subscription) | **DELETE** /c/{company_id}/subscriptions/{subscription_id} | Delete Webhooks Subscription |
-| _WebhooksApi_ | [**get_webhooks_subscription**](docs/WebhooksApi.md#get_webhooks_subscription) | **GET** /c/{company_id}/subscriptions/{subscription_id} | Get Webhooks Subscription |
-| _WebhooksApi_ | [**list_webhooks_subscriptions**](docs/WebhooksApi.md#list_webhooks_subscriptions) | **GET** /c/{company_id}/subscriptions | List Webhooks Subscriptions |
-| _WebhooksApi_ | [**modify_webhooks_subscription**](docs/WebhooksApi.md#modify_webhooks_subscription) | **PUT** /c/{company_id}/subscriptions/{subscription_id} | Modify Webhooks Subscription |
+Class | Method | HTTP request | Description
+------------ | ------------- | ------------- | -------------
+*ArchiveApi* | [**create_archive_document**](docs/ArchiveApi.md#create_archive_document) | **POST** /c/{company_id}/archive | Create Archive Document
+*ArchiveApi* | [**delete_archive_document**](docs/ArchiveApi.md#delete_archive_document) | **DELETE** /c/{company_id}/archive/{document_id} | Delete Archive Document
+*ArchiveApi* | [**get_archive_document**](docs/ArchiveApi.md#get_archive_document) | **GET** /c/{company_id}/archive/{document_id} | Get Archive Document
+*ArchiveApi* | [**list_archive_documents**](docs/ArchiveApi.md#list_archive_documents) | **GET** /c/{company_id}/archive | List Archive Documents
+*ArchiveApi* | [**modify_archive_document**](docs/ArchiveApi.md#modify_archive_document) | **PUT** /c/{company_id}/archive/{document_id} | Modify Archive Document
+*ArchiveApi* | [**upload_archive_document_attachment**](docs/ArchiveApi.md#upload_archive_document_attachment) | **POST** /c/{company_id}/archive/attachment | Upload Archive Document Attachment
+*CashbookApi* | [**create_cashbook_entry**](docs/CashbookApi.md#create_cashbook_entry) | **POST** /c/{company_id}/cashbook | Create Cashbook Entry
+*CashbookApi* | [**delete_cashbook_entry**](docs/CashbookApi.md#delete_cashbook_entry) | **DELETE** /c/{company_id}/cashbook/{document_id} | Delete Cashbook Entry
+*CashbookApi* | [**get_cashbook_entry**](docs/CashbookApi.md#get_cashbook_entry) | **GET** /c/{company_id}/cashbook/{document_id} | Get Cashbook Entry
+*CashbookApi* | [**list_cashbook_entries**](docs/CashbookApi.md#list_cashbook_entries) | **GET** /c/{company_id}/cashbook | List Cashbook Entries
+*CashbookApi* | [**modify_cashbook_entry**](docs/CashbookApi.md#modify_cashbook_entry) | **PUT** /c/{company_id}/cashbook/{document_id} | Modify Cashbook Entry
+*ClientsApi* | [**create_client**](docs/ClientsApi.md#create_client) | **POST** /c/{company_id}/entities/clients | Create Client
+*ClientsApi* | [**delete_client**](docs/ClientsApi.md#delete_client) | **DELETE** /c/{company_id}/entities/clients/{client_id} | Delete Client
+*ClientsApi* | [**get_client**](docs/ClientsApi.md#get_client) | **GET** /c/{company_id}/entities/clients/{client_id} | Get Client
+*ClientsApi* | [**list_clients**](docs/ClientsApi.md#list_clients) | **GET** /c/{company_id}/entities/clients | List Clients
+*ClientsApi* | [**modify_client**](docs/ClientsApi.md#modify_client) | **PUT** /c/{company_id}/entities/clients/{client_id} | Modify Client
+*CompaniesApi* | [**get_company_info**](docs/CompaniesApi.md#get_company_info) | **GET** /c/{company_id}/company/info | Get Company Info
+*CompaniesApi* | [**get_company_plan_usage**](docs/CompaniesApi.md#get_company_plan_usage) | **GET** /c/{company_id}/company/plan_usage | Get Company Plan Usage
+*EmailsApi* | [**list_emails**](docs/EmailsApi.md#list_emails) | **GET** /c/{company_id}/emails | List Emails
+*InfoApi* | [**list_archive_categories**](docs/InfoApi.md#list_archive_categories) | **GET** /c/{company_id}/info/archive_categories | List Archive Categories
+*InfoApi* | [**list_cities**](docs/InfoApi.md#list_cities) | **GET** /info/cities | List Cities
+*InfoApi* | [**list_cost_centers**](docs/InfoApi.md#list_cost_centers) | **GET** /c/{company_id}/info/cost_centers | List Cost Centers
+*InfoApi* | [**list_countries**](docs/InfoApi.md#list_countries) | **GET** /info/countries | List Countries
+*InfoApi* | [**list_currencies**](docs/InfoApi.md#list_currencies) | **GET** /info/currencies | List Currencies
+*InfoApi* | [**list_delivery_notes_default_causals**](docs/InfoApi.md#list_delivery_notes_default_causals) | **GET** /info/dn_causals | List Delivery Notes Default Causals
+*InfoApi* | [**list_detailed_countries**](docs/InfoApi.md#list_detailed_countries) | **GET** /info/detailed_countries | List Detailed Countries
+*InfoApi* | [**list_languages**](docs/InfoApi.md#list_languages) | **GET** /info/languages | List Languages
+*InfoApi* | [**list_payment_accounts**](docs/InfoApi.md#list_payment_accounts) | **GET** /c/{company_id}/info/payment_accounts | List Payment Accounts
+*InfoApi* | [**list_payment_methods**](docs/InfoApi.md#list_payment_methods) | **GET** /c/{company_id}/info/payment_methods | List Payment Methods
+*InfoApi* | [**list_product_categories**](docs/InfoApi.md#list_product_categories) | **GET** /c/{company_id}/info/product_categories | List Product Categories
+*InfoApi* | [**list_received_document_categories**](docs/InfoApi.md#list_received_document_categories) | **GET** /c/{company_id}/info/received_document_categories | List Received Document Categories
+*InfoApi* | [**list_revenue_centers**](docs/InfoApi.md#list_revenue_centers) | **GET** /c/{company_id}/info/revenue_centers | List Revenue Centers
+*InfoApi* | [**list_templates**](docs/InfoApi.md#list_templates) | **GET** /info/templates | List Templates
+*InfoApi* | [**list_units_of_measure**](docs/InfoApi.md#list_units_of_measure) | **GET** /info/measures | List Units of Measure
+*InfoApi* | [**list_vat_types**](docs/InfoApi.md#list_vat_types) | **GET** /c/{company_id}/info/vat_types | List Vat Types
+*IssuedDocumentsApi* | [**create_issued_document**](docs/IssuedDocumentsApi.md#create_issued_document) | **POST** /c/{company_id}/issued_documents | Create Issued Document
+*IssuedDocumentsApi* | [**delete_issued_document**](docs/IssuedDocumentsApi.md#delete_issued_document) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document
+*IssuedDocumentsApi* | [**delete_issued_document_attachment**](docs/IssuedDocumentsApi.md#delete_issued_document_attachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment
+*IssuedDocumentsApi* | [**get_email_data**](docs/IssuedDocumentsApi.md#get_email_data) | **GET** /c/{company_id}/issued_documents/{document_id}/email | Get Email Data
+*IssuedDocumentsApi* | [**get_existing_issued_document_totals**](docs/IssuedDocumentsApi.md#get_existing_issued_document_totals) | **POST** /c/{company_id}/issued_documents/{document_id}/totals | Get Existing Issued Document Totals
+*IssuedDocumentsApi* | [**get_issued_document**](docs/IssuedDocumentsApi.md#get_issued_document) | **GET** /c/{company_id}/issued_documents/{document_id} | Get Issued Document
+*IssuedDocumentsApi* | [**get_issued_document_pre_create_info**](docs/IssuedDocumentsApi.md#get_issued_document_pre_create_info) | **GET** /c/{company_id}/issued_documents/info | Get Issued Document Pre-Create Info
+*IssuedDocumentsApi* | [**get_new_issued_document_totals**](docs/IssuedDocumentsApi.md#get_new_issued_document_totals) | **POST** /c/{company_id}/issued_documents/totals | Get New Issued Document Totals
+*IssuedDocumentsApi* | [**join_issued_documents**](docs/IssuedDocumentsApi.md#join_issued_documents) | **GET** /c/{company_id}/issued_documents/join | Join Issued Documents
+*IssuedDocumentsApi* | [**list_issued_documents**](docs/IssuedDocumentsApi.md#list_issued_documents) | **GET** /c/{company_id}/issued_documents | List Issued Documents
+*IssuedDocumentsApi* | [**modify_issued_document**](docs/IssuedDocumentsApi.md#modify_issued_document) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document
+*IssuedDocumentsApi* | [**schedule_email**](docs/IssuedDocumentsApi.md#schedule_email) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email
+*IssuedDocumentsApi* | [**transform_issued_document**](docs/IssuedDocumentsApi.md#transform_issued_document) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document
+*IssuedDocumentsApi* | [**upload_issued_document_attachment**](docs/IssuedDocumentsApi.md#upload_issued_document_attachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment
+*IssuedEInvoicesApi* | [**get_e_invoice_rejection_reason**](docs/IssuedEInvoicesApi.md#get_e_invoice_rejection_reason) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/error_reason | Get E-Invoice Rejection Reason
+*IssuedEInvoicesApi* | [**get_e_invoice_xml**](docs/IssuedEInvoicesApi.md#get_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml | Get E-Invoice XML
+*IssuedEInvoicesApi* | [**send_e_invoice**](docs/IssuedEInvoicesApi.md#send_e_invoice) | **POST** /c/{company_id}/issued_documents/{document_id}/e_invoice/send | Send E-Invoice
+*IssuedEInvoicesApi* | [**verify_e_invoice_xml**](docs/IssuedEInvoicesApi.md#verify_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml_verify | Verify E-Invoice XML
+*ProductsApi* | [**create_product**](docs/ProductsApi.md#create_product) | **POST** /c/{company_id}/products | Create Product
+*ProductsApi* | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /c/{company_id}/products/{product_id} | Delete Product
+*ProductsApi* | [**get_product**](docs/ProductsApi.md#get_product) | **GET** /c/{company_id}/products/{product_id} | Get Product
+*ProductsApi* | [**list_products**](docs/ProductsApi.md#list_products) | **GET** /c/{company_id}/products | List Products
+*ProductsApi* | [**modify_product**](docs/ProductsApi.md#modify_product) | **PUT** /c/{company_id}/products/{product_id} | Modify Product
+*ReceiptsApi* | [**create_receipt**](docs/ReceiptsApi.md#create_receipt) | **POST** /c/{company_id}/receipts | Create Receipt
+*ReceiptsApi* | [**delete_receipt**](docs/ReceiptsApi.md#delete_receipt) | **DELETE** /c/{company_id}/receipts/{document_id} | Delete Receipt
+*ReceiptsApi* | [**get_receipt**](docs/ReceiptsApi.md#get_receipt) | **GET** /c/{company_id}/receipts/{document_id} | Get Receipt
+*ReceiptsApi* | [**get_receipt_pre_create_info**](docs/ReceiptsApi.md#get_receipt_pre_create_info) | **GET** /c/{company_id}/receipts/info | Get Receipt Pre-Create Info
+*ReceiptsApi* | [**get_receipts_monthly_totals**](docs/ReceiptsApi.md#get_receipts_monthly_totals) | **GET** /c/{company_id}/receipts/monthly_totals | Get Receipts Monthly Totals
+*ReceiptsApi* | [**list_receipts**](docs/ReceiptsApi.md#list_receipts) | **GET** /c/{company_id}/receipts | List Receipts
+*ReceiptsApi* | [**modify_receipt**](docs/ReceiptsApi.md#modify_receipt) | **PUT** /c/{company_id}/receipts/{document_id} | Modify Receipt
+*ReceivedDocumentsApi* | [**create_received_document**](docs/ReceivedDocumentsApi.md#create_received_document) | **POST** /c/{company_id}/received_documents | Create Received Document
+*ReceivedDocumentsApi* | [**delete_received_document**](docs/ReceivedDocumentsApi.md#delete_received_document) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document
+*ReceivedDocumentsApi* | [**delete_received_document_attachment**](docs/ReceivedDocumentsApi.md#delete_received_document_attachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment
+*ReceivedDocumentsApi* | [**get_existing_received_document_totals**](docs/ReceivedDocumentsApi.md#get_existing_received_document_totals) | **POST** /c/{company_id}/received_documents/{document_id}/totals | Get Existing Received Document Totals
+*ReceivedDocumentsApi* | [**get_new_received_document_totals**](docs/ReceivedDocumentsApi.md#get_new_received_document_totals) | **POST** /c/{company_id}/received_documents/totals | Get New Received Document Totals
+*ReceivedDocumentsApi* | [**get_received_document**](docs/ReceivedDocumentsApi.md#get_received_document) | **GET** /c/{company_id}/received_documents/{document_id} | Get Received Document
+*ReceivedDocumentsApi* | [**get_received_document_pre_create_info**](docs/ReceivedDocumentsApi.md#get_received_document_pre_create_info) | **GET** /c/{company_id}/received_documents/info | Get Received Document Pre-Create Info
+*ReceivedDocumentsApi* | [**list_received_documents**](docs/ReceivedDocumentsApi.md#list_received_documents) | **GET** /c/{company_id}/received_documents | List Received Documents
+*ReceivedDocumentsApi* | [**modify_received_document**](docs/ReceivedDocumentsApi.md#modify_received_document) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document
+*ReceivedDocumentsApi* | [**upload_received_document_attachment**](docs/ReceivedDocumentsApi.md#upload_received_document_attachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment
+*SettingsApi* | [**create_payment_account**](docs/SettingsApi.md#create_payment_account) | **POST** /c/{company_id}/settings/payment_accounts | Create Payment Account
+*SettingsApi* | [**create_payment_method**](docs/SettingsApi.md#create_payment_method) | **POST** /c/{company_id}/settings/payment_methods | Create Payment Method
+*SettingsApi* | [**create_vat_type**](docs/SettingsApi.md#create_vat_type) | **POST** /c/{company_id}/settings/vat_types | Create Vat Type
+*SettingsApi* | [**delete_payment_account**](docs/SettingsApi.md#delete_payment_account) | **DELETE** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Delete Payment Account
+*SettingsApi* | [**delete_payment_method**](docs/SettingsApi.md#delete_payment_method) | **DELETE** /c/{company_id}/settings/payment_methods/{payment_method_id} | Delete Payment Method
+*SettingsApi* | [**delete_vat_type**](docs/SettingsApi.md#delete_vat_type) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type
+*SettingsApi* | [**get_payment_account**](docs/SettingsApi.md#get_payment_account) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account
+*SettingsApi* | [**get_payment_method**](docs/SettingsApi.md#get_payment_method) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method
+*SettingsApi* | [**get_vat_type**](docs/SettingsApi.md#get_vat_type) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type
+*SettingsApi* | [**modify_payment_account**](docs/SettingsApi.md#modify_payment_account) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account
+*SettingsApi* | [**modify_payment_method**](docs/SettingsApi.md#modify_payment_method) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method
+*SettingsApi* | [**modify_vat_type**](docs/SettingsApi.md#modify_vat_type) | **PUT** /c/{company_id}/settings/vat_types/{vat_type_id} | Modify Vat Type
+*SuppliersApi* | [**create_supplier**](docs/SuppliersApi.md#create_supplier) | **POST** /c/{company_id}/entities/suppliers | Create Supplier
+*SuppliersApi* | [**delete_supplier**](docs/SuppliersApi.md#delete_supplier) | **DELETE** /c/{company_id}/entities/suppliers/{supplier_id} | Delete Supplier
+*SuppliersApi* | [**get_supplier**](docs/SuppliersApi.md#get_supplier) | **GET** /c/{company_id}/entities/suppliers/{supplier_id} | Get Supplier
+*SuppliersApi* | [**list_suppliers**](docs/SuppliersApi.md#list_suppliers) | **GET** /c/{company_id}/entities/suppliers | List Suppliers
+*SuppliersApi* | [**modify_supplier**](docs/SuppliersApi.md#modify_supplier) | **PUT** /c/{company_id}/entities/suppliers/{supplier_id} | Modify Supplier
+*TaxesApi* | [**create_f24**](docs/TaxesApi.md#create_f24) | **POST** /c/{company_id}/taxes | Create F24
+*TaxesApi* | [**delete_f24**](docs/TaxesApi.md#delete_f24) | **DELETE** /c/{company_id}/taxes/{document_id} | Delete F24
+*TaxesApi* | [**delete_f24_attachment**](docs/TaxesApi.md#delete_f24_attachment) | **DELETE** /c/{company_id}/taxes/{document_id}/attachment | Delete F24 Attachment
+*TaxesApi* | [**get_f24**](docs/TaxesApi.md#get_f24) | **GET** /c/{company_id}/taxes/{document_id} | Get F24
+*TaxesApi* | [**list_f24**](docs/TaxesApi.md#list_f24) | **GET** /c/{company_id}/taxes | List F24
+*TaxesApi* | [**modify_f24**](docs/TaxesApi.md#modify_f24) | **PUT** /c/{company_id}/taxes/{document_id} | Modify F24
+*TaxesApi* | [**upload_f24_attachment**](docs/TaxesApi.md#upload_f24_attachment) | **POST** /c/{company_id}/taxes/attachment | Upload F24 Attachment
+*UserApi* | [**get_user_info**](docs/UserApi.md#get_user_info) | **GET** /user/info | Get User Info
+*UserApi* | [**list_user_companies**](docs/UserApi.md#list_user_companies) | **GET** /user/companies | List User Companies
+*WebhooksApi* | [**create_webhooks_subscription**](docs/WebhooksApi.md#create_webhooks_subscription) | **POST** /c/{company_id}/subscriptions | Create a Webhook Subscription
+*WebhooksApi* | [**delete_webhooks_subscription**](docs/WebhooksApi.md#delete_webhooks_subscription) | **DELETE** /c/{company_id}/subscriptions/{subscription_id} | Delete Webhooks Subscription
+*WebhooksApi* | [**get_webhooks_subscription**](docs/WebhooksApi.md#get_webhooks_subscription) | **GET** /c/{company_id}/subscriptions/{subscription_id} | Get Webhooks Subscription
+*WebhooksApi* | [**list_webhooks_subscriptions**](docs/WebhooksApi.md#list_webhooks_subscriptions) | **GET** /c/{company_id}/subscriptions | List Webhooks Subscriptions
+*WebhooksApi* | [**modify_webhooks_subscription**](docs/WebhooksApi.md#modify_webhooks_subscription) | **PUT** /c/{company_id}/subscriptions/{subscription_id} | Modify Webhooks Subscription
+
## Documentation For Models
-- [ArchiveDocument](docs/ArchiveDocument.md)
-- [AttachmentData](docs/AttachmentData.md)
-- [CashbookEntry](docs/CashbookEntry.md)
-- [CashbookEntryDocument](docs/CashbookEntryDocument.md)
-- [CashbookEntryKind](docs/CashbookEntryKind.md)
-- [CashbookEntryType](docs/CashbookEntryType.md)
-- [City](docs/City.md)
-- [Client](docs/Client.md)
-- [ClientType](docs/ClientType.md)
-- [Company](docs/Company.md)
-- [CompanyInfo](docs/CompanyInfo.md)
-- [CompanyInfoAccessInfo](docs/CompanyInfoAccessInfo.md)
-- [CompanyInfoPlanInfo](docs/CompanyInfoPlanInfo.md)
-- [CompanyInfoPlanInfoFunctions](docs/CompanyInfoPlanInfoFunctions.md)
-- [CompanyInfoPlanInfoFunctionsStatus](docs/CompanyInfoPlanInfoFunctionsStatus.md)
-- [CompanyInfoPlanInfoLimits](docs/CompanyInfoPlanInfoLimits.md)
-- [CompanyPlanUsage](docs/CompanyPlanUsage.md)
-- [CompanyType](docs/CompanyType.md)
-- [ControlledCompany](docs/ControlledCompany.md)
-- [CreateArchiveDocumentRequest](docs/CreateArchiveDocumentRequest.md)
-- [CreateArchiveDocumentResponse](docs/CreateArchiveDocumentResponse.md)
-- [CreateCashbookEntryRequest](docs/CreateCashbookEntryRequest.md)
-- [CreateCashbookEntryResponse](docs/CreateCashbookEntryResponse.md)
-- [CreateClientRequest](docs/CreateClientRequest.md)
-- [CreateClientResponse](docs/CreateClientResponse.md)
-- [CreateF24Request](docs/CreateF24Request.md)
-- [CreateF24Response](docs/CreateF24Response.md)
-- [CreateIssuedDocumentRequest](docs/CreateIssuedDocumentRequest.md)
-- [CreateIssuedDocumentResponse](docs/CreateIssuedDocumentResponse.md)
-- [CreatePaymentAccountRequest](docs/CreatePaymentAccountRequest.md)
-- [CreatePaymentAccountResponse](docs/CreatePaymentAccountResponse.md)
-- [CreatePaymentMethodRequest](docs/CreatePaymentMethodRequest.md)
-- [CreatePaymentMethodResponse](docs/CreatePaymentMethodResponse.md)
-- [CreateProductRequest](docs/CreateProductRequest.md)
-- [CreateProductResponse](docs/CreateProductResponse.md)
-- [CreateReceiptRequest](docs/CreateReceiptRequest.md)
-- [CreateReceiptResponse](docs/CreateReceiptResponse.md)
-- [CreateReceivedDocumentRequest](docs/CreateReceivedDocumentRequest.md)
-- [CreateReceivedDocumentResponse](docs/CreateReceivedDocumentResponse.md)
-- [CreateSupplierRequest](docs/CreateSupplierRequest.md)
-- [CreateSupplierResponse](docs/CreateSupplierResponse.md)
-- [CreateVatTypeRequest](docs/CreateVatTypeRequest.md)
-- [CreateVatTypeResponse](docs/CreateVatTypeResponse.md)
-- [CreateWebhooksSubscriptionRequest](docs/CreateWebhooksSubscriptionRequest.md)
-- [CreateWebhooksSubscriptionResponse](docs/CreateWebhooksSubscriptionResponse.md)
-- [Currency](docs/Currency.md)
-- [DetailedCountry](docs/DetailedCountry.md)
-- [DocumentTemplate](docs/DocumentTemplate.md)
-- [EInvoiceRejectionReason](docs/EInvoiceRejectionReason.md)
-- [Email](docs/Email.md)
-- [EmailAttachment](docs/EmailAttachment.md)
-- [EmailData](docs/EmailData.md)
-- [EmailDataDefaultSenderEmail](docs/EmailDataDefaultSenderEmail.md)
-- [EmailRecipientStatus](docs/EmailRecipientStatus.md)
-- [EmailSchedule](docs/EmailSchedule.md)
-- [EmailScheduleInclude](docs/EmailScheduleInclude.md)
-- [EmailStatus](docs/EmailStatus.md)
-- [Entity](docs/Entity.md)
-- [EntityType](docs/EntityType.md)
-- [EventType](docs/EventType.md)
-- [F24](docs/F24.md)
-- [F24Status](docs/F24Status.md)
-- [FattureInCloudPlanType](docs/FattureInCloudPlanType.md)
-- [FunctionStatus](docs/FunctionStatus.md)
-- [GetArchiveDocumentResponse](docs/GetArchiveDocumentResponse.md)
-- [GetCashbookEntryResponse](docs/GetCashbookEntryResponse.md)
-- [GetClientResponse](docs/GetClientResponse.md)
-- [GetCompanyInfoResponse](docs/GetCompanyInfoResponse.md)
-- [GetCompanyPlanUsageResponse](docs/GetCompanyPlanUsageResponse.md)
-- [GetEInvoiceRejectionReasonResponse](docs/GetEInvoiceRejectionReasonResponse.md)
-- [GetEmailDataResponse](docs/GetEmailDataResponse.md)
-- [GetExistingIssuedDocumentTotalsRequest](docs/GetExistingIssuedDocumentTotalsRequest.md)
-- [GetExistingIssuedDocumentTotalsResponse](docs/GetExistingIssuedDocumentTotalsResponse.md)
-- [GetExistingReceivedDocumentTotalsRequest](docs/GetExistingReceivedDocumentTotalsRequest.md)
-- [GetExistingReceivedDocumentTotalsResponse](docs/GetExistingReceivedDocumentTotalsResponse.md)
-- [GetF24Response](docs/GetF24Response.md)
-- [GetIssuedDocumentPreCreateInfoResponse](docs/GetIssuedDocumentPreCreateInfoResponse.md)
-- [GetIssuedDocumentResponse](docs/GetIssuedDocumentResponse.md)
-- [GetNewIssuedDocumentTotalsRequest](docs/GetNewIssuedDocumentTotalsRequest.md)
-- [GetNewIssuedDocumentTotalsResponse](docs/GetNewIssuedDocumentTotalsResponse.md)
-- [GetNewReceivedDocumentTotalsRequest](docs/GetNewReceivedDocumentTotalsRequest.md)
-- [GetNewReceivedDocumentTotalsResponse](docs/GetNewReceivedDocumentTotalsResponse.md)
-- [GetPaymentAccountResponse](docs/GetPaymentAccountResponse.md)
-- [GetPaymentMethodResponse](docs/GetPaymentMethodResponse.md)
-- [GetProductResponse](docs/GetProductResponse.md)
-- [GetReceiptPreCreateInfoResponse](docs/GetReceiptPreCreateInfoResponse.md)
-- [GetReceiptResponse](docs/GetReceiptResponse.md)
-- [GetReceiptsMonthlyTotalsResponse](docs/GetReceiptsMonthlyTotalsResponse.md)
-- [GetReceivedDocumentPreCreateInfoResponse](docs/GetReceivedDocumentPreCreateInfoResponse.md)
-- [GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md)
-- [GetSupplierResponse](docs/GetSupplierResponse.md)
-- [GetUserInfoResponse](docs/GetUserInfoResponse.md)
-- [GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md)
-- [GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md)
-- [GetVatTypeResponse](docs/GetVatTypeResponse.md)
-- [GetWebhooksSubscriptionResponse](docs/GetWebhooksSubscriptionResponse.md)
-- [IssuedDocument](docs/IssuedDocument.md)
-- [IssuedDocumentEiData](docs/IssuedDocumentEiData.md)
-- [IssuedDocumentExtraData](docs/IssuedDocumentExtraData.md)
-- [IssuedDocumentItemsListItem](docs/IssuedDocumentItemsListItem.md)
-- [IssuedDocumentOptions](docs/IssuedDocumentOptions.md)
-- [IssuedDocumentPaymentsListItem](docs/IssuedDocumentPaymentsListItem.md)
-- [IssuedDocumentPaymentsListItemPaymentTerms](docs/IssuedDocumentPaymentsListItemPaymentTerms.md)
-- [IssuedDocumentPreCreateInfo](docs/IssuedDocumentPreCreateInfo.md)
-- [IssuedDocumentPreCreateInfoDefaultValues](docs/IssuedDocumentPreCreateInfoDefaultValues.md)
-- [IssuedDocumentPreCreateInfoExtraDataDefaultValues](docs/IssuedDocumentPreCreateInfoExtraDataDefaultValues.md)
-- [IssuedDocumentPreCreateInfoItemsDefaultValues](docs/IssuedDocumentPreCreateInfoItemsDefaultValues.md)
-- [IssuedDocumentStatus](docs/IssuedDocumentStatus.md)
-- [IssuedDocumentTotals](docs/IssuedDocumentTotals.md)
-- [IssuedDocumentType](docs/IssuedDocumentType.md)
-- [JoinIssuedDocumentsResponse](docs/JoinIssuedDocumentsResponse.md)
-- [Language](docs/Language.md)
-- [ListArchiveCategoriesResponse](docs/ListArchiveCategoriesResponse.md)
-- [ListArchiveDocumentsResponse](docs/ListArchiveDocumentsResponse.md)
-- [ListArchiveDocumentsResponsePage](docs/ListArchiveDocumentsResponsePage.md)
-- [ListCashbookEntriesResponse](docs/ListCashbookEntriesResponse.md)
-- [ListCitiesResponse](docs/ListCitiesResponse.md)
-- [ListClientsResponse](docs/ListClientsResponse.md)
-- [ListClientsResponsePage](docs/ListClientsResponsePage.md)
-- [ListCostCentersResponse](docs/ListCostCentersResponse.md)
-- [ListCountriesResponse](docs/ListCountriesResponse.md)
-- [ListCurrenciesResponse](docs/ListCurrenciesResponse.md)
-- [ListDeliveryNotesDefaultCausalsResponse](docs/ListDeliveryNotesDefaultCausalsResponse.md)
-- [ListDetailedCountriesResponse](docs/ListDetailedCountriesResponse.md)
-- [ListEmailsResponse](docs/ListEmailsResponse.md)
-- [ListEmailsResponsePage](docs/ListEmailsResponsePage.md)
-- [ListF24Response](docs/ListF24Response.md)
-- [ListF24ResponseAggregatedData](docs/ListF24ResponseAggregatedData.md)
-- [ListF24ResponseAggregation](docs/ListF24ResponseAggregation.md)
-- [ListF24ResponsePage](docs/ListF24ResponsePage.md)
-- [ListIssuedDocumentsResponse](docs/ListIssuedDocumentsResponse.md)
-- [ListIssuedDocumentsResponsePage](docs/ListIssuedDocumentsResponsePage.md)
-- [ListLanguagesResponse](docs/ListLanguagesResponse.md)
-- [ListPaymentAccountsResponse](docs/ListPaymentAccountsResponse.md)
-- [ListPaymentMethodsResponse](docs/ListPaymentMethodsResponse.md)
-- [ListProductCategoriesResponse](docs/ListProductCategoriesResponse.md)
-- [ListProductsResponse](docs/ListProductsResponse.md)
-- [ListProductsResponsePage](docs/ListProductsResponsePage.md)
-- [ListReceiptsResponse](docs/ListReceiptsResponse.md)
-- [ListReceiptsResponsePage](docs/ListReceiptsResponsePage.md)
-- [ListReceivedDocumentCategoriesResponse](docs/ListReceivedDocumentCategoriesResponse.md)
-- [ListReceivedDocumentsResponse](docs/ListReceivedDocumentsResponse.md)
-- [ListReceivedDocumentsResponsePage](docs/ListReceivedDocumentsResponsePage.md)
-- [ListRevenueCentersResponse](docs/ListRevenueCentersResponse.md)
-- [ListSuppliersResponse](docs/ListSuppliersResponse.md)
-- [ListSuppliersResponsePage](docs/ListSuppliersResponsePage.md)
-- [ListTemplatesResponse](docs/ListTemplatesResponse.md)
-- [ListUnitsOfMeasureResponse](docs/ListUnitsOfMeasureResponse.md)
-- [ListUserCompaniesResponse](docs/ListUserCompaniesResponse.md)
-- [ListUserCompaniesResponseData](docs/ListUserCompaniesResponseData.md)
-- [ListVatTypesResponse](docs/ListVatTypesResponse.md)
-- [ListWebhooksSubscriptionsResponse](docs/ListWebhooksSubscriptionsResponse.md)
-- [ModifyArchiveDocumentRequest](docs/ModifyArchiveDocumentRequest.md)
-- [ModifyArchiveDocumentResponse](docs/ModifyArchiveDocumentResponse.md)
-- [ModifyCashbookEntryRequest](docs/ModifyCashbookEntryRequest.md)
-- [ModifyCashbookEntryResponse](docs/ModifyCashbookEntryResponse.md)
-- [ModifyClientRequest](docs/ModifyClientRequest.md)
-- [ModifyClientResponse](docs/ModifyClientResponse.md)
-- [ModifyF24Request](docs/ModifyF24Request.md)
-- [ModifyF24Response](docs/ModifyF24Response.md)
-- [ModifyIssuedDocumentRequest](docs/ModifyIssuedDocumentRequest.md)
-- [ModifyIssuedDocumentResponse](docs/ModifyIssuedDocumentResponse.md)
-- [ModifyPaymentAccountRequest](docs/ModifyPaymentAccountRequest.md)
-- [ModifyPaymentAccountResponse](docs/ModifyPaymentAccountResponse.md)
-- [ModifyPaymentMethodRequest](docs/ModifyPaymentMethodRequest.md)
-- [ModifyPaymentMethodResponse](docs/ModifyPaymentMethodResponse.md)
-- [ModifyProductRequest](docs/ModifyProductRequest.md)
-- [ModifyProductResponse](docs/ModifyProductResponse.md)
-- [ModifyReceiptRequest](docs/ModifyReceiptRequest.md)
-- [ModifyReceiptResponse](docs/ModifyReceiptResponse.md)
-- [ModifyReceivedDocumentRequest](docs/ModifyReceivedDocumentRequest.md)
-- [ModifyReceivedDocumentResponse](docs/ModifyReceivedDocumentResponse.md)
-- [ModifySupplierRequest](docs/ModifySupplierRequest.md)
-- [ModifySupplierResponse](docs/ModifySupplierResponse.md)
-- [ModifyVatTypeRequest](docs/ModifyVatTypeRequest.md)
-- [ModifyVatTypeResponse](docs/ModifyVatTypeResponse.md)
-- [ModifyWebhooksSubscriptionRequest](docs/ModifyWebhooksSubscriptionRequest.md)
-- [ModifyWebhooksSubscriptionResponse](docs/ModifyWebhooksSubscriptionResponse.md)
-- [MonthlyTotal](docs/MonthlyTotal.md)
-- [OriginalDocumentType](docs/OriginalDocumentType.md)
-- [Pagination](docs/Pagination.md)
-- [PaymentAccount](docs/PaymentAccount.md)
-- [PaymentAccountType](docs/PaymentAccountType.md)
-- [PaymentMethod](docs/PaymentMethod.md)
-- [PaymentMethodDetails](docs/PaymentMethodDetails.md)
-- [PaymentMethodType](docs/PaymentMethodType.md)
-- [PaymentTermsType](docs/PaymentTermsType.md)
-- [PermissionLevel](docs/PermissionLevel.md)
-- [Permissions](docs/Permissions.md)
-- [PermissionsFicIssuedDocumentsDetailed](docs/PermissionsFicIssuedDocumentsDetailed.md)
-- [Product](docs/Product.md)
-- [Receipt](docs/Receipt.md)
-- [ReceiptItemsListItem](docs/ReceiptItemsListItem.md)
-- [ReceiptPreCreateInfo](docs/ReceiptPreCreateInfo.md)
-- [ReceiptType](docs/ReceiptType.md)
-- [ReceivedDocument](docs/ReceivedDocument.md)
-- [ReceivedDocumentInfo](docs/ReceivedDocumentInfo.md)
-- [ReceivedDocumentInfoDefaultValues](docs/ReceivedDocumentInfoDefaultValues.md)
-- [ReceivedDocumentInfoItemsDefaultValues](docs/ReceivedDocumentInfoItemsDefaultValues.md)
-- [ReceivedDocumentItemsListItem](docs/ReceivedDocumentItemsListItem.md)
-- [ReceivedDocumentPaymentsListItem](docs/ReceivedDocumentPaymentsListItem.md)
-- [ReceivedDocumentPaymentsListItemPaymentTerms](docs/ReceivedDocumentPaymentsListItemPaymentTerms.md)
-- [ReceivedDocumentTotals](docs/ReceivedDocumentTotals.md)
-- [ReceivedDocumentType](docs/ReceivedDocumentType.md)
-- [ScheduleEmailRequest](docs/ScheduleEmailRequest.md)
-- [SendEInvoiceRequest](docs/SendEInvoiceRequest.md)
-- [SendEInvoiceRequestData](docs/SendEInvoiceRequestData.md)
-- [SendEInvoiceRequestOptions](docs/SendEInvoiceRequestOptions.md)
-- [SendEInvoiceResponse](docs/SendEInvoiceResponse.md)
-- [SendEInvoiceResponseData](docs/SendEInvoiceResponseData.md)
-- [SenderEmail](docs/SenderEmail.md)
-- [ShowTotalsMode](docs/ShowTotalsMode.md)
-- [Supplier](docs/Supplier.md)
-- [SupplierType](docs/SupplierType.md)
-- [TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md)
-- [UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md)
-- [UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md)
-- [UploadIssuedDocumentAttachmentResponse](docs/UploadIssuedDocumentAttachmentResponse.md)
-- [UploadReceivedDocumentAttachmentResponse](docs/UploadReceivedDocumentAttachmentResponse.md)
-- [User](docs/User.md)
-- [UserCompanyRole](docs/UserCompanyRole.md)
-- [VatItem](docs/VatItem.md)
-- [VatKind](docs/VatKind.md)
-- [VatType](docs/VatType.md)
-- [VerifyEInvoiceXmlErrorResponse](docs/VerifyEInvoiceXmlErrorResponse.md)
-- [VerifyEInvoiceXmlErrorResponseError](docs/VerifyEInvoiceXmlErrorResponseError.md)
-- [VerifyEInvoiceXmlErrorResponseErrorValidationResult](docs/VerifyEInvoiceXmlErrorResponseErrorValidationResult.md)
-- [VerifyEInvoiceXmlErrorResponseExtra](docs/VerifyEInvoiceXmlErrorResponseExtra.md)
-- [VerifyEInvoiceXmlResponse](docs/VerifyEInvoiceXmlResponse.md)
-- [VerifyEInvoiceXmlResponseData](docs/VerifyEInvoiceXmlResponseData.md)
-- [WebhooksSubscription](docs/WebhooksSubscription.md)
-- [WebhooksSubscriptionConfig](docs/WebhooksSubscriptionConfig.md)
-- [WebhooksSubscriptionMapping](docs/WebhooksSubscriptionMapping.md)
+ - [ArchiveDocument](docs/ArchiveDocument.md)
+ - [AttachmentData](docs/AttachmentData.md)
+ - [CashbookEntry](docs/CashbookEntry.md)
+ - [CashbookEntryDocument](docs/CashbookEntryDocument.md)
+ - [CashbookEntryKind](docs/CashbookEntryKind.md)
+ - [CashbookEntryType](docs/CashbookEntryType.md)
+ - [City](docs/City.md)
+ - [Client](docs/Client.md)
+ - [ClientType](docs/ClientType.md)
+ - [Company](docs/Company.md)
+ - [CompanyInfo](docs/CompanyInfo.md)
+ - [CompanyInfoAccessInfo](docs/CompanyInfoAccessInfo.md)
+ - [CompanyInfoPlanInfo](docs/CompanyInfoPlanInfo.md)
+ - [CompanyInfoPlanInfoFunctions](docs/CompanyInfoPlanInfoFunctions.md)
+ - [CompanyInfoPlanInfoFunctionsStatus](docs/CompanyInfoPlanInfoFunctionsStatus.md)
+ - [CompanyInfoPlanInfoLimits](docs/CompanyInfoPlanInfoLimits.md)
+ - [CompanyPlanUsage](docs/CompanyPlanUsage.md)
+ - [CompanyType](docs/CompanyType.md)
+ - [ControlledCompany](docs/ControlledCompany.md)
+ - [CreateArchiveDocumentRequest](docs/CreateArchiveDocumentRequest.md)
+ - [CreateArchiveDocumentResponse](docs/CreateArchiveDocumentResponse.md)
+ - [CreateCashbookEntryRequest](docs/CreateCashbookEntryRequest.md)
+ - [CreateCashbookEntryResponse](docs/CreateCashbookEntryResponse.md)
+ - [CreateClientRequest](docs/CreateClientRequest.md)
+ - [CreateClientResponse](docs/CreateClientResponse.md)
+ - [CreateF24Request](docs/CreateF24Request.md)
+ - [CreateF24Response](docs/CreateF24Response.md)
+ - [CreateIssuedDocumentRequest](docs/CreateIssuedDocumentRequest.md)
+ - [CreateIssuedDocumentResponse](docs/CreateIssuedDocumentResponse.md)
+ - [CreatePaymentAccountRequest](docs/CreatePaymentAccountRequest.md)
+ - [CreatePaymentAccountResponse](docs/CreatePaymentAccountResponse.md)
+ - [CreatePaymentMethodRequest](docs/CreatePaymentMethodRequest.md)
+ - [CreatePaymentMethodResponse](docs/CreatePaymentMethodResponse.md)
+ - [CreateProductRequest](docs/CreateProductRequest.md)
+ - [CreateProductResponse](docs/CreateProductResponse.md)
+ - [CreateReceiptRequest](docs/CreateReceiptRequest.md)
+ - [CreateReceiptResponse](docs/CreateReceiptResponse.md)
+ - [CreateReceivedDocumentRequest](docs/CreateReceivedDocumentRequest.md)
+ - [CreateReceivedDocumentResponse](docs/CreateReceivedDocumentResponse.md)
+ - [CreateSupplierRequest](docs/CreateSupplierRequest.md)
+ - [CreateSupplierResponse](docs/CreateSupplierResponse.md)
+ - [CreateVatTypeRequest](docs/CreateVatTypeRequest.md)
+ - [CreateVatTypeResponse](docs/CreateVatTypeResponse.md)
+ - [CreateWebhooksSubscriptionRequest](docs/CreateWebhooksSubscriptionRequest.md)
+ - [CreateWebhooksSubscriptionResponse](docs/CreateWebhooksSubscriptionResponse.md)
+ - [Currency](docs/Currency.md)
+ - [DetailedCountry](docs/DetailedCountry.md)
+ - [DocumentTemplate](docs/DocumentTemplate.md)
+ - [EInvoiceRejectionReason](docs/EInvoiceRejectionReason.md)
+ - [Email](docs/Email.md)
+ - [EmailAttachment](docs/EmailAttachment.md)
+ - [EmailData](docs/EmailData.md)
+ - [EmailDataDefaultSenderEmail](docs/EmailDataDefaultSenderEmail.md)
+ - [EmailRecipientStatus](docs/EmailRecipientStatus.md)
+ - [EmailSchedule](docs/EmailSchedule.md)
+ - [EmailScheduleInclude](docs/EmailScheduleInclude.md)
+ - [EmailStatus](docs/EmailStatus.md)
+ - [Entity](docs/Entity.md)
+ - [EntityType](docs/EntityType.md)
+ - [EventType](docs/EventType.md)
+ - [F24](docs/F24.md)
+ - [F24Status](docs/F24Status.md)
+ - [FattureInCloudPlanType](docs/FattureInCloudPlanType.md)
+ - [FunctionStatus](docs/FunctionStatus.md)
+ - [GetArchiveDocumentResponse](docs/GetArchiveDocumentResponse.md)
+ - [GetCashbookEntryResponse](docs/GetCashbookEntryResponse.md)
+ - [GetClientResponse](docs/GetClientResponse.md)
+ - [GetCompanyInfoResponse](docs/GetCompanyInfoResponse.md)
+ - [GetCompanyPlanUsageResponse](docs/GetCompanyPlanUsageResponse.md)
+ - [GetEInvoiceRejectionReasonResponse](docs/GetEInvoiceRejectionReasonResponse.md)
+ - [GetEmailDataResponse](docs/GetEmailDataResponse.md)
+ - [GetExistingIssuedDocumentTotalsRequest](docs/GetExistingIssuedDocumentTotalsRequest.md)
+ - [GetExistingIssuedDocumentTotalsResponse](docs/GetExistingIssuedDocumentTotalsResponse.md)
+ - [GetExistingReceivedDocumentTotalsRequest](docs/GetExistingReceivedDocumentTotalsRequest.md)
+ - [GetExistingReceivedDocumentTotalsResponse](docs/GetExistingReceivedDocumentTotalsResponse.md)
+ - [GetF24Response](docs/GetF24Response.md)
+ - [GetIssuedDocumentPreCreateInfoResponse](docs/GetIssuedDocumentPreCreateInfoResponse.md)
+ - [GetIssuedDocumentResponse](docs/GetIssuedDocumentResponse.md)
+ - [GetNewIssuedDocumentTotalsRequest](docs/GetNewIssuedDocumentTotalsRequest.md)
+ - [GetNewIssuedDocumentTotalsResponse](docs/GetNewIssuedDocumentTotalsResponse.md)
+ - [GetNewReceivedDocumentTotalsRequest](docs/GetNewReceivedDocumentTotalsRequest.md)
+ - [GetNewReceivedDocumentTotalsResponse](docs/GetNewReceivedDocumentTotalsResponse.md)
+ - [GetPaymentAccountResponse](docs/GetPaymentAccountResponse.md)
+ - [GetPaymentMethodResponse](docs/GetPaymentMethodResponse.md)
+ - [GetProductResponse](docs/GetProductResponse.md)
+ - [GetReceiptPreCreateInfoResponse](docs/GetReceiptPreCreateInfoResponse.md)
+ - [GetReceiptResponse](docs/GetReceiptResponse.md)
+ - [GetReceiptsMonthlyTotalsResponse](docs/GetReceiptsMonthlyTotalsResponse.md)
+ - [GetReceivedDocumentPreCreateInfoResponse](docs/GetReceivedDocumentPreCreateInfoResponse.md)
+ - [GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md)
+ - [GetSupplierResponse](docs/GetSupplierResponse.md)
+ - [GetUserInfoResponse](docs/GetUserInfoResponse.md)
+ - [GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md)
+ - [GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md)
+ - [GetVatTypeResponse](docs/GetVatTypeResponse.md)
+ - [GetWebhooksSubscriptionResponse](docs/GetWebhooksSubscriptionResponse.md)
+ - [IssuedDocument](docs/IssuedDocument.md)
+ - [IssuedDocumentEiData](docs/IssuedDocumentEiData.md)
+ - [IssuedDocumentExtraData](docs/IssuedDocumentExtraData.md)
+ - [IssuedDocumentItemsListItem](docs/IssuedDocumentItemsListItem.md)
+ - [IssuedDocumentOptions](docs/IssuedDocumentOptions.md)
+ - [IssuedDocumentPaymentsListItem](docs/IssuedDocumentPaymentsListItem.md)
+ - [IssuedDocumentPaymentsListItemPaymentTerms](docs/IssuedDocumentPaymentsListItemPaymentTerms.md)
+ - [IssuedDocumentPreCreateInfo](docs/IssuedDocumentPreCreateInfo.md)
+ - [IssuedDocumentPreCreateInfoDefaultValues](docs/IssuedDocumentPreCreateInfoDefaultValues.md)
+ - [IssuedDocumentPreCreateInfoExtraDataDefaultValues](docs/IssuedDocumentPreCreateInfoExtraDataDefaultValues.md)
+ - [IssuedDocumentPreCreateInfoItemsDefaultValues](docs/IssuedDocumentPreCreateInfoItemsDefaultValues.md)
+ - [IssuedDocumentStatus](docs/IssuedDocumentStatus.md)
+ - [IssuedDocumentTotals](docs/IssuedDocumentTotals.md)
+ - [IssuedDocumentType](docs/IssuedDocumentType.md)
+ - [JoinIssuedDocumentsResponse](docs/JoinIssuedDocumentsResponse.md)
+ - [Language](docs/Language.md)
+ - [ListArchiveCategoriesResponse](docs/ListArchiveCategoriesResponse.md)
+ - [ListArchiveDocumentsResponse](docs/ListArchiveDocumentsResponse.md)
+ - [ListArchiveDocumentsResponsePage](docs/ListArchiveDocumentsResponsePage.md)
+ - [ListCashbookEntriesResponse](docs/ListCashbookEntriesResponse.md)
+ - [ListCitiesResponse](docs/ListCitiesResponse.md)
+ - [ListClientsResponse](docs/ListClientsResponse.md)
+ - [ListClientsResponsePage](docs/ListClientsResponsePage.md)
+ - [ListCostCentersResponse](docs/ListCostCentersResponse.md)
+ - [ListCountriesResponse](docs/ListCountriesResponse.md)
+ - [ListCurrenciesResponse](docs/ListCurrenciesResponse.md)
+ - [ListDeliveryNotesDefaultCausalsResponse](docs/ListDeliveryNotesDefaultCausalsResponse.md)
+ - [ListDetailedCountriesResponse](docs/ListDetailedCountriesResponse.md)
+ - [ListEmailsResponse](docs/ListEmailsResponse.md)
+ - [ListEmailsResponsePage](docs/ListEmailsResponsePage.md)
+ - [ListF24Response](docs/ListF24Response.md)
+ - [ListF24ResponseAggregatedData](docs/ListF24ResponseAggregatedData.md)
+ - [ListF24ResponseAggregation](docs/ListF24ResponseAggregation.md)
+ - [ListF24ResponsePage](docs/ListF24ResponsePage.md)
+ - [ListIssuedDocumentsResponse](docs/ListIssuedDocumentsResponse.md)
+ - [ListIssuedDocumentsResponsePage](docs/ListIssuedDocumentsResponsePage.md)
+ - [ListLanguagesResponse](docs/ListLanguagesResponse.md)
+ - [ListPaymentAccountsResponse](docs/ListPaymentAccountsResponse.md)
+ - [ListPaymentMethodsResponse](docs/ListPaymentMethodsResponse.md)
+ - [ListProductCategoriesResponse](docs/ListProductCategoriesResponse.md)
+ - [ListProductsResponse](docs/ListProductsResponse.md)
+ - [ListProductsResponsePage](docs/ListProductsResponsePage.md)
+ - [ListReceiptsResponse](docs/ListReceiptsResponse.md)
+ - [ListReceiptsResponsePage](docs/ListReceiptsResponsePage.md)
+ - [ListReceivedDocumentCategoriesResponse](docs/ListReceivedDocumentCategoriesResponse.md)
+ - [ListReceivedDocumentsResponse](docs/ListReceivedDocumentsResponse.md)
+ - [ListReceivedDocumentsResponsePage](docs/ListReceivedDocumentsResponsePage.md)
+ - [ListRevenueCentersResponse](docs/ListRevenueCentersResponse.md)
+ - [ListSuppliersResponse](docs/ListSuppliersResponse.md)
+ - [ListSuppliersResponsePage](docs/ListSuppliersResponsePage.md)
+ - [ListTemplatesResponse](docs/ListTemplatesResponse.md)
+ - [ListUnitsOfMeasureResponse](docs/ListUnitsOfMeasureResponse.md)
+ - [ListUserCompaniesResponse](docs/ListUserCompaniesResponse.md)
+ - [ListUserCompaniesResponseData](docs/ListUserCompaniesResponseData.md)
+ - [ListVatTypesResponse](docs/ListVatTypesResponse.md)
+ - [ListWebhooksSubscriptionsResponse](docs/ListWebhooksSubscriptionsResponse.md)
+ - [ModifyArchiveDocumentRequest](docs/ModifyArchiveDocumentRequest.md)
+ - [ModifyArchiveDocumentResponse](docs/ModifyArchiveDocumentResponse.md)
+ - [ModifyCashbookEntryRequest](docs/ModifyCashbookEntryRequest.md)
+ - [ModifyCashbookEntryResponse](docs/ModifyCashbookEntryResponse.md)
+ - [ModifyClientRequest](docs/ModifyClientRequest.md)
+ - [ModifyClientResponse](docs/ModifyClientResponse.md)
+ - [ModifyF24Request](docs/ModifyF24Request.md)
+ - [ModifyF24Response](docs/ModifyF24Response.md)
+ - [ModifyIssuedDocumentRequest](docs/ModifyIssuedDocumentRequest.md)
+ - [ModifyIssuedDocumentResponse](docs/ModifyIssuedDocumentResponse.md)
+ - [ModifyPaymentAccountRequest](docs/ModifyPaymentAccountRequest.md)
+ - [ModifyPaymentAccountResponse](docs/ModifyPaymentAccountResponse.md)
+ - [ModifyPaymentMethodRequest](docs/ModifyPaymentMethodRequest.md)
+ - [ModifyPaymentMethodResponse](docs/ModifyPaymentMethodResponse.md)
+ - [ModifyProductRequest](docs/ModifyProductRequest.md)
+ - [ModifyProductResponse](docs/ModifyProductResponse.md)
+ - [ModifyReceiptRequest](docs/ModifyReceiptRequest.md)
+ - [ModifyReceiptResponse](docs/ModifyReceiptResponse.md)
+ - [ModifyReceivedDocumentRequest](docs/ModifyReceivedDocumentRequest.md)
+ - [ModifyReceivedDocumentResponse](docs/ModifyReceivedDocumentResponse.md)
+ - [ModifySupplierRequest](docs/ModifySupplierRequest.md)
+ - [ModifySupplierResponse](docs/ModifySupplierResponse.md)
+ - [ModifyVatTypeRequest](docs/ModifyVatTypeRequest.md)
+ - [ModifyVatTypeResponse](docs/ModifyVatTypeResponse.md)
+ - [ModifyWebhooksSubscriptionRequest](docs/ModifyWebhooksSubscriptionRequest.md)
+ - [ModifyWebhooksSubscriptionResponse](docs/ModifyWebhooksSubscriptionResponse.md)
+ - [MonthlyTotal](docs/MonthlyTotal.md)
+ - [OriginalDocumentType](docs/OriginalDocumentType.md)
+ - [Pagination](docs/Pagination.md)
+ - [PaymentAccount](docs/PaymentAccount.md)
+ - [PaymentAccountType](docs/PaymentAccountType.md)
+ - [PaymentMethod](docs/PaymentMethod.md)
+ - [PaymentMethodDetails](docs/PaymentMethodDetails.md)
+ - [PaymentMethodType](docs/PaymentMethodType.md)
+ - [PaymentTermsType](docs/PaymentTermsType.md)
+ - [PermissionLevel](docs/PermissionLevel.md)
+ - [Permissions](docs/Permissions.md)
+ - [PermissionsFicIssuedDocumentsDetailed](docs/PermissionsFicIssuedDocumentsDetailed.md)
+ - [Product](docs/Product.md)
+ - [Receipt](docs/Receipt.md)
+ - [ReceiptItemsListItem](docs/ReceiptItemsListItem.md)
+ - [ReceiptPreCreateInfo](docs/ReceiptPreCreateInfo.md)
+ - [ReceiptType](docs/ReceiptType.md)
+ - [ReceivedDocument](docs/ReceivedDocument.md)
+ - [ReceivedDocumentInfo](docs/ReceivedDocumentInfo.md)
+ - [ReceivedDocumentInfoDefaultValues](docs/ReceivedDocumentInfoDefaultValues.md)
+ - [ReceivedDocumentInfoItemsDefaultValues](docs/ReceivedDocumentInfoItemsDefaultValues.md)
+ - [ReceivedDocumentItemsListItem](docs/ReceivedDocumentItemsListItem.md)
+ - [ReceivedDocumentPaymentsListItem](docs/ReceivedDocumentPaymentsListItem.md)
+ - [ReceivedDocumentPaymentsListItemPaymentTerms](docs/ReceivedDocumentPaymentsListItemPaymentTerms.md)
+ - [ReceivedDocumentTotals](docs/ReceivedDocumentTotals.md)
+ - [ReceivedDocumentType](docs/ReceivedDocumentType.md)
+ - [ScheduleEmailRequest](docs/ScheduleEmailRequest.md)
+ - [SendEInvoiceRequest](docs/SendEInvoiceRequest.md)
+ - [SendEInvoiceRequestData](docs/SendEInvoiceRequestData.md)
+ - [SendEInvoiceRequestOptions](docs/SendEInvoiceRequestOptions.md)
+ - [SendEInvoiceResponse](docs/SendEInvoiceResponse.md)
+ - [SendEInvoiceResponseData](docs/SendEInvoiceResponseData.md)
+ - [SenderEmail](docs/SenderEmail.md)
+ - [ShowTotalsMode](docs/ShowTotalsMode.md)
+ - [Supplier](docs/Supplier.md)
+ - [SupplierType](docs/SupplierType.md)
+ - [TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md)
+ - [UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md)
+ - [UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md)
+ - [UploadIssuedDocumentAttachmentResponse](docs/UploadIssuedDocumentAttachmentResponse.md)
+ - [UploadReceivedDocumentAttachmentResponse](docs/UploadReceivedDocumentAttachmentResponse.md)
+ - [User](docs/User.md)
+ - [UserCompanyRole](docs/UserCompanyRole.md)
+ - [VatItem](docs/VatItem.md)
+ - [VatKind](docs/VatKind.md)
+ - [VatType](docs/VatType.md)
+ - [VerifyEInvoiceXmlErrorResponse](docs/VerifyEInvoiceXmlErrorResponse.md)
+ - [VerifyEInvoiceXmlErrorResponseError](docs/VerifyEInvoiceXmlErrorResponseError.md)
+ - [VerifyEInvoiceXmlErrorResponseErrorValidationResult](docs/VerifyEInvoiceXmlErrorResponseErrorValidationResult.md)
+ - [VerifyEInvoiceXmlErrorResponseExtra](docs/VerifyEInvoiceXmlErrorResponseExtra.md)
+ - [VerifyEInvoiceXmlResponse](docs/VerifyEInvoiceXmlResponse.md)
+ - [VerifyEInvoiceXmlResponseData](docs/VerifyEInvoiceXmlResponseData.md)
+ - [WebhooksSubscription](docs/WebhooksSubscription.md)
+ - [WebhooksSubscriptionConfig](docs/WebhooksSubscriptionConfig.md)
+ - [WebhooksSubscriptionMapping](docs/WebhooksSubscriptionMapping.md)
-
+
## Documentation For Authorization
+
Authentication schemes defined for the API:
-
### OAuth2AuthenticationCodeFlow
- **Type**: OAuth
- **Flow**: accessCode
- **Authorization URL**: https://api-v2.fattureincloud.it/oauth/authorize
-- **Scopes**:
-- **entity.clients:r**: Read permission to the Clients registry
-- **entity.clients:a**: Write permission to the Clients registry
-- **entity.suppliers:r**: Read permission to the Suppliers registry
-- **entity.suppliers:a**: Write permission to the Suppliers registry
-- **products:r**: Read permission to the Products
-- **products:a**: Write permission to the Products
-- **issued_documents.invoices:r**: Read permission to the issued Invoices
-- **issued_documents.credit_notes:r**: Read permission to the issued Credit Notes
-- **issued_documents.receipts:r**: Read permission to the issued Receipts
-- **issued_documents.orders:r**: Read permission to the issued Orders
-- **issued_documents.quotes:r**: Read permission to the issued Quotes
-- **issued_documents.proformas:r**: Read permission to the issued Proformas
-- **issued_documents.delivery_notes:r**: Read permission to the issued Delivery Notes
-- **issued_documents.work_reports:r**: Read permission to the issued Work Reports
-- **issued_documents.supplier_orders:r**: Read permission to the issued Supplier Orders
-- **issued_documents.self_invoices:r**: Read permission to the issued Self Invoices
-- **issued_documents.invoices:a**: Write permission to the issued Invoices
-- **issued_documents.credit_notes:a**: Write permission to the issued Credit Notes
-- **issued_documents.receipts:a**: Write permission to the issued issued Receipts
-- **issued_documents.orders:a**: Write permission to the issued Orders
-- **issued_documents.quotes:a**: Write permission to the issued Quotes
-- **issued_documents.proformas:a**: Write permission to the issued Proformas
-- **issued_documents.delivery_notes:a**: Write permission to the issued Delivery Notes
-- **issued_documents.work_reports:a**: Write permission to the issued Work Reports
-- **issued_documents.supplier_orders:a**: Write permission to the issued Supplier Orders
-- **issued_documents.self_invoices:a**: Write permission to the issued Self Invoices
-- **received_documents:r**: Read permission to the Received Documents
-- **received_documents:a**: Write permission to the Received Documents
-- **stock:r**: Read permission to the Stock movements
-- **stock:a**: Write permission to the Stock movements
-- **receipts:r**: Read permission to the Receipts
-- **receipts:a**: Write permission to the Receipts
-- **taxes:r**: Read permission to the Taxes
-- **taxes:a**: Write permission to the Taxes
-- **archive:r**: Read permission to the Archive Documents
-- **archive:a**: Read permission to the Archive Documents
-- **cashbook:r**: Read permission to the Cashbook
-- **cashbook:a**: Write permission to the Cashbook
-- **settings:r**: Read permission to the Settings
-- **settings:a**: Write permission to the Settings
-- **situation:r**: Read permission to the company Situation
+- **Scopes**:
+ - **entity.clients:r**: Read permission to the Clients registry
+ - **entity.clients:a**: Write permission to the Clients registry
+ - **entity.suppliers:r**: Read permission to the Suppliers registry
+ - **entity.suppliers:a**: Write permission to the Suppliers registry
+ - **products:r**: Read permission to the Products
+ - **products:a**: Write permission to the Products
+ - **issued_documents.invoices:r**: Read permission to the issued Invoices
+ - **issued_documents.credit_notes:r**: Read permission to the issued Credit Notes
+ - **issued_documents.receipts:r**: Read permission to the issued Receipts
+ - **issued_documents.orders:r**: Read permission to the issued Orders
+ - **issued_documents.quotes:r**: Read permission to the issued Quotes
+ - **issued_documents.proformas:r**: Read permission to the issued Proformas
+ - **issued_documents.delivery_notes:r**: Read permission to the issued Delivery Notes
+ - **issued_documents.work_reports:r**: Read permission to the issued Work Reports
+ - **issued_documents.supplier_orders:r**: Read permission to the issued Supplier Orders
+ - **issued_documents.self_invoices:r**: Read permission to the issued Self Invoices
+ - **issued_documents.invoices:a**: Write permission to the issued Invoices
+ - **issued_documents.credit_notes:a**: Write permission to the issued Credit Notes
+ - **issued_documents.receipts:a**: Write permission to the issued issued Receipts
+ - **issued_documents.orders:a**: Write permission to the issued Orders
+ - **issued_documents.quotes:a**: Write permission to the issued Quotes
+ - **issued_documents.proformas:a**: Write permission to the issued Proformas
+ - **issued_documents.delivery_notes:a**: Write permission to the issued Delivery Notes
+ - **issued_documents.work_reports:a**: Write permission to the issued Work Reports
+ - **issued_documents.supplier_orders:a**: Write permission to the issued Supplier Orders
+ - **issued_documents.self_invoices:a**: Write permission to the issued Self Invoices
+ - **received_documents:r**: Read permission to the Received Documents
+ - **received_documents:a**: Write permission to the Received Documents
+ - **stock:r**: Read permission to the Stock movements
+ - **stock:a**: Write permission to the Stock movements
+ - **receipts:r**: Read permission to the Receipts
+ - **receipts:a**: Write permission to the Receipts
+ - **taxes:r**: Read permission to the Taxes
+ - **taxes:a**: Write permission to the Taxes
+ - **archive:r**: Read permission to the Archive Documents
+ - **archive:a**: Read permission to the Archive Documents
+ - **cashbook:r**: Read permission to the Cashbook
+ - **cashbook:a**: Write permission to the Cashbook
+ - **settings:r**: Read permission to the Settings
+ - **settings:a**: Write permission to the Settings
+ - **situation:r**: Read permission to the company Situation
+
## Author
info@fattureincloud.it
+
+
diff --git a/docs/ArchiveDocument.md b/docs/ArchiveDocument.md
index 051b4300..02d314fe 100644
--- a/docs/ArchiveDocument.md
+++ b/docs/ArchiveDocument.md
@@ -22,12 +22,12 @@ json = "{}"
# create an instance of ArchiveDocument from a JSON string
archive_document_instance = ArchiveDocument.from_json(json)
# print the JSON string representation of the object
-print ArchiveDocument.to_json()
+print(ArchiveDocument.to_json())
# convert the object into a dict
archive_document_dict = archive_document_instance.to_dict()
# create an instance of ArchiveDocument from a dict
-archive_document_form_dict = archive_document.from_dict(archive_document_dict)
+archive_document_from_dict = ArchiveDocument.from_dict(archive_document_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/AttachmentData.md b/docs/AttachmentData.md
index 4a20484d..4ddeab6e 100644
--- a/docs/AttachmentData.md
+++ b/docs/AttachmentData.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of AttachmentData from a JSON string
attachment_data_instance = AttachmentData.from_json(json)
# print the JSON string representation of the object
-print AttachmentData.to_json()
+print(AttachmentData.to_json())
# convert the object into a dict
attachment_data_dict = attachment_data_instance.to_dict()
# create an instance of AttachmentData from a dict
-attachment_data_form_dict = attachment_data.from_dict(attachment_data_dict)
+attachment_data_from_dict = AttachmentData.from_dict(attachment_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CashbookEntry.md b/docs/CashbookEntry.md
index 174ad782..fd8e7000 100644
--- a/docs/CashbookEntry.md
+++ b/docs/CashbookEntry.md
@@ -27,12 +27,12 @@ json = "{}"
# create an instance of CashbookEntry from a JSON string
cashbook_entry_instance = CashbookEntry.from_json(json)
# print the JSON string representation of the object
-print CashbookEntry.to_json()
+print(CashbookEntry.to_json())
# convert the object into a dict
cashbook_entry_dict = cashbook_entry_instance.to_dict()
# create an instance of CashbookEntry from a dict
-cashbook_entry_form_dict = cashbook_entry.from_dict(cashbook_entry_dict)
+cashbook_entry_from_dict = CashbookEntry.from_dict(cashbook_entry_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CashbookEntryDocument.md b/docs/CashbookEntryDocument.md
index a03505b6..f57ca7ca 100644
--- a/docs/CashbookEntryDocument.md
+++ b/docs/CashbookEntryDocument.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of CashbookEntryDocument from a JSON string
cashbook_entry_document_instance = CashbookEntryDocument.from_json(json)
# print the JSON string representation of the object
-print CashbookEntryDocument.to_json()
+print(CashbookEntryDocument.to_json())
# convert the object into a dict
cashbook_entry_document_dict = cashbook_entry_document_instance.to_dict()
# create an instance of CashbookEntryDocument from a dict
-cashbook_entry_document_form_dict = cashbook_entry_document.from_dict(cashbook_entry_document_dict)
+cashbook_entry_document_from_dict = CashbookEntryDocument.from_dict(cashbook_entry_document_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/City.md b/docs/City.md
index 77847f97..e4f76338 100644
--- a/docs/City.md
+++ b/docs/City.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of City from a JSON string
city_instance = City.from_json(json)
# print the JSON string representation of the object
-print City.to_json()
+print(City.to_json())
# convert the object into a dict
city_dict = city_instance.to_dict()
# create an instance of City from a dict
-city_form_dict = city.from_dict(city_dict)
+city_from_dict = City.from_dict(city_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Client.md b/docs/Client.md
index 05c4d71d..de98cb36 100644
--- a/docs/Client.md
+++ b/docs/Client.md
@@ -54,12 +54,12 @@ json = "{}"
# create an instance of Client from a JSON string
client_instance = Client.from_json(json)
# print the JSON string representation of the object
-print Client.to_json()
+print(Client.to_json())
# convert the object into a dict
client_dict = client_instance.to_dict()
# create an instance of Client from a dict
-client_form_dict = client.from_dict(client_dict)
+client_from_dict = Client.from_dict(client_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Company.md b/docs/Company.md
index 5645bb95..71aa6c6d 100644
--- a/docs/Company.md
+++ b/docs/Company.md
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
**fic_plan** | [**FattureInCloudPlanType**](FattureInCloudPlanType.md) | | [optional]
**connection_id** | **int** | Company connection id | [optional]
**tax_code** | **str** | Company tax code | [optional]
+**vat_number** | **str** | Company vat number | [optional]
## Example
@@ -25,12 +26,12 @@ json = "{}"
# create an instance of Company from a JSON string
company_instance = Company.from_json(json)
# print the JSON string representation of the object
-print Company.to_json()
+print(Company.to_json())
# convert the object into a dict
company_dict = company_instance.to_dict()
# create an instance of Company from a dict
-company_form_dict = company.from_dict(company_dict)
+company_from_dict = Company.from_dict(company_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CompanyInfo.md b/docs/CompanyInfo.md
index 9953c3a5..ab99b916 100644
--- a/docs/CompanyInfo.md
+++ b/docs/CompanyInfo.md
@@ -26,12 +26,12 @@ json = "{}"
# create an instance of CompanyInfo from a JSON string
company_info_instance = CompanyInfo.from_json(json)
# print the JSON string representation of the object
-print CompanyInfo.to_json()
+print(CompanyInfo.to_json())
# convert the object into a dict
company_info_dict = company_info_instance.to_dict()
# create an instance of CompanyInfo from a dict
-company_info_form_dict = company_info.from_dict(company_info_dict)
+company_info_from_dict = CompanyInfo.from_dict(company_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CompanyInfoAccessInfo.md b/docs/CompanyInfoAccessInfo.md
index 7d0a9c43..7a968b33 100644
--- a/docs/CompanyInfoAccessInfo.md
+++ b/docs/CompanyInfoAccessInfo.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of CompanyInfoAccessInfo from a JSON string
company_info_access_info_instance = CompanyInfoAccessInfo.from_json(json)
# print the JSON string representation of the object
-print CompanyInfoAccessInfo.to_json()
+print(CompanyInfoAccessInfo.to_json())
# convert the object into a dict
company_info_access_info_dict = company_info_access_info_instance.to_dict()
# create an instance of CompanyInfoAccessInfo from a dict
-company_info_access_info_form_dict = company_info_access_info.from_dict(company_info_access_info_dict)
+company_info_access_info_from_dict = CompanyInfoAccessInfo.from_dict(company_info_access_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CompanyInfoPlanInfo.md b/docs/CompanyInfoPlanInfo.md
index 93409d02..0f084c51 100644
--- a/docs/CompanyInfoPlanInfo.md
+++ b/docs/CompanyInfoPlanInfo.md
@@ -20,12 +20,12 @@ json = "{}"
# create an instance of CompanyInfoPlanInfo from a JSON string
company_info_plan_info_instance = CompanyInfoPlanInfo.from_json(json)
# print the JSON string representation of the object
-print CompanyInfoPlanInfo.to_json()
+print(CompanyInfoPlanInfo.to_json())
# convert the object into a dict
company_info_plan_info_dict = company_info_plan_info_instance.to_dict()
# create an instance of CompanyInfoPlanInfo from a dict
-company_info_plan_info_form_dict = company_info_plan_info.from_dict(company_info_plan_info_dict)
+company_info_plan_info_from_dict = CompanyInfoPlanInfo.from_dict(company_info_plan_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CompanyInfoPlanInfoFunctions.md b/docs/CompanyInfoPlanInfoFunctions.md
index a1bffe3a..2e74e373 100644
--- a/docs/CompanyInfoPlanInfoFunctions.md
+++ b/docs/CompanyInfoPlanInfoFunctions.md
@@ -35,12 +35,12 @@ json = "{}"
# create an instance of CompanyInfoPlanInfoFunctions from a JSON string
company_info_plan_info_functions_instance = CompanyInfoPlanInfoFunctions.from_json(json)
# print the JSON string representation of the object
-print CompanyInfoPlanInfoFunctions.to_json()
+print(CompanyInfoPlanInfoFunctions.to_json())
# convert the object into a dict
company_info_plan_info_functions_dict = company_info_plan_info_functions_instance.to_dict()
# create an instance of CompanyInfoPlanInfoFunctions from a dict
-company_info_plan_info_functions_form_dict = company_info_plan_info_functions.from_dict(company_info_plan_info_functions_dict)
+company_info_plan_info_functions_from_dict = CompanyInfoPlanInfoFunctions.from_dict(company_info_plan_info_functions_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CompanyInfoPlanInfoFunctionsStatus.md b/docs/CompanyInfoPlanInfoFunctionsStatus.md
index 5afc571d..0b989e7d 100644
--- a/docs/CompanyInfoPlanInfoFunctionsStatus.md
+++ b/docs/CompanyInfoPlanInfoFunctionsStatus.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CompanyInfoPlanInfoFunctionsStatus from a JSON string
company_info_plan_info_functions_status_instance = CompanyInfoPlanInfoFunctionsStatus.from_json(json)
# print the JSON string representation of the object
-print CompanyInfoPlanInfoFunctionsStatus.to_json()
+print(CompanyInfoPlanInfoFunctionsStatus.to_json())
# convert the object into a dict
company_info_plan_info_functions_status_dict = company_info_plan_info_functions_status_instance.to_dict()
# create an instance of CompanyInfoPlanInfoFunctionsStatus from a dict
-company_info_plan_info_functions_status_form_dict = company_info_plan_info_functions_status.from_dict(company_info_plan_info_functions_status_dict)
+company_info_plan_info_functions_status_from_dict = CompanyInfoPlanInfoFunctionsStatus.from_dict(company_info_plan_info_functions_status_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CompanyInfoPlanInfoLimits.md b/docs/CompanyInfoPlanInfoLimits.md
index 2811ac40..1dca179b 100644
--- a/docs/CompanyInfoPlanInfoLimits.md
+++ b/docs/CompanyInfoPlanInfoLimits.md
@@ -21,12 +21,12 @@ json = "{}"
# create an instance of CompanyInfoPlanInfoLimits from a JSON string
company_info_plan_info_limits_instance = CompanyInfoPlanInfoLimits.from_json(json)
# print the JSON string representation of the object
-print CompanyInfoPlanInfoLimits.to_json()
+print(CompanyInfoPlanInfoLimits.to_json())
# convert the object into a dict
company_info_plan_info_limits_dict = company_info_plan_info_limits_instance.to_dict()
# create an instance of CompanyInfoPlanInfoLimits from a dict
-company_info_plan_info_limits_form_dict = company_info_plan_info_limits.from_dict(company_info_plan_info_limits_dict)
+company_info_plan_info_limits_from_dict = CompanyInfoPlanInfoLimits.from_dict(company_info_plan_info_limits_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CompanyPlanUsage.md b/docs/CompanyPlanUsage.md
index c22d552d..c156c9aa 100644
--- a/docs/CompanyPlanUsage.md
+++ b/docs/CompanyPlanUsage.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CompanyPlanUsage from a JSON string
company_plan_usage_instance = CompanyPlanUsage.from_json(json)
# print the JSON string representation of the object
-print CompanyPlanUsage.to_json()
+print(CompanyPlanUsage.to_json())
# convert the object into a dict
company_plan_usage_dict = company_plan_usage_instance.to_dict()
# create an instance of CompanyPlanUsage from a dict
-company_plan_usage_form_dict = company_plan_usage.from_dict(company_plan_usage_dict)
+company_plan_usage_from_dict = CompanyPlanUsage.from_dict(company_plan_usage_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ControlledCompany.md b/docs/ControlledCompany.md
index 3c807ef9..13ce2dfe 100644
--- a/docs/ControlledCompany.md
+++ b/docs/ControlledCompany.md
@@ -24,12 +24,12 @@ json = "{}"
# create an instance of ControlledCompany from a JSON string
controlled_company_instance = ControlledCompany.from_json(json)
# print the JSON string representation of the object
-print ControlledCompany.to_json()
+print(ControlledCompany.to_json())
# convert the object into a dict
controlled_company_dict = controlled_company_instance.to_dict()
# create an instance of ControlledCompany from a dict
-controlled_company_form_dict = controlled_company.from_dict(controlled_company_dict)
+controlled_company_from_dict = ControlledCompany.from_dict(controlled_company_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateArchiveDocumentRequest.md b/docs/CreateArchiveDocumentRequest.md
index 0150bf22..1b7d1023 100644
--- a/docs/CreateArchiveDocumentRequest.md
+++ b/docs/CreateArchiveDocumentRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateArchiveDocumentRequest from a JSON string
create_archive_document_request_instance = CreateArchiveDocumentRequest.from_json(json)
# print the JSON string representation of the object
-print CreateArchiveDocumentRequest.to_json()
+print(CreateArchiveDocumentRequest.to_json())
# convert the object into a dict
create_archive_document_request_dict = create_archive_document_request_instance.to_dict()
# create an instance of CreateArchiveDocumentRequest from a dict
-create_archive_document_request_form_dict = create_archive_document_request.from_dict(create_archive_document_request_dict)
+create_archive_document_request_from_dict = CreateArchiveDocumentRequest.from_dict(create_archive_document_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateArchiveDocumentResponse.md b/docs/CreateArchiveDocumentResponse.md
index d9626de2..2bf18bee 100644
--- a/docs/CreateArchiveDocumentResponse.md
+++ b/docs/CreateArchiveDocumentResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateArchiveDocumentResponse from a JSON string
create_archive_document_response_instance = CreateArchiveDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print CreateArchiveDocumentResponse.to_json()
+print(CreateArchiveDocumentResponse.to_json())
# convert the object into a dict
create_archive_document_response_dict = create_archive_document_response_instance.to_dict()
# create an instance of CreateArchiveDocumentResponse from a dict
-create_archive_document_response_form_dict = create_archive_document_response.from_dict(create_archive_document_response_dict)
+create_archive_document_response_from_dict = CreateArchiveDocumentResponse.from_dict(create_archive_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateCashbookEntryRequest.md b/docs/CreateCashbookEntryRequest.md
index f298f73e..26d6d3bb 100644
--- a/docs/CreateCashbookEntryRequest.md
+++ b/docs/CreateCashbookEntryRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateCashbookEntryRequest from a JSON string
create_cashbook_entry_request_instance = CreateCashbookEntryRequest.from_json(json)
# print the JSON string representation of the object
-print CreateCashbookEntryRequest.to_json()
+print(CreateCashbookEntryRequest.to_json())
# convert the object into a dict
create_cashbook_entry_request_dict = create_cashbook_entry_request_instance.to_dict()
# create an instance of CreateCashbookEntryRequest from a dict
-create_cashbook_entry_request_form_dict = create_cashbook_entry_request.from_dict(create_cashbook_entry_request_dict)
+create_cashbook_entry_request_from_dict = CreateCashbookEntryRequest.from_dict(create_cashbook_entry_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateCashbookEntryResponse.md b/docs/CreateCashbookEntryResponse.md
index c2bd35dd..3dd996e9 100644
--- a/docs/CreateCashbookEntryResponse.md
+++ b/docs/CreateCashbookEntryResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateCashbookEntryResponse from a JSON string
create_cashbook_entry_response_instance = CreateCashbookEntryResponse.from_json(json)
# print the JSON string representation of the object
-print CreateCashbookEntryResponse.to_json()
+print(CreateCashbookEntryResponse.to_json())
# convert the object into a dict
create_cashbook_entry_response_dict = create_cashbook_entry_response_instance.to_dict()
# create an instance of CreateCashbookEntryResponse from a dict
-create_cashbook_entry_response_form_dict = create_cashbook_entry_response.from_dict(create_cashbook_entry_response_dict)
+create_cashbook_entry_response_from_dict = CreateCashbookEntryResponse.from_dict(create_cashbook_entry_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateClientRequest.md b/docs/CreateClientRequest.md
index eba2b865..212241ff 100644
--- a/docs/CreateClientRequest.md
+++ b/docs/CreateClientRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateClientRequest from a JSON string
create_client_request_instance = CreateClientRequest.from_json(json)
# print the JSON string representation of the object
-print CreateClientRequest.to_json()
+print(CreateClientRequest.to_json())
# convert the object into a dict
create_client_request_dict = create_client_request_instance.to_dict()
# create an instance of CreateClientRequest from a dict
-create_client_request_form_dict = create_client_request.from_dict(create_client_request_dict)
+create_client_request_from_dict = CreateClientRequest.from_dict(create_client_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateClientResponse.md b/docs/CreateClientResponse.md
index fee055a5..b2948318 100644
--- a/docs/CreateClientResponse.md
+++ b/docs/CreateClientResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateClientResponse from a JSON string
create_client_response_instance = CreateClientResponse.from_json(json)
# print the JSON string representation of the object
-print CreateClientResponse.to_json()
+print(CreateClientResponse.to_json())
# convert the object into a dict
create_client_response_dict = create_client_response_instance.to_dict()
# create an instance of CreateClientResponse from a dict
-create_client_response_form_dict = create_client_response.from_dict(create_client_response_dict)
+create_client_response_from_dict = CreateClientResponse.from_dict(create_client_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateF24Request.md b/docs/CreateF24Request.md
index 3de93db9..e73af65a 100644
--- a/docs/CreateF24Request.md
+++ b/docs/CreateF24Request.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateF24Request from a JSON string
create_f24_request_instance = CreateF24Request.from_json(json)
# print the JSON string representation of the object
-print CreateF24Request.to_json()
+print(CreateF24Request.to_json())
# convert the object into a dict
create_f24_request_dict = create_f24_request_instance.to_dict()
# create an instance of CreateF24Request from a dict
-create_f24_request_form_dict = create_f24_request.from_dict(create_f24_request_dict)
+create_f24_request_from_dict = CreateF24Request.from_dict(create_f24_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateF24Response.md b/docs/CreateF24Response.md
index 890301d1..e65cee2a 100644
--- a/docs/CreateF24Response.md
+++ b/docs/CreateF24Response.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateF24Response from a JSON string
create_f24_response_instance = CreateF24Response.from_json(json)
# print the JSON string representation of the object
-print CreateF24Response.to_json()
+print(CreateF24Response.to_json())
# convert the object into a dict
create_f24_response_dict = create_f24_response_instance.to_dict()
# create an instance of CreateF24Response from a dict
-create_f24_response_form_dict = create_f24_response.from_dict(create_f24_response_dict)
+create_f24_response_from_dict = CreateF24Response.from_dict(create_f24_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateIssuedDocumentRequest.md b/docs/CreateIssuedDocumentRequest.md
index 4ed1a3b2..57032ea2 100644
--- a/docs/CreateIssuedDocumentRequest.md
+++ b/docs/CreateIssuedDocumentRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateIssuedDocumentRequest from a JSON string
create_issued_document_request_instance = CreateIssuedDocumentRequest.from_json(json)
# print the JSON string representation of the object
-print CreateIssuedDocumentRequest.to_json()
+print(CreateIssuedDocumentRequest.to_json())
# convert the object into a dict
create_issued_document_request_dict = create_issued_document_request_instance.to_dict()
# create an instance of CreateIssuedDocumentRequest from a dict
-create_issued_document_request_form_dict = create_issued_document_request.from_dict(create_issued_document_request_dict)
+create_issued_document_request_from_dict = CreateIssuedDocumentRequest.from_dict(create_issued_document_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateIssuedDocumentResponse.md b/docs/CreateIssuedDocumentResponse.md
index 537df0f5..b57c8f05 100644
--- a/docs/CreateIssuedDocumentResponse.md
+++ b/docs/CreateIssuedDocumentResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateIssuedDocumentResponse from a JSON string
create_issued_document_response_instance = CreateIssuedDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print CreateIssuedDocumentResponse.to_json()
+print(CreateIssuedDocumentResponse.to_json())
# convert the object into a dict
create_issued_document_response_dict = create_issued_document_response_instance.to_dict()
# create an instance of CreateIssuedDocumentResponse from a dict
-create_issued_document_response_form_dict = create_issued_document_response.from_dict(create_issued_document_response_dict)
+create_issued_document_response_from_dict = CreateIssuedDocumentResponse.from_dict(create_issued_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreatePaymentAccountRequest.md b/docs/CreatePaymentAccountRequest.md
index 10348292..fad1d7da 100644
--- a/docs/CreatePaymentAccountRequest.md
+++ b/docs/CreatePaymentAccountRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreatePaymentAccountRequest from a JSON string
create_payment_account_request_instance = CreatePaymentAccountRequest.from_json(json)
# print the JSON string representation of the object
-print CreatePaymentAccountRequest.to_json()
+print(CreatePaymentAccountRequest.to_json())
# convert the object into a dict
create_payment_account_request_dict = create_payment_account_request_instance.to_dict()
# create an instance of CreatePaymentAccountRequest from a dict
-create_payment_account_request_form_dict = create_payment_account_request.from_dict(create_payment_account_request_dict)
+create_payment_account_request_from_dict = CreatePaymentAccountRequest.from_dict(create_payment_account_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreatePaymentAccountResponse.md b/docs/CreatePaymentAccountResponse.md
index 0807359c..6914c009 100644
--- a/docs/CreatePaymentAccountResponse.md
+++ b/docs/CreatePaymentAccountResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreatePaymentAccountResponse from a JSON string
create_payment_account_response_instance = CreatePaymentAccountResponse.from_json(json)
# print the JSON string representation of the object
-print CreatePaymentAccountResponse.to_json()
+print(CreatePaymentAccountResponse.to_json())
# convert the object into a dict
create_payment_account_response_dict = create_payment_account_response_instance.to_dict()
# create an instance of CreatePaymentAccountResponse from a dict
-create_payment_account_response_form_dict = create_payment_account_response.from_dict(create_payment_account_response_dict)
+create_payment_account_response_from_dict = CreatePaymentAccountResponse.from_dict(create_payment_account_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreatePaymentMethodRequest.md b/docs/CreatePaymentMethodRequest.md
index 0530f498..c34b706c 100644
--- a/docs/CreatePaymentMethodRequest.md
+++ b/docs/CreatePaymentMethodRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreatePaymentMethodRequest from a JSON string
create_payment_method_request_instance = CreatePaymentMethodRequest.from_json(json)
# print the JSON string representation of the object
-print CreatePaymentMethodRequest.to_json()
+print(CreatePaymentMethodRequest.to_json())
# convert the object into a dict
create_payment_method_request_dict = create_payment_method_request_instance.to_dict()
# create an instance of CreatePaymentMethodRequest from a dict
-create_payment_method_request_form_dict = create_payment_method_request.from_dict(create_payment_method_request_dict)
+create_payment_method_request_from_dict = CreatePaymentMethodRequest.from_dict(create_payment_method_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreatePaymentMethodResponse.md b/docs/CreatePaymentMethodResponse.md
index a14c932c..ecea6e61 100644
--- a/docs/CreatePaymentMethodResponse.md
+++ b/docs/CreatePaymentMethodResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreatePaymentMethodResponse from a JSON string
create_payment_method_response_instance = CreatePaymentMethodResponse.from_json(json)
# print the JSON string representation of the object
-print CreatePaymentMethodResponse.to_json()
+print(CreatePaymentMethodResponse.to_json())
# convert the object into a dict
create_payment_method_response_dict = create_payment_method_response_instance.to_dict()
# create an instance of CreatePaymentMethodResponse from a dict
-create_payment_method_response_form_dict = create_payment_method_response.from_dict(create_payment_method_response_dict)
+create_payment_method_response_from_dict = CreatePaymentMethodResponse.from_dict(create_payment_method_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateProductRequest.md b/docs/CreateProductRequest.md
index ace556af..f5611cfa 100644
--- a/docs/CreateProductRequest.md
+++ b/docs/CreateProductRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateProductRequest from a JSON string
create_product_request_instance = CreateProductRequest.from_json(json)
# print the JSON string representation of the object
-print CreateProductRequest.to_json()
+print(CreateProductRequest.to_json())
# convert the object into a dict
create_product_request_dict = create_product_request_instance.to_dict()
# create an instance of CreateProductRequest from a dict
-create_product_request_form_dict = create_product_request.from_dict(create_product_request_dict)
+create_product_request_from_dict = CreateProductRequest.from_dict(create_product_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateProductResponse.md b/docs/CreateProductResponse.md
index 81c25517..2cbdd661 100644
--- a/docs/CreateProductResponse.md
+++ b/docs/CreateProductResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateProductResponse from a JSON string
create_product_response_instance = CreateProductResponse.from_json(json)
# print the JSON string representation of the object
-print CreateProductResponse.to_json()
+print(CreateProductResponse.to_json())
# convert the object into a dict
create_product_response_dict = create_product_response_instance.to_dict()
# create an instance of CreateProductResponse from a dict
-create_product_response_form_dict = create_product_response.from_dict(create_product_response_dict)
+create_product_response_from_dict = CreateProductResponse.from_dict(create_product_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateReceiptRequest.md b/docs/CreateReceiptRequest.md
index 8b3ba37e..d9b20c37 100644
--- a/docs/CreateReceiptRequest.md
+++ b/docs/CreateReceiptRequest.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of CreateReceiptRequest from a JSON string
create_receipt_request_instance = CreateReceiptRequest.from_json(json)
# print the JSON string representation of the object
-print CreateReceiptRequest.to_json()
+print(CreateReceiptRequest.to_json())
# convert the object into a dict
create_receipt_request_dict = create_receipt_request_instance.to_dict()
# create an instance of CreateReceiptRequest from a dict
-create_receipt_request_form_dict = create_receipt_request.from_dict(create_receipt_request_dict)
+create_receipt_request_from_dict = CreateReceiptRequest.from_dict(create_receipt_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateReceiptResponse.md b/docs/CreateReceiptResponse.md
index 67fa1e68..5d23328d 100644
--- a/docs/CreateReceiptResponse.md
+++ b/docs/CreateReceiptResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateReceiptResponse from a JSON string
create_receipt_response_instance = CreateReceiptResponse.from_json(json)
# print the JSON string representation of the object
-print CreateReceiptResponse.to_json()
+print(CreateReceiptResponse.to_json())
# convert the object into a dict
create_receipt_response_dict = create_receipt_response_instance.to_dict()
# create an instance of CreateReceiptResponse from a dict
-create_receipt_response_form_dict = create_receipt_response.from_dict(create_receipt_response_dict)
+create_receipt_response_from_dict = CreateReceiptResponse.from_dict(create_receipt_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateReceivedDocumentRequest.md b/docs/CreateReceivedDocumentRequest.md
index f6d601c6..da50e87e 100644
--- a/docs/CreateReceivedDocumentRequest.md
+++ b/docs/CreateReceivedDocumentRequest.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of CreateReceivedDocumentRequest from a JSON string
create_received_document_request_instance = CreateReceivedDocumentRequest.from_json(json)
# print the JSON string representation of the object
-print CreateReceivedDocumentRequest.to_json()
+print(CreateReceivedDocumentRequest.to_json())
# convert the object into a dict
create_received_document_request_dict = create_received_document_request_instance.to_dict()
# create an instance of CreateReceivedDocumentRequest from a dict
-create_received_document_request_form_dict = create_received_document_request.from_dict(create_received_document_request_dict)
+create_received_document_request_from_dict = CreateReceivedDocumentRequest.from_dict(create_received_document_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateReceivedDocumentResponse.md b/docs/CreateReceivedDocumentResponse.md
index 60f6173e..5617ef4a 100644
--- a/docs/CreateReceivedDocumentResponse.md
+++ b/docs/CreateReceivedDocumentResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateReceivedDocumentResponse from a JSON string
create_received_document_response_instance = CreateReceivedDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print CreateReceivedDocumentResponse.to_json()
+print(CreateReceivedDocumentResponse.to_json())
# convert the object into a dict
create_received_document_response_dict = create_received_document_response_instance.to_dict()
# create an instance of CreateReceivedDocumentResponse from a dict
-create_received_document_response_form_dict = create_received_document_response.from_dict(create_received_document_response_dict)
+create_received_document_response_from_dict = CreateReceivedDocumentResponse.from_dict(create_received_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateSupplierRequest.md b/docs/CreateSupplierRequest.md
index cbf55240..c4d81021 100644
--- a/docs/CreateSupplierRequest.md
+++ b/docs/CreateSupplierRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateSupplierRequest from a JSON string
create_supplier_request_instance = CreateSupplierRequest.from_json(json)
# print the JSON string representation of the object
-print CreateSupplierRequest.to_json()
+print(CreateSupplierRequest.to_json())
# convert the object into a dict
create_supplier_request_dict = create_supplier_request_instance.to_dict()
# create an instance of CreateSupplierRequest from a dict
-create_supplier_request_form_dict = create_supplier_request.from_dict(create_supplier_request_dict)
+create_supplier_request_from_dict = CreateSupplierRequest.from_dict(create_supplier_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateSupplierResponse.md b/docs/CreateSupplierResponse.md
index 3d072c5f..58b0cfc4 100644
--- a/docs/CreateSupplierResponse.md
+++ b/docs/CreateSupplierResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateSupplierResponse from a JSON string
create_supplier_response_instance = CreateSupplierResponse.from_json(json)
# print the JSON string representation of the object
-print CreateSupplierResponse.to_json()
+print(CreateSupplierResponse.to_json())
# convert the object into a dict
create_supplier_response_dict = create_supplier_response_instance.to_dict()
# create an instance of CreateSupplierResponse from a dict
-create_supplier_response_form_dict = create_supplier_response.from_dict(create_supplier_response_dict)
+create_supplier_response_from_dict = CreateSupplierResponse.from_dict(create_supplier_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateVatTypeRequest.md b/docs/CreateVatTypeRequest.md
index d0749b03..99887601 100644
--- a/docs/CreateVatTypeRequest.md
+++ b/docs/CreateVatTypeRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateVatTypeRequest from a JSON string
create_vat_type_request_instance = CreateVatTypeRequest.from_json(json)
# print the JSON string representation of the object
-print CreateVatTypeRequest.to_json()
+print(CreateVatTypeRequest.to_json())
# convert the object into a dict
create_vat_type_request_dict = create_vat_type_request_instance.to_dict()
# create an instance of CreateVatTypeRequest from a dict
-create_vat_type_request_form_dict = create_vat_type_request.from_dict(create_vat_type_request_dict)
+create_vat_type_request_from_dict = CreateVatTypeRequest.from_dict(create_vat_type_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateVatTypeResponse.md b/docs/CreateVatTypeResponse.md
index 26c164be..f37d44da 100644
--- a/docs/CreateVatTypeResponse.md
+++ b/docs/CreateVatTypeResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateVatTypeResponse from a JSON string
create_vat_type_response_instance = CreateVatTypeResponse.from_json(json)
# print the JSON string representation of the object
-print CreateVatTypeResponse.to_json()
+print(CreateVatTypeResponse.to_json())
# convert the object into a dict
create_vat_type_response_dict = create_vat_type_response_instance.to_dict()
# create an instance of CreateVatTypeResponse from a dict
-create_vat_type_response_form_dict = create_vat_type_response.from_dict(create_vat_type_response_dict)
+create_vat_type_response_from_dict = CreateVatTypeResponse.from_dict(create_vat_type_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateWebhooksSubscriptionRequest.md b/docs/CreateWebhooksSubscriptionRequest.md
index 50245213..337bb161 100644
--- a/docs/CreateWebhooksSubscriptionRequest.md
+++ b/docs/CreateWebhooksSubscriptionRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateWebhooksSubscriptionRequest from a JSON string
create_webhooks_subscription_request_instance = CreateWebhooksSubscriptionRequest.from_json(json)
# print the JSON string representation of the object
-print CreateWebhooksSubscriptionRequest.to_json()
+print(CreateWebhooksSubscriptionRequest.to_json())
# convert the object into a dict
create_webhooks_subscription_request_dict = create_webhooks_subscription_request_instance.to_dict()
# create an instance of CreateWebhooksSubscriptionRequest from a dict
-create_webhooks_subscription_request_form_dict = create_webhooks_subscription_request.from_dict(create_webhooks_subscription_request_dict)
+create_webhooks_subscription_request_from_dict = CreateWebhooksSubscriptionRequest.from_dict(create_webhooks_subscription_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/CreateWebhooksSubscriptionResponse.md b/docs/CreateWebhooksSubscriptionResponse.md
index 5fbfb82c..52c1c9d2 100644
--- a/docs/CreateWebhooksSubscriptionResponse.md
+++ b/docs/CreateWebhooksSubscriptionResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateWebhooksSubscriptionResponse from a JSON string
create_webhooks_subscription_response_instance = CreateWebhooksSubscriptionResponse.from_json(json)
# print the JSON string representation of the object
-print CreateWebhooksSubscriptionResponse.to_json()
+print(CreateWebhooksSubscriptionResponse.to_json())
# convert the object into a dict
create_webhooks_subscription_response_dict = create_webhooks_subscription_response_instance.to_dict()
# create an instance of CreateWebhooksSubscriptionResponse from a dict
-create_webhooks_subscription_response_form_dict = create_webhooks_subscription_response.from_dict(create_webhooks_subscription_response_dict)
+create_webhooks_subscription_response_from_dict = CreateWebhooksSubscriptionResponse.from_dict(create_webhooks_subscription_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Currency.md b/docs/Currency.md
index b703ab1c..cf6954fc 100644
--- a/docs/Currency.md
+++ b/docs/Currency.md
@@ -20,12 +20,12 @@ json = "{}"
# create an instance of Currency from a JSON string
currency_instance = Currency.from_json(json)
# print the JSON string representation of the object
-print Currency.to_json()
+print(Currency.to_json())
# convert the object into a dict
currency_dict = currency_instance.to_dict()
# create an instance of Currency from a dict
-currency_form_dict = currency.from_dict(currency_dict)
+currency_from_dict = Currency.from_dict(currency_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/DetailedCountry.md b/docs/DetailedCountry.md
index 10b228de..7df9229f 100644
--- a/docs/DetailedCountry.md
+++ b/docs/DetailedCountry.md
@@ -21,12 +21,12 @@ json = "{}"
# create an instance of DetailedCountry from a JSON string
detailed_country_instance = DetailedCountry.from_json(json)
# print the JSON string representation of the object
-print DetailedCountry.to_json()
+print(DetailedCountry.to_json())
# convert the object into a dict
detailed_country_dict = detailed_country_instance.to_dict()
# create an instance of DetailedCountry from a dict
-detailed_country_form_dict = detailed_country.from_dict(detailed_country_dict)
+detailed_country_from_dict = DetailedCountry.from_dict(detailed_country_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/DocumentTemplate.md b/docs/DocumentTemplate.md
index 5ac04d16..bb6bfc66 100644
--- a/docs/DocumentTemplate.md
+++ b/docs/DocumentTemplate.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of DocumentTemplate from a JSON string
document_template_instance = DocumentTemplate.from_json(json)
# print the JSON string representation of the object
-print DocumentTemplate.to_json()
+print(DocumentTemplate.to_json())
# convert the object into a dict
document_template_dict = document_template_instance.to_dict()
# create an instance of DocumentTemplate from a dict
-document_template_form_dict = document_template.from_dict(document_template_dict)
+document_template_from_dict = DocumentTemplate.from_dict(document_template_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/EInvoiceRejectionReason.md b/docs/EInvoiceRejectionReason.md
index f50747a6..f5f0317b 100644
--- a/docs/EInvoiceRejectionReason.md
+++ b/docs/EInvoiceRejectionReason.md
@@ -21,12 +21,12 @@ json = "{}"
# create an instance of EInvoiceRejectionReason from a JSON string
e_invoice_rejection_reason_instance = EInvoiceRejectionReason.from_json(json)
# print the JSON string representation of the object
-print EInvoiceRejectionReason.to_json()
+print(EInvoiceRejectionReason.to_json())
# convert the object into a dict
e_invoice_rejection_reason_dict = e_invoice_rejection_reason_instance.to_dict()
# create an instance of EInvoiceRejectionReason from a dict
-e_invoice_rejection_reason_form_dict = e_invoice_rejection_reason.from_dict(e_invoice_rejection_reason_dict)
+e_invoice_rejection_reason_from_dict = EInvoiceRejectionReason.from_dict(e_invoice_rejection_reason_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Email.md b/docs/Email.md
index 6bafb0ef..0fc97f40 100644
--- a/docs/Email.md
+++ b/docs/Email.md
@@ -32,12 +32,12 @@ json = "{}"
# create an instance of Email from a JSON string
email_instance = Email.from_json(json)
# print the JSON string representation of the object
-print Email.to_json()
+print(Email.to_json())
# convert the object into a dict
email_dict = email_instance.to_dict()
# create an instance of Email from a dict
-email_form_dict = email.from_dict(email_dict)
+email_from_dict = Email.from_dict(email_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/EmailAttachment.md b/docs/EmailAttachment.md
index cffcc5f6..11dc160e 100644
--- a/docs/EmailAttachment.md
+++ b/docs/EmailAttachment.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of EmailAttachment from a JSON string
email_attachment_instance = EmailAttachment.from_json(json)
# print the JSON string representation of the object
-print EmailAttachment.to_json()
+print(EmailAttachment.to_json())
# convert the object into a dict
email_attachment_dict = email_attachment_instance.to_dict()
# create an instance of EmailAttachment from a dict
-email_attachment_form_dict = email_attachment.from_dict(email_attachment_dict)
+email_attachment_from_dict = EmailAttachment.from_dict(email_attachment_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/EmailData.md b/docs/EmailData.md
index becb41ef..1d2e3f33 100644
--- a/docs/EmailData.md
+++ b/docs/EmailData.md
@@ -27,12 +27,12 @@ json = "{}"
# create an instance of EmailData from a JSON string
email_data_instance = EmailData.from_json(json)
# print the JSON string representation of the object
-print EmailData.to_json()
+print(EmailData.to_json())
# convert the object into a dict
email_data_dict = email_data_instance.to_dict()
# create an instance of EmailData from a dict
-email_data_form_dict = email_data.from_dict(email_data_dict)
+email_data_from_dict = EmailData.from_dict(email_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/EmailDataDefaultSenderEmail.md b/docs/EmailDataDefaultSenderEmail.md
index 52c687de..5a8c4f61 100644
--- a/docs/EmailDataDefaultSenderEmail.md
+++ b/docs/EmailDataDefaultSenderEmail.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of EmailDataDefaultSenderEmail from a JSON string
email_data_default_sender_email_instance = EmailDataDefaultSenderEmail.from_json(json)
# print the JSON string representation of the object
-print EmailDataDefaultSenderEmail.to_json()
+print(EmailDataDefaultSenderEmail.to_json())
# convert the object into a dict
email_data_default_sender_email_dict = email_data_default_sender_email_instance.to_dict()
# create an instance of EmailDataDefaultSenderEmail from a dict
-email_data_default_sender_email_form_dict = email_data_default_sender_email.from_dict(email_data_default_sender_email_dict)
+email_data_default_sender_email_from_dict = EmailDataDefaultSenderEmail.from_dict(email_data_default_sender_email_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/EmailSchedule.md b/docs/EmailSchedule.md
index 4ff8f29d..81b7d76a 100644
--- a/docs/EmailSchedule.md
+++ b/docs/EmailSchedule.md
@@ -24,12 +24,12 @@ json = "{}"
# create an instance of EmailSchedule from a JSON string
email_schedule_instance = EmailSchedule.from_json(json)
# print the JSON string representation of the object
-print EmailSchedule.to_json()
+print(EmailSchedule.to_json())
# convert the object into a dict
email_schedule_dict = email_schedule_instance.to_dict()
# create an instance of EmailSchedule from a dict
-email_schedule_form_dict = email_schedule.from_dict(email_schedule_dict)
+email_schedule_from_dict = EmailSchedule.from_dict(email_schedule_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/EmailScheduleInclude.md b/docs/EmailScheduleInclude.md
index 36a99360..ab2909e7 100644
--- a/docs/EmailScheduleInclude.md
+++ b/docs/EmailScheduleInclude.md
@@ -20,12 +20,12 @@ json = "{}"
# create an instance of EmailScheduleInclude from a JSON string
email_schedule_include_instance = EmailScheduleInclude.from_json(json)
# print the JSON string representation of the object
-print EmailScheduleInclude.to_json()
+print(EmailScheduleInclude.to_json())
# convert the object into a dict
email_schedule_include_dict = email_schedule_include_instance.to_dict()
# create an instance of EmailScheduleInclude from a dict
-email_schedule_include_form_dict = email_schedule_include.from_dict(email_schedule_include_dict)
+email_schedule_include_from_dict = EmailScheduleInclude.from_dict(email_schedule_include_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Entity.md b/docs/Entity.md
index 1ff2e5e3..e328f87c 100644
--- a/docs/Entity.md
+++ b/docs/Entity.md
@@ -52,12 +52,12 @@ json = "{}"
# create an instance of Entity from a JSON string
entity_instance = Entity.from_json(json)
# print the JSON string representation of the object
-print Entity.to_json()
+print(Entity.to_json())
# convert the object into a dict
entity_dict = entity_instance.to_dict()
# create an instance of Entity from a dict
-entity_form_dict = entity.from_dict(entity_dict)
+entity_from_dict = Entity.from_dict(entity_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/F24.md b/docs/F24.md
index 6e0640c1..919476ef 100644
--- a/docs/F24.md
+++ b/docs/F24.md
@@ -24,12 +24,12 @@ json = "{}"
# create an instance of F24 from a JSON string
f24_instance = F24.from_json(json)
# print the JSON string representation of the object
-print F24.to_json()
+print(F24.to_json())
# convert the object into a dict
f24_dict = f24_instance.to_dict()
# create an instance of F24 from a dict
-f24_form_dict = f24.from_dict(f24_dict)
+f24_from_dict = F24.from_dict(f24_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/FunctionStatus.md b/docs/FunctionStatus.md
index 3733a034..5fe1df21 100644
--- a/docs/FunctionStatus.md
+++ b/docs/FunctionStatus.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of FunctionStatus from a JSON string
function_status_instance = FunctionStatus.from_json(json)
# print the JSON string representation of the object
-print FunctionStatus.to_json()
+print(FunctionStatus.to_json())
# convert the object into a dict
function_status_dict = function_status_instance.to_dict()
# create an instance of FunctionStatus from a dict
-function_status_form_dict = function_status.from_dict(function_status_dict)
+function_status_from_dict = FunctionStatus.from_dict(function_status_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetArchiveDocumentResponse.md b/docs/GetArchiveDocumentResponse.md
index ecbb77d8..bd99b668 100644
--- a/docs/GetArchiveDocumentResponse.md
+++ b/docs/GetArchiveDocumentResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetArchiveDocumentResponse from a JSON string
get_archive_document_response_instance = GetArchiveDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print GetArchiveDocumentResponse.to_json()
+print(GetArchiveDocumentResponse.to_json())
# convert the object into a dict
get_archive_document_response_dict = get_archive_document_response_instance.to_dict()
# create an instance of GetArchiveDocumentResponse from a dict
-get_archive_document_response_form_dict = get_archive_document_response.from_dict(get_archive_document_response_dict)
+get_archive_document_response_from_dict = GetArchiveDocumentResponse.from_dict(get_archive_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetCashbookEntryResponse.md b/docs/GetCashbookEntryResponse.md
index 8643b082..a691e52f 100644
--- a/docs/GetCashbookEntryResponse.md
+++ b/docs/GetCashbookEntryResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetCashbookEntryResponse from a JSON string
get_cashbook_entry_response_instance = GetCashbookEntryResponse.from_json(json)
# print the JSON string representation of the object
-print GetCashbookEntryResponse.to_json()
+print(GetCashbookEntryResponse.to_json())
# convert the object into a dict
get_cashbook_entry_response_dict = get_cashbook_entry_response_instance.to_dict()
# create an instance of GetCashbookEntryResponse from a dict
-get_cashbook_entry_response_form_dict = get_cashbook_entry_response.from_dict(get_cashbook_entry_response_dict)
+get_cashbook_entry_response_from_dict = GetCashbookEntryResponse.from_dict(get_cashbook_entry_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetClientResponse.md b/docs/GetClientResponse.md
index f84caf30..5210059a 100644
--- a/docs/GetClientResponse.md
+++ b/docs/GetClientResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetClientResponse from a JSON string
get_client_response_instance = GetClientResponse.from_json(json)
# print the JSON string representation of the object
-print GetClientResponse.to_json()
+print(GetClientResponse.to_json())
# convert the object into a dict
get_client_response_dict = get_client_response_instance.to_dict()
# create an instance of GetClientResponse from a dict
-get_client_response_form_dict = get_client_response.from_dict(get_client_response_dict)
+get_client_response_from_dict = GetClientResponse.from_dict(get_client_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetCompanyInfoResponse.md b/docs/GetCompanyInfoResponse.md
index 83abaa6d..9f87b3f1 100644
--- a/docs/GetCompanyInfoResponse.md
+++ b/docs/GetCompanyInfoResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetCompanyInfoResponse from a JSON string
get_company_info_response_instance = GetCompanyInfoResponse.from_json(json)
# print the JSON string representation of the object
-print GetCompanyInfoResponse.to_json()
+print(GetCompanyInfoResponse.to_json())
# convert the object into a dict
get_company_info_response_dict = get_company_info_response_instance.to_dict()
# create an instance of GetCompanyInfoResponse from a dict
-get_company_info_response_form_dict = get_company_info_response.from_dict(get_company_info_response_dict)
+get_company_info_response_from_dict = GetCompanyInfoResponse.from_dict(get_company_info_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetCompanyPlanUsageResponse.md b/docs/GetCompanyPlanUsageResponse.md
index b6ebe524..cee76f0c 100644
--- a/docs/GetCompanyPlanUsageResponse.md
+++ b/docs/GetCompanyPlanUsageResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetCompanyPlanUsageResponse from a JSON string
get_company_plan_usage_response_instance = GetCompanyPlanUsageResponse.from_json(json)
# print the JSON string representation of the object
-print GetCompanyPlanUsageResponse.to_json()
+print(GetCompanyPlanUsageResponse.to_json())
# convert the object into a dict
get_company_plan_usage_response_dict = get_company_plan_usage_response_instance.to_dict()
# create an instance of GetCompanyPlanUsageResponse from a dict
-get_company_plan_usage_response_form_dict = get_company_plan_usage_response.from_dict(get_company_plan_usage_response_dict)
+get_company_plan_usage_response_from_dict = GetCompanyPlanUsageResponse.from_dict(get_company_plan_usage_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetEInvoiceRejectionReasonResponse.md b/docs/GetEInvoiceRejectionReasonResponse.md
index cb4d33d6..0e5595c3 100644
--- a/docs/GetEInvoiceRejectionReasonResponse.md
+++ b/docs/GetEInvoiceRejectionReasonResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetEInvoiceRejectionReasonResponse from a JSON string
get_e_invoice_rejection_reason_response_instance = GetEInvoiceRejectionReasonResponse.from_json(json)
# print the JSON string representation of the object
-print GetEInvoiceRejectionReasonResponse.to_json()
+print(GetEInvoiceRejectionReasonResponse.to_json())
# convert the object into a dict
get_e_invoice_rejection_reason_response_dict = get_e_invoice_rejection_reason_response_instance.to_dict()
# create an instance of GetEInvoiceRejectionReasonResponse from a dict
-get_e_invoice_rejection_reason_response_form_dict = get_e_invoice_rejection_reason_response.from_dict(get_e_invoice_rejection_reason_response_dict)
+get_e_invoice_rejection_reason_response_from_dict = GetEInvoiceRejectionReasonResponse.from_dict(get_e_invoice_rejection_reason_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetEmailDataResponse.md b/docs/GetEmailDataResponse.md
index 6564569a..89094659 100644
--- a/docs/GetEmailDataResponse.md
+++ b/docs/GetEmailDataResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetEmailDataResponse from a JSON string
get_email_data_response_instance = GetEmailDataResponse.from_json(json)
# print the JSON string representation of the object
-print GetEmailDataResponse.to_json()
+print(GetEmailDataResponse.to_json())
# convert the object into a dict
get_email_data_response_dict = get_email_data_response_instance.to_dict()
# create an instance of GetEmailDataResponse from a dict
-get_email_data_response_form_dict = get_email_data_response.from_dict(get_email_data_response_dict)
+get_email_data_response_from_dict = GetEmailDataResponse.from_dict(get_email_data_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetExistingIssuedDocumentTotalsRequest.md b/docs/GetExistingIssuedDocumentTotalsRequest.md
index 12d3f5e8..f01f7440 100644
--- a/docs/GetExistingIssuedDocumentTotalsRequest.md
+++ b/docs/GetExistingIssuedDocumentTotalsRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetExistingIssuedDocumentTotalsRequest from a JSON string
get_existing_issued_document_totals_request_instance = GetExistingIssuedDocumentTotalsRequest.from_json(json)
# print the JSON string representation of the object
-print GetExistingIssuedDocumentTotalsRequest.to_json()
+print(GetExistingIssuedDocumentTotalsRequest.to_json())
# convert the object into a dict
get_existing_issued_document_totals_request_dict = get_existing_issued_document_totals_request_instance.to_dict()
# create an instance of GetExistingIssuedDocumentTotalsRequest from a dict
-get_existing_issued_document_totals_request_form_dict = get_existing_issued_document_totals_request.from_dict(get_existing_issued_document_totals_request_dict)
+get_existing_issued_document_totals_request_from_dict = GetExistingIssuedDocumentTotalsRequest.from_dict(get_existing_issued_document_totals_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetExistingIssuedDocumentTotalsResponse.md b/docs/GetExistingIssuedDocumentTotalsResponse.md
index 8f830d1f..361be810 100644
--- a/docs/GetExistingIssuedDocumentTotalsResponse.md
+++ b/docs/GetExistingIssuedDocumentTotalsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetExistingIssuedDocumentTotalsResponse from a JSON string
get_existing_issued_document_totals_response_instance = GetExistingIssuedDocumentTotalsResponse.from_json(json)
# print the JSON string representation of the object
-print GetExistingIssuedDocumentTotalsResponse.to_json()
+print(GetExistingIssuedDocumentTotalsResponse.to_json())
# convert the object into a dict
get_existing_issued_document_totals_response_dict = get_existing_issued_document_totals_response_instance.to_dict()
# create an instance of GetExistingIssuedDocumentTotalsResponse from a dict
-get_existing_issued_document_totals_response_form_dict = get_existing_issued_document_totals_response.from_dict(get_existing_issued_document_totals_response_dict)
+get_existing_issued_document_totals_response_from_dict = GetExistingIssuedDocumentTotalsResponse.from_dict(get_existing_issued_document_totals_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetExistingReceivedDocumentTotalsRequest.md b/docs/GetExistingReceivedDocumentTotalsRequest.md
index 980e42fd..34e02886 100644
--- a/docs/GetExistingReceivedDocumentTotalsRequest.md
+++ b/docs/GetExistingReceivedDocumentTotalsRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetExistingReceivedDocumentTotalsRequest from a JSON string
get_existing_received_document_totals_request_instance = GetExistingReceivedDocumentTotalsRequest.from_json(json)
# print the JSON string representation of the object
-print GetExistingReceivedDocumentTotalsRequest.to_json()
+print(GetExistingReceivedDocumentTotalsRequest.to_json())
# convert the object into a dict
get_existing_received_document_totals_request_dict = get_existing_received_document_totals_request_instance.to_dict()
# create an instance of GetExistingReceivedDocumentTotalsRequest from a dict
-get_existing_received_document_totals_request_form_dict = get_existing_received_document_totals_request.from_dict(get_existing_received_document_totals_request_dict)
+get_existing_received_document_totals_request_from_dict = GetExistingReceivedDocumentTotalsRequest.from_dict(get_existing_received_document_totals_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetExistingReceivedDocumentTotalsResponse.md b/docs/GetExistingReceivedDocumentTotalsResponse.md
index 38644e4f..8840051b 100644
--- a/docs/GetExistingReceivedDocumentTotalsResponse.md
+++ b/docs/GetExistingReceivedDocumentTotalsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetExistingReceivedDocumentTotalsResponse from a JSON string
get_existing_received_document_totals_response_instance = GetExistingReceivedDocumentTotalsResponse.from_json(json)
# print the JSON string representation of the object
-print GetExistingReceivedDocumentTotalsResponse.to_json()
+print(GetExistingReceivedDocumentTotalsResponse.to_json())
# convert the object into a dict
get_existing_received_document_totals_response_dict = get_existing_received_document_totals_response_instance.to_dict()
# create an instance of GetExistingReceivedDocumentTotalsResponse from a dict
-get_existing_received_document_totals_response_form_dict = get_existing_received_document_totals_response.from_dict(get_existing_received_document_totals_response_dict)
+get_existing_received_document_totals_response_from_dict = GetExistingReceivedDocumentTotalsResponse.from_dict(get_existing_received_document_totals_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetF24Response.md b/docs/GetF24Response.md
index f460db1b..e4340bec 100644
--- a/docs/GetF24Response.md
+++ b/docs/GetF24Response.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetF24Response from a JSON string
get_f24_response_instance = GetF24Response.from_json(json)
# print the JSON string representation of the object
-print GetF24Response.to_json()
+print(GetF24Response.to_json())
# convert the object into a dict
get_f24_response_dict = get_f24_response_instance.to_dict()
# create an instance of GetF24Response from a dict
-get_f24_response_form_dict = get_f24_response.from_dict(get_f24_response_dict)
+get_f24_response_from_dict = GetF24Response.from_dict(get_f24_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetIssuedDocumentPreCreateInfoResponse.md b/docs/GetIssuedDocumentPreCreateInfoResponse.md
index babee9f3..ad5fa562 100644
--- a/docs/GetIssuedDocumentPreCreateInfoResponse.md
+++ b/docs/GetIssuedDocumentPreCreateInfoResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetIssuedDocumentPreCreateInfoResponse from a JSON string
get_issued_document_pre_create_info_response_instance = GetIssuedDocumentPreCreateInfoResponse.from_json(json)
# print the JSON string representation of the object
-print GetIssuedDocumentPreCreateInfoResponse.to_json()
+print(GetIssuedDocumentPreCreateInfoResponse.to_json())
# convert the object into a dict
get_issued_document_pre_create_info_response_dict = get_issued_document_pre_create_info_response_instance.to_dict()
# create an instance of GetIssuedDocumentPreCreateInfoResponse from a dict
-get_issued_document_pre_create_info_response_form_dict = get_issued_document_pre_create_info_response.from_dict(get_issued_document_pre_create_info_response_dict)
+get_issued_document_pre_create_info_response_from_dict = GetIssuedDocumentPreCreateInfoResponse.from_dict(get_issued_document_pre_create_info_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetIssuedDocumentResponse.md b/docs/GetIssuedDocumentResponse.md
index d699707c..0c9ccff6 100644
--- a/docs/GetIssuedDocumentResponse.md
+++ b/docs/GetIssuedDocumentResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetIssuedDocumentResponse from a JSON string
get_issued_document_response_instance = GetIssuedDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print GetIssuedDocumentResponse.to_json()
+print(GetIssuedDocumentResponse.to_json())
# convert the object into a dict
get_issued_document_response_dict = get_issued_document_response_instance.to_dict()
# create an instance of GetIssuedDocumentResponse from a dict
-get_issued_document_response_form_dict = get_issued_document_response.from_dict(get_issued_document_response_dict)
+get_issued_document_response_from_dict = GetIssuedDocumentResponse.from_dict(get_issued_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetNewIssuedDocumentTotalsRequest.md b/docs/GetNewIssuedDocumentTotalsRequest.md
index 87e49d29..4d6b29ec 100644
--- a/docs/GetNewIssuedDocumentTotalsRequest.md
+++ b/docs/GetNewIssuedDocumentTotalsRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetNewIssuedDocumentTotalsRequest from a JSON string
get_new_issued_document_totals_request_instance = GetNewIssuedDocumentTotalsRequest.from_json(json)
# print the JSON string representation of the object
-print GetNewIssuedDocumentTotalsRequest.to_json()
+print(GetNewIssuedDocumentTotalsRequest.to_json())
# convert the object into a dict
get_new_issued_document_totals_request_dict = get_new_issued_document_totals_request_instance.to_dict()
# create an instance of GetNewIssuedDocumentTotalsRequest from a dict
-get_new_issued_document_totals_request_form_dict = get_new_issued_document_totals_request.from_dict(get_new_issued_document_totals_request_dict)
+get_new_issued_document_totals_request_from_dict = GetNewIssuedDocumentTotalsRequest.from_dict(get_new_issued_document_totals_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetNewIssuedDocumentTotalsResponse.md b/docs/GetNewIssuedDocumentTotalsResponse.md
index fa81ac8d..fb2a8435 100644
--- a/docs/GetNewIssuedDocumentTotalsResponse.md
+++ b/docs/GetNewIssuedDocumentTotalsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetNewIssuedDocumentTotalsResponse from a JSON string
get_new_issued_document_totals_response_instance = GetNewIssuedDocumentTotalsResponse.from_json(json)
# print the JSON string representation of the object
-print GetNewIssuedDocumentTotalsResponse.to_json()
+print(GetNewIssuedDocumentTotalsResponse.to_json())
# convert the object into a dict
get_new_issued_document_totals_response_dict = get_new_issued_document_totals_response_instance.to_dict()
# create an instance of GetNewIssuedDocumentTotalsResponse from a dict
-get_new_issued_document_totals_response_form_dict = get_new_issued_document_totals_response.from_dict(get_new_issued_document_totals_response_dict)
+get_new_issued_document_totals_response_from_dict = GetNewIssuedDocumentTotalsResponse.from_dict(get_new_issued_document_totals_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetNewReceivedDocumentTotalsRequest.md b/docs/GetNewReceivedDocumentTotalsRequest.md
index 608b0cf4..74e82fb6 100644
--- a/docs/GetNewReceivedDocumentTotalsRequest.md
+++ b/docs/GetNewReceivedDocumentTotalsRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetNewReceivedDocumentTotalsRequest from a JSON string
get_new_received_document_totals_request_instance = GetNewReceivedDocumentTotalsRequest.from_json(json)
# print the JSON string representation of the object
-print GetNewReceivedDocumentTotalsRequest.to_json()
+print(GetNewReceivedDocumentTotalsRequest.to_json())
# convert the object into a dict
get_new_received_document_totals_request_dict = get_new_received_document_totals_request_instance.to_dict()
# create an instance of GetNewReceivedDocumentTotalsRequest from a dict
-get_new_received_document_totals_request_form_dict = get_new_received_document_totals_request.from_dict(get_new_received_document_totals_request_dict)
+get_new_received_document_totals_request_from_dict = GetNewReceivedDocumentTotalsRequest.from_dict(get_new_received_document_totals_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetNewReceivedDocumentTotalsResponse.md b/docs/GetNewReceivedDocumentTotalsResponse.md
index a4c2a79a..be568449 100644
--- a/docs/GetNewReceivedDocumentTotalsResponse.md
+++ b/docs/GetNewReceivedDocumentTotalsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetNewReceivedDocumentTotalsResponse from a JSON string
get_new_received_document_totals_response_instance = GetNewReceivedDocumentTotalsResponse.from_json(json)
# print the JSON string representation of the object
-print GetNewReceivedDocumentTotalsResponse.to_json()
+print(GetNewReceivedDocumentTotalsResponse.to_json())
# convert the object into a dict
get_new_received_document_totals_response_dict = get_new_received_document_totals_response_instance.to_dict()
# create an instance of GetNewReceivedDocumentTotalsResponse from a dict
-get_new_received_document_totals_response_form_dict = get_new_received_document_totals_response.from_dict(get_new_received_document_totals_response_dict)
+get_new_received_document_totals_response_from_dict = GetNewReceivedDocumentTotalsResponse.from_dict(get_new_received_document_totals_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetPaymentAccountResponse.md b/docs/GetPaymentAccountResponse.md
index 540fe630..27825286 100644
--- a/docs/GetPaymentAccountResponse.md
+++ b/docs/GetPaymentAccountResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetPaymentAccountResponse from a JSON string
get_payment_account_response_instance = GetPaymentAccountResponse.from_json(json)
# print the JSON string representation of the object
-print GetPaymentAccountResponse.to_json()
+print(GetPaymentAccountResponse.to_json())
# convert the object into a dict
get_payment_account_response_dict = get_payment_account_response_instance.to_dict()
# create an instance of GetPaymentAccountResponse from a dict
-get_payment_account_response_form_dict = get_payment_account_response.from_dict(get_payment_account_response_dict)
+get_payment_account_response_from_dict = GetPaymentAccountResponse.from_dict(get_payment_account_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetPaymentMethodResponse.md b/docs/GetPaymentMethodResponse.md
index 9cbe1fda..3625c144 100644
--- a/docs/GetPaymentMethodResponse.md
+++ b/docs/GetPaymentMethodResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetPaymentMethodResponse from a JSON string
get_payment_method_response_instance = GetPaymentMethodResponse.from_json(json)
# print the JSON string representation of the object
-print GetPaymentMethodResponse.to_json()
+print(GetPaymentMethodResponse.to_json())
# convert the object into a dict
get_payment_method_response_dict = get_payment_method_response_instance.to_dict()
# create an instance of GetPaymentMethodResponse from a dict
-get_payment_method_response_form_dict = get_payment_method_response.from_dict(get_payment_method_response_dict)
+get_payment_method_response_from_dict = GetPaymentMethodResponse.from_dict(get_payment_method_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetProductResponse.md b/docs/GetProductResponse.md
index 0fb30316..010d9905 100644
--- a/docs/GetProductResponse.md
+++ b/docs/GetProductResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetProductResponse from a JSON string
get_product_response_instance = GetProductResponse.from_json(json)
# print the JSON string representation of the object
-print GetProductResponse.to_json()
+print(GetProductResponse.to_json())
# convert the object into a dict
get_product_response_dict = get_product_response_instance.to_dict()
# create an instance of GetProductResponse from a dict
-get_product_response_form_dict = get_product_response.from_dict(get_product_response_dict)
+get_product_response_from_dict = GetProductResponse.from_dict(get_product_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetReceiptPreCreateInfoResponse.md b/docs/GetReceiptPreCreateInfoResponse.md
index 7ebf3774..f614cf95 100644
--- a/docs/GetReceiptPreCreateInfoResponse.md
+++ b/docs/GetReceiptPreCreateInfoResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetReceiptPreCreateInfoResponse from a JSON string
get_receipt_pre_create_info_response_instance = GetReceiptPreCreateInfoResponse.from_json(json)
# print the JSON string representation of the object
-print GetReceiptPreCreateInfoResponse.to_json()
+print(GetReceiptPreCreateInfoResponse.to_json())
# convert the object into a dict
get_receipt_pre_create_info_response_dict = get_receipt_pre_create_info_response_instance.to_dict()
# create an instance of GetReceiptPreCreateInfoResponse from a dict
-get_receipt_pre_create_info_response_form_dict = get_receipt_pre_create_info_response.from_dict(get_receipt_pre_create_info_response_dict)
+get_receipt_pre_create_info_response_from_dict = GetReceiptPreCreateInfoResponse.from_dict(get_receipt_pre_create_info_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetReceiptResponse.md b/docs/GetReceiptResponse.md
index ae7783a2..08493919 100644
--- a/docs/GetReceiptResponse.md
+++ b/docs/GetReceiptResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetReceiptResponse from a JSON string
get_receipt_response_instance = GetReceiptResponse.from_json(json)
# print the JSON string representation of the object
-print GetReceiptResponse.to_json()
+print(GetReceiptResponse.to_json())
# convert the object into a dict
get_receipt_response_dict = get_receipt_response_instance.to_dict()
# create an instance of GetReceiptResponse from a dict
-get_receipt_response_form_dict = get_receipt_response.from_dict(get_receipt_response_dict)
+get_receipt_response_from_dict = GetReceiptResponse.from_dict(get_receipt_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetReceiptsMonthlyTotalsResponse.md b/docs/GetReceiptsMonthlyTotalsResponse.md
index 0cc2b541..4e0da8b6 100644
--- a/docs/GetReceiptsMonthlyTotalsResponse.md
+++ b/docs/GetReceiptsMonthlyTotalsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetReceiptsMonthlyTotalsResponse from a JSON string
get_receipts_monthly_totals_response_instance = GetReceiptsMonthlyTotalsResponse.from_json(json)
# print the JSON string representation of the object
-print GetReceiptsMonthlyTotalsResponse.to_json()
+print(GetReceiptsMonthlyTotalsResponse.to_json())
# convert the object into a dict
get_receipts_monthly_totals_response_dict = get_receipts_monthly_totals_response_instance.to_dict()
# create an instance of GetReceiptsMonthlyTotalsResponse from a dict
-get_receipts_monthly_totals_response_form_dict = get_receipts_monthly_totals_response.from_dict(get_receipts_monthly_totals_response_dict)
+get_receipts_monthly_totals_response_from_dict = GetReceiptsMonthlyTotalsResponse.from_dict(get_receipts_monthly_totals_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetReceivedDocumentPreCreateInfoResponse.md b/docs/GetReceivedDocumentPreCreateInfoResponse.md
index d867a300..3b25f024 100644
--- a/docs/GetReceivedDocumentPreCreateInfoResponse.md
+++ b/docs/GetReceivedDocumentPreCreateInfoResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetReceivedDocumentPreCreateInfoResponse from a JSON string
get_received_document_pre_create_info_response_instance = GetReceivedDocumentPreCreateInfoResponse.from_json(json)
# print the JSON string representation of the object
-print GetReceivedDocumentPreCreateInfoResponse.to_json()
+print(GetReceivedDocumentPreCreateInfoResponse.to_json())
# convert the object into a dict
get_received_document_pre_create_info_response_dict = get_received_document_pre_create_info_response_instance.to_dict()
# create an instance of GetReceivedDocumentPreCreateInfoResponse from a dict
-get_received_document_pre_create_info_response_form_dict = get_received_document_pre_create_info_response.from_dict(get_received_document_pre_create_info_response_dict)
+get_received_document_pre_create_info_response_from_dict = GetReceivedDocumentPreCreateInfoResponse.from_dict(get_received_document_pre_create_info_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetReceivedDocumentResponse.md b/docs/GetReceivedDocumentResponse.md
index 8fa7774d..fce51625 100644
--- a/docs/GetReceivedDocumentResponse.md
+++ b/docs/GetReceivedDocumentResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of GetReceivedDocumentResponse from a JSON string
get_received_document_response_instance = GetReceivedDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print GetReceivedDocumentResponse.to_json()
+print(GetReceivedDocumentResponse.to_json())
# convert the object into a dict
get_received_document_response_dict = get_received_document_response_instance.to_dict()
# create an instance of GetReceivedDocumentResponse from a dict
-get_received_document_response_form_dict = get_received_document_response.from_dict(get_received_document_response_dict)
+get_received_document_response_from_dict = GetReceivedDocumentResponse.from_dict(get_received_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetSupplierResponse.md b/docs/GetSupplierResponse.md
index 59e7aa3c..e03fe6d3 100644
--- a/docs/GetSupplierResponse.md
+++ b/docs/GetSupplierResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetSupplierResponse from a JSON string
get_supplier_response_instance = GetSupplierResponse.from_json(json)
# print the JSON string representation of the object
-print GetSupplierResponse.to_json()
+print(GetSupplierResponse.to_json())
# convert the object into a dict
get_supplier_response_dict = get_supplier_response_instance.to_dict()
# create an instance of GetSupplierResponse from a dict
-get_supplier_response_form_dict = get_supplier_response.from_dict(get_supplier_response_dict)
+get_supplier_response_from_dict = GetSupplierResponse.from_dict(get_supplier_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetUserInfoResponse.md b/docs/GetUserInfoResponse.md
index 6c177110..d31c247f 100644
--- a/docs/GetUserInfoResponse.md
+++ b/docs/GetUserInfoResponse.md
@@ -20,12 +20,12 @@ json = "{}"
# create an instance of GetUserInfoResponse from a JSON string
get_user_info_response_instance = GetUserInfoResponse.from_json(json)
# print the JSON string representation of the object
-print GetUserInfoResponse.to_json()
+print(GetUserInfoResponse.to_json())
# convert the object into a dict
get_user_info_response_dict = get_user_info_response_instance.to_dict()
# create an instance of GetUserInfoResponse from a dict
-get_user_info_response_form_dict = get_user_info_response.from_dict(get_user_info_response_dict)
+get_user_info_response_from_dict = GetUserInfoResponse.from_dict(get_user_info_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetUserInfoResponseEmailConfirmationState.md b/docs/GetUserInfoResponseEmailConfirmationState.md
index 15f76c9e..3d729ea9 100644
--- a/docs/GetUserInfoResponseEmailConfirmationState.md
+++ b/docs/GetUserInfoResponseEmailConfirmationState.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetUserInfoResponseEmailConfirmationState from a JSON string
get_user_info_response_email_confirmation_state_instance = GetUserInfoResponseEmailConfirmationState.from_json(json)
# print the JSON string representation of the object
-print GetUserInfoResponseEmailConfirmationState.to_json()
+print(GetUserInfoResponseEmailConfirmationState.to_json())
# convert the object into a dict
get_user_info_response_email_confirmation_state_dict = get_user_info_response_email_confirmation_state_instance.to_dict()
# create an instance of GetUserInfoResponseEmailConfirmationState from a dict
-get_user_info_response_email_confirmation_state_form_dict = get_user_info_response_email_confirmation_state.from_dict(get_user_info_response_email_confirmation_state_dict)
+get_user_info_response_email_confirmation_state_from_dict = GetUserInfoResponseEmailConfirmationState.from_dict(get_user_info_response_email_confirmation_state_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetUserInfoResponseInfo.md b/docs/GetUserInfoResponseInfo.md
index 30e6f413..2ddd0dc8 100644
--- a/docs/GetUserInfoResponseInfo.md
+++ b/docs/GetUserInfoResponseInfo.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of GetUserInfoResponseInfo from a JSON string
get_user_info_response_info_instance = GetUserInfoResponseInfo.from_json(json)
# print the JSON string representation of the object
-print GetUserInfoResponseInfo.to_json()
+print(GetUserInfoResponseInfo.to_json())
# convert the object into a dict
get_user_info_response_info_dict = get_user_info_response_info_instance.to_dict()
# create an instance of GetUserInfoResponseInfo from a dict
-get_user_info_response_info_form_dict = get_user_info_response_info.from_dict(get_user_info_response_info_dict)
+get_user_info_response_info_from_dict = GetUserInfoResponseInfo.from_dict(get_user_info_response_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetVatTypeResponse.md b/docs/GetVatTypeResponse.md
index 7ec60af4..0017def8 100644
--- a/docs/GetVatTypeResponse.md
+++ b/docs/GetVatTypeResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetVatTypeResponse from a JSON string
get_vat_type_response_instance = GetVatTypeResponse.from_json(json)
# print the JSON string representation of the object
-print GetVatTypeResponse.to_json()
+print(GetVatTypeResponse.to_json())
# convert the object into a dict
get_vat_type_response_dict = get_vat_type_response_instance.to_dict()
# create an instance of GetVatTypeResponse from a dict
-get_vat_type_response_form_dict = get_vat_type_response.from_dict(get_vat_type_response_dict)
+get_vat_type_response_from_dict = GetVatTypeResponse.from_dict(get_vat_type_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/GetWebhooksSubscriptionResponse.md b/docs/GetWebhooksSubscriptionResponse.md
index d2381693..8f30189b 100644
--- a/docs/GetWebhooksSubscriptionResponse.md
+++ b/docs/GetWebhooksSubscriptionResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of GetWebhooksSubscriptionResponse from a JSON string
get_webhooks_subscription_response_instance = GetWebhooksSubscriptionResponse.from_json(json)
# print the JSON string representation of the object
-print GetWebhooksSubscriptionResponse.to_json()
+print(GetWebhooksSubscriptionResponse.to_json())
# convert the object into a dict
get_webhooks_subscription_response_dict = get_webhooks_subscription_response_instance.to_dict()
# create an instance of GetWebhooksSubscriptionResponse from a dict
-get_webhooks_subscription_response_form_dict = get_webhooks_subscription_response.from_dict(get_webhooks_subscription_response_dict)
+get_webhooks_subscription_response_from_dict = GetWebhooksSubscriptionResponse.from_dict(get_webhooks_subscription_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocument.md b/docs/IssuedDocument.md
index f40069a5..8c977664 100644
--- a/docs/IssuedDocument.md
+++ b/docs/IssuedDocument.md
@@ -53,7 +53,6 @@ Name | Type | Description | Notes
**show_payments** | **bool** | Show the expiration dates of the payments on the document | [optional]
**show_payment_method** | **bool** | Show the payment method details on the document | [optional]
**show_totals** | [**ShowTotalsMode**](ShowTotalsMode.md) | | [optional]
-**show_paypal_button** | **bool** | Show paypal button in the PDF | [optional]
**show_notification_button** | **bool** | Show notification button in the PDF | [optional]
**show_tspay_button** | **bool** | Show ts pay button in the PDF | [optional]
**delivery_note** | **bool** | Issued document has delivery note | [optional]
@@ -102,12 +101,12 @@ json = "{}"
# create an instance of IssuedDocument from a JSON string
issued_document_instance = IssuedDocument.from_json(json)
# print the JSON string representation of the object
-print IssuedDocument.to_json()
+print(IssuedDocument.to_json())
# convert the object into a dict
issued_document_dict = issued_document_instance.to_dict()
# create an instance of IssuedDocument from a dict
-issued_document_form_dict = issued_document.from_dict(issued_document_dict)
+issued_document_from_dict = IssuedDocument.from_dict(issued_document_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentEiData.md b/docs/IssuedDocumentEiData.md
index d378b78d..0ea03ff9 100644
--- a/docs/IssuedDocumentEiData.md
+++ b/docs/IssuedDocumentEiData.md
@@ -29,12 +29,12 @@ json = "{}"
# create an instance of IssuedDocumentEiData from a JSON string
issued_document_ei_data_instance = IssuedDocumentEiData.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentEiData.to_json()
+print(IssuedDocumentEiData.to_json())
# convert the object into a dict
issued_document_ei_data_dict = issued_document_ei_data_instance.to_dict()
# create an instance of IssuedDocumentEiData from a dict
-issued_document_ei_data_form_dict = issued_document_ei_data.from_dict(issued_document_ei_data_dict)
+issued_document_ei_data_from_dict = IssuedDocumentEiData.from_dict(issued_document_ei_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentExtraData.md b/docs/IssuedDocumentExtraData.md
index cf65264e..90387476 100644
--- a/docs/IssuedDocumentExtraData.md
+++ b/docs/IssuedDocumentExtraData.md
@@ -6,7 +6,6 @@ Issued document extra data [TS fields follow the technical specifications provid
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**show_sofort_button** | **bool** | | [optional]
**multifatture_sent** | **int** | | [optional]
**ts_communication** | **bool** | Send issued document to \"Sistema Tessera Sanitaria\" | [optional]
**ts_flag_tipo_spesa** | **float** | Issued document ts \"tipo spesa\" [TK, FC, FV, SV,SP, AD, AS, ECG, SR] | [optional]
@@ -29,12 +28,12 @@ json = "{}"
# create an instance of IssuedDocumentExtraData from a JSON string
issued_document_extra_data_instance = IssuedDocumentExtraData.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentExtraData.to_json()
+print(IssuedDocumentExtraData.to_json())
# convert the object into a dict
issued_document_extra_data_dict = issued_document_extra_data_instance.to_dict()
# create an instance of IssuedDocumentExtraData from a dict
-issued_document_extra_data_form_dict = issued_document_extra_data.from_dict(issued_document_extra_data_dict)
+issued_document_extra_data_from_dict = IssuedDocumentExtraData.from_dict(issued_document_extra_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentItemsListItem.md b/docs/IssuedDocumentItemsListItem.md
index 234de2b9..2e7976d8 100644
--- a/docs/IssuedDocumentItemsListItem.md
+++ b/docs/IssuedDocumentItemsListItem.md
@@ -34,12 +34,12 @@ json = "{}"
# create an instance of IssuedDocumentItemsListItem from a JSON string
issued_document_items_list_item_instance = IssuedDocumentItemsListItem.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentItemsListItem.to_json()
+print(IssuedDocumentItemsListItem.to_json())
# convert the object into a dict
issued_document_items_list_item_dict = issued_document_items_list_item_instance.to_dict()
# create an instance of IssuedDocumentItemsListItem from a dict
-issued_document_items_list_item_form_dict = issued_document_items_list_item.from_dict(issued_document_items_list_item_dict)
+issued_document_items_list_item_from_dict = IssuedDocumentItemsListItem.from_dict(issued_document_items_list_item_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentOptions.md b/docs/IssuedDocumentOptions.md
index a2def4bd..18331129 100644
--- a/docs/IssuedDocumentOptions.md
+++ b/docs/IssuedDocumentOptions.md
@@ -21,12 +21,12 @@ json = "{}"
# create an instance of IssuedDocumentOptions from a JSON string
issued_document_options_instance = IssuedDocumentOptions.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentOptions.to_json()
+print(IssuedDocumentOptions.to_json())
# convert the object into a dict
issued_document_options_dict = issued_document_options_instance.to_dict()
# create an instance of IssuedDocumentOptions from a dict
-issued_document_options_form_dict = issued_document_options.from_dict(issued_document_options_dict)
+issued_document_options_from_dict = IssuedDocumentOptions.from_dict(issued_document_options_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentPaymentsListItem.md b/docs/IssuedDocumentPaymentsListItem.md
index ffa6a85f..f58f0bd9 100644
--- a/docs/IssuedDocumentPaymentsListItem.md
+++ b/docs/IssuedDocumentPaymentsListItem.md
@@ -24,12 +24,12 @@ json = "{}"
# create an instance of IssuedDocumentPaymentsListItem from a JSON string
issued_document_payments_list_item_instance = IssuedDocumentPaymentsListItem.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentPaymentsListItem.to_json()
+print(IssuedDocumentPaymentsListItem.to_json())
# convert the object into a dict
issued_document_payments_list_item_dict = issued_document_payments_list_item_instance.to_dict()
# create an instance of IssuedDocumentPaymentsListItem from a dict
-issued_document_payments_list_item_form_dict = issued_document_payments_list_item.from_dict(issued_document_payments_list_item_dict)
+issued_document_payments_list_item_from_dict = IssuedDocumentPaymentsListItem.from_dict(issued_document_payments_list_item_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentPaymentsListItemPaymentTerms.md b/docs/IssuedDocumentPaymentsListItemPaymentTerms.md
index 696a8c19..c2790309 100644
--- a/docs/IssuedDocumentPaymentsListItemPaymentTerms.md
+++ b/docs/IssuedDocumentPaymentsListItemPaymentTerms.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of IssuedDocumentPaymentsListItemPaymentTerms from a JSON string
issued_document_payments_list_item_payment_terms_instance = IssuedDocumentPaymentsListItemPaymentTerms.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentPaymentsListItemPaymentTerms.to_json()
+print(IssuedDocumentPaymentsListItemPaymentTerms.to_json())
# convert the object into a dict
issued_document_payments_list_item_payment_terms_dict = issued_document_payments_list_item_payment_terms_instance.to_dict()
# create an instance of IssuedDocumentPaymentsListItemPaymentTerms from a dict
-issued_document_payments_list_item_payment_terms_form_dict = issued_document_payments_list_item_payment_terms.from_dict(issued_document_payments_list_item_payment_terms_dict)
+issued_document_payments_list_item_payment_terms_from_dict = IssuedDocumentPaymentsListItemPaymentTerms.from_dict(issued_document_payments_list_item_payment_terms_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentPreCreateInfo.md b/docs/IssuedDocumentPreCreateInfo.md
index 2fa93522..31dad587 100644
--- a/docs/IssuedDocumentPreCreateInfo.md
+++ b/docs/IssuedDocumentPreCreateInfo.md
@@ -30,12 +30,12 @@ json = "{}"
# create an instance of IssuedDocumentPreCreateInfo from a JSON string
issued_document_pre_create_info_instance = IssuedDocumentPreCreateInfo.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentPreCreateInfo.to_json()
+print(IssuedDocumentPreCreateInfo.to_json())
# convert the object into a dict
issued_document_pre_create_info_dict = issued_document_pre_create_info_instance.to_dict()
# create an instance of IssuedDocumentPreCreateInfo from a dict
-issued_document_pre_create_info_form_dict = issued_document_pre_create_info.from_dict(issued_document_pre_create_info_dict)
+issued_document_pre_create_info_from_dict = IssuedDocumentPreCreateInfo.from_dict(issued_document_pre_create_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentPreCreateInfoDefaultValues.md b/docs/IssuedDocumentPreCreateInfoDefaultValues.md
index f43c12e8..f188e571 100644
--- a/docs/IssuedDocumentPreCreateInfoDefaultValues.md
+++ b/docs/IssuedDocumentPreCreateInfoDefaultValues.md
@@ -28,12 +28,12 @@ json = "{}"
# create an instance of IssuedDocumentPreCreateInfoDefaultValues from a JSON string
issued_document_pre_create_info_default_values_instance = IssuedDocumentPreCreateInfoDefaultValues.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentPreCreateInfoDefaultValues.to_json()
+print(IssuedDocumentPreCreateInfoDefaultValues.to_json())
# convert the object into a dict
issued_document_pre_create_info_default_values_dict = issued_document_pre_create_info_default_values_instance.to_dict()
# create an instance of IssuedDocumentPreCreateInfoDefaultValues from a dict
-issued_document_pre_create_info_default_values_form_dict = issued_document_pre_create_info_default_values.from_dict(issued_document_pre_create_info_default_values_dict)
+issued_document_pre_create_info_default_values_from_dict = IssuedDocumentPreCreateInfoDefaultValues.from_dict(issued_document_pre_create_info_default_values_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentPreCreateInfoExtraDataDefaultValues.md b/docs/IssuedDocumentPreCreateInfoExtraDataDefaultValues.md
index fdc9f0d8..684a8b01 100644
--- a/docs/IssuedDocumentPreCreateInfoExtraDataDefaultValues.md
+++ b/docs/IssuedDocumentPreCreateInfoExtraDataDefaultValues.md
@@ -21,12 +21,12 @@ json = "{}"
# create an instance of IssuedDocumentPreCreateInfoExtraDataDefaultValues from a JSON string
issued_document_pre_create_info_extra_data_default_values_instance = IssuedDocumentPreCreateInfoExtraDataDefaultValues.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentPreCreateInfoExtraDataDefaultValues.to_json()
+print(IssuedDocumentPreCreateInfoExtraDataDefaultValues.to_json())
# convert the object into a dict
issued_document_pre_create_info_extra_data_default_values_dict = issued_document_pre_create_info_extra_data_default_values_instance.to_dict()
# create an instance of IssuedDocumentPreCreateInfoExtraDataDefaultValues from a dict
-issued_document_pre_create_info_extra_data_default_values_form_dict = issued_document_pre_create_info_extra_data_default_values.from_dict(issued_document_pre_create_info_extra_data_default_values_dict)
+issued_document_pre_create_info_extra_data_default_values_from_dict = IssuedDocumentPreCreateInfoExtraDataDefaultValues.from_dict(issued_document_pre_create_info_extra_data_default_values_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentPreCreateInfoItemsDefaultValues.md b/docs/IssuedDocumentPreCreateInfoItemsDefaultValues.md
index bc09acc3..f506fea1 100644
--- a/docs/IssuedDocumentPreCreateInfoItemsDefaultValues.md
+++ b/docs/IssuedDocumentPreCreateInfoItemsDefaultValues.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of IssuedDocumentPreCreateInfoItemsDefaultValues from a JSON string
issued_document_pre_create_info_items_default_values_instance = IssuedDocumentPreCreateInfoItemsDefaultValues.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentPreCreateInfoItemsDefaultValues.to_json()
+print(IssuedDocumentPreCreateInfoItemsDefaultValues.to_json())
# convert the object into a dict
issued_document_pre_create_info_items_default_values_dict = issued_document_pre_create_info_items_default_values_instance.to_dict()
# create an instance of IssuedDocumentPreCreateInfoItemsDefaultValues from a dict
-issued_document_pre_create_info_items_default_values_form_dict = issued_document_pre_create_info_items_default_values.from_dict(issued_document_pre_create_info_items_default_values_dict)
+issued_document_pre_create_info_items_default_values_from_dict = IssuedDocumentPreCreateInfoItemsDefaultValues.from_dict(issued_document_pre_create_info_items_default_values_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentTotals.md b/docs/IssuedDocumentTotals.md
index 26aa57cb..da5bbf72 100644
--- a/docs/IssuedDocumentTotals.md
+++ b/docs/IssuedDocumentTotals.md
@@ -33,12 +33,12 @@ json = "{}"
# create an instance of IssuedDocumentTotals from a JSON string
issued_document_totals_instance = IssuedDocumentTotals.from_json(json)
# print the JSON string representation of the object
-print IssuedDocumentTotals.to_json()
+print(IssuedDocumentTotals.to_json())
# convert the object into a dict
issued_document_totals_dict = issued_document_totals_instance.to_dict()
# create an instance of IssuedDocumentTotals from a dict
-issued_document_totals_form_dict = issued_document_totals.from_dict(issued_document_totals_dict)
+issued_document_totals_from_dict = IssuedDocumentTotals.from_dict(issued_document_totals_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/IssuedDocumentsApi.md b/docs/IssuedDocumentsApi.md
index 660c82e9..331b40ed 100644
--- a/docs/IssuedDocumentsApi.md
+++ b/docs/IssuedDocumentsApi.md
@@ -606,7 +606,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = fattureincloud_python_sdk.IssuedDocumentsApi(api_client)
company_id = 12345 # int | The ID of the company.
- get_new_issued_document_totals_request = {"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","stamp_duty":0,"use_gross_prices":false,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_paypal_button":true,"show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Via Italia, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"€"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid"}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf"}} # GetNewIssuedDocumentTotalsRequest | (optional)
+ get_new_issued_document_totals_request = {"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","stamp_duty":0,"use_gross_prices":false,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Via Italia, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"€"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid"}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf"}} # GetNewIssuedDocumentTotalsRequest | (optional)
try:
# Get New Issued Document Totals
diff --git a/docs/JoinIssuedDocumentsResponse.md b/docs/JoinIssuedDocumentsResponse.md
index 81f87a32..4d64cd98 100644
--- a/docs/JoinIssuedDocumentsResponse.md
+++ b/docs/JoinIssuedDocumentsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of JoinIssuedDocumentsResponse from a JSON string
join_issued_documents_response_instance = JoinIssuedDocumentsResponse.from_json(json)
# print the JSON string representation of the object
-print JoinIssuedDocumentsResponse.to_json()
+print(JoinIssuedDocumentsResponse.to_json())
# convert the object into a dict
join_issued_documents_response_dict = join_issued_documents_response_instance.to_dict()
# create an instance of JoinIssuedDocumentsResponse from a dict
-join_issued_documents_response_form_dict = join_issued_documents_response.from_dict(join_issued_documents_response_dict)
+join_issued_documents_response_from_dict = JoinIssuedDocumentsResponse.from_dict(join_issued_documents_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Language.md b/docs/Language.md
index af17b6b3..bcc628e3 100644
--- a/docs/Language.md
+++ b/docs/Language.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of Language from a JSON string
language_instance = Language.from_json(json)
# print the JSON string representation of the object
-print Language.to_json()
+print(Language.to_json())
# convert the object into a dict
language_dict = language_instance.to_dict()
# create an instance of Language from a dict
-language_form_dict = language.from_dict(language_dict)
+language_from_dict = Language.from_dict(language_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListArchiveCategoriesResponse.md b/docs/ListArchiveCategoriesResponse.md
index c951c043..ac629598 100644
--- a/docs/ListArchiveCategoriesResponse.md
+++ b/docs/ListArchiveCategoriesResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListArchiveCategoriesResponse from a JSON string
list_archive_categories_response_instance = ListArchiveCategoriesResponse.from_json(json)
# print the JSON string representation of the object
-print ListArchiveCategoriesResponse.to_json()
+print(ListArchiveCategoriesResponse.to_json())
# convert the object into a dict
list_archive_categories_response_dict = list_archive_categories_response_instance.to_dict()
# create an instance of ListArchiveCategoriesResponse from a dict
-list_archive_categories_response_form_dict = list_archive_categories_response.from_dict(list_archive_categories_response_dict)
+list_archive_categories_response_from_dict = ListArchiveCategoriesResponse.from_dict(list_archive_categories_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListArchiveDocumentsResponse.md b/docs/ListArchiveDocumentsResponse.md
index e2676119..410c3b05 100644
--- a/docs/ListArchiveDocumentsResponse.md
+++ b/docs/ListArchiveDocumentsResponse.md
@@ -29,12 +29,12 @@ json = "{}"
# create an instance of ListArchiveDocumentsResponse from a JSON string
list_archive_documents_response_instance = ListArchiveDocumentsResponse.from_json(json)
# print the JSON string representation of the object
-print ListArchiveDocumentsResponse.to_json()
+print(ListArchiveDocumentsResponse.to_json())
# convert the object into a dict
list_archive_documents_response_dict = list_archive_documents_response_instance.to_dict()
# create an instance of ListArchiveDocumentsResponse from a dict
-list_archive_documents_response_form_dict = list_archive_documents_response.from_dict(list_archive_documents_response_dict)
+list_archive_documents_response_from_dict = ListArchiveDocumentsResponse.from_dict(list_archive_documents_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListArchiveDocumentsResponsePage.md b/docs/ListArchiveDocumentsResponsePage.md
index d6a159a5..ae656c8e 100644
--- a/docs/ListArchiveDocumentsResponsePage.md
+++ b/docs/ListArchiveDocumentsResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListArchiveDocumentsResponsePage from a JSON string
list_archive_documents_response_page_instance = ListArchiveDocumentsResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListArchiveDocumentsResponsePage.to_json()
+print(ListArchiveDocumentsResponsePage.to_json())
# convert the object into a dict
list_archive_documents_response_page_dict = list_archive_documents_response_page_instance.to_dict()
# create an instance of ListArchiveDocumentsResponsePage from a dict
-list_archive_documents_response_page_form_dict = list_archive_documents_response_page.from_dict(list_archive_documents_response_page_dict)
+list_archive_documents_response_page_from_dict = ListArchiveDocumentsResponsePage.from_dict(list_archive_documents_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListCashbookEntriesResponse.md b/docs/ListCashbookEntriesResponse.md
index 18f23f19..58e94191 100644
--- a/docs/ListCashbookEntriesResponse.md
+++ b/docs/ListCashbookEntriesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListCashbookEntriesResponse from a JSON string
list_cashbook_entries_response_instance = ListCashbookEntriesResponse.from_json(json)
# print the JSON string representation of the object
-print ListCashbookEntriesResponse.to_json()
+print(ListCashbookEntriesResponse.to_json())
# convert the object into a dict
list_cashbook_entries_response_dict = list_cashbook_entries_response_instance.to_dict()
# create an instance of ListCashbookEntriesResponse from a dict
-list_cashbook_entries_response_form_dict = list_cashbook_entries_response.from_dict(list_cashbook_entries_response_dict)
+list_cashbook_entries_response_from_dict = ListCashbookEntriesResponse.from_dict(list_cashbook_entries_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListCitiesResponse.md b/docs/ListCitiesResponse.md
index efa6b5a4..0e6c108c 100644
--- a/docs/ListCitiesResponse.md
+++ b/docs/ListCitiesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListCitiesResponse from a JSON string
list_cities_response_instance = ListCitiesResponse.from_json(json)
# print the JSON string representation of the object
-print ListCitiesResponse.to_json()
+print(ListCitiesResponse.to_json())
# convert the object into a dict
list_cities_response_dict = list_cities_response_instance.to_dict()
# create an instance of ListCitiesResponse from a dict
-list_cities_response_form_dict = list_cities_response.from_dict(list_cities_response_dict)
+list_cities_response_from_dict = ListCitiesResponse.from_dict(list_cities_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListClientsResponse.md b/docs/ListClientsResponse.md
index 628fa77c..4c43a195 100644
--- a/docs/ListClientsResponse.md
+++ b/docs/ListClientsResponse.md
@@ -28,12 +28,12 @@ json = "{}"
# create an instance of ListClientsResponse from a JSON string
list_clients_response_instance = ListClientsResponse.from_json(json)
# print the JSON string representation of the object
-print ListClientsResponse.to_json()
+print(ListClientsResponse.to_json())
# convert the object into a dict
list_clients_response_dict = list_clients_response_instance.to_dict()
# create an instance of ListClientsResponse from a dict
-list_clients_response_form_dict = list_clients_response.from_dict(list_clients_response_dict)
+list_clients_response_from_dict = ListClientsResponse.from_dict(list_clients_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListClientsResponsePage.md b/docs/ListClientsResponsePage.md
index 51c01c66..de1ffaa1 100644
--- a/docs/ListClientsResponsePage.md
+++ b/docs/ListClientsResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListClientsResponsePage from a JSON string
list_clients_response_page_instance = ListClientsResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListClientsResponsePage.to_json()
+print(ListClientsResponsePage.to_json())
# convert the object into a dict
list_clients_response_page_dict = list_clients_response_page_instance.to_dict()
# create an instance of ListClientsResponsePage from a dict
-list_clients_response_page_form_dict = list_clients_response_page.from_dict(list_clients_response_page_dict)
+list_clients_response_page_from_dict = ListClientsResponsePage.from_dict(list_clients_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListCostCentersResponse.md b/docs/ListCostCentersResponse.md
index 78033e13..3357e99b 100644
--- a/docs/ListCostCentersResponse.md
+++ b/docs/ListCostCentersResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListCostCentersResponse from a JSON string
list_cost_centers_response_instance = ListCostCentersResponse.from_json(json)
# print the JSON string representation of the object
-print ListCostCentersResponse.to_json()
+print(ListCostCentersResponse.to_json())
# convert the object into a dict
list_cost_centers_response_dict = list_cost_centers_response_instance.to_dict()
# create an instance of ListCostCentersResponse from a dict
-list_cost_centers_response_form_dict = list_cost_centers_response.from_dict(list_cost_centers_response_dict)
+list_cost_centers_response_from_dict = ListCostCentersResponse.from_dict(list_cost_centers_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListCountriesResponse.md b/docs/ListCountriesResponse.md
index e4a78a82..6cf14445 100644
--- a/docs/ListCountriesResponse.md
+++ b/docs/ListCountriesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListCountriesResponse from a JSON string
list_countries_response_instance = ListCountriesResponse.from_json(json)
# print the JSON string representation of the object
-print ListCountriesResponse.to_json()
+print(ListCountriesResponse.to_json())
# convert the object into a dict
list_countries_response_dict = list_countries_response_instance.to_dict()
# create an instance of ListCountriesResponse from a dict
-list_countries_response_form_dict = list_countries_response.from_dict(list_countries_response_dict)
+list_countries_response_from_dict = ListCountriesResponse.from_dict(list_countries_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListCurrenciesResponse.md b/docs/ListCurrenciesResponse.md
index b9a1a404..05b8c3ba 100644
--- a/docs/ListCurrenciesResponse.md
+++ b/docs/ListCurrenciesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListCurrenciesResponse from a JSON string
list_currencies_response_instance = ListCurrenciesResponse.from_json(json)
# print the JSON string representation of the object
-print ListCurrenciesResponse.to_json()
+print(ListCurrenciesResponse.to_json())
# convert the object into a dict
list_currencies_response_dict = list_currencies_response_instance.to_dict()
# create an instance of ListCurrenciesResponse from a dict
-list_currencies_response_form_dict = list_currencies_response.from_dict(list_currencies_response_dict)
+list_currencies_response_from_dict = ListCurrenciesResponse.from_dict(list_currencies_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListDeliveryNotesDefaultCausalsResponse.md b/docs/ListDeliveryNotesDefaultCausalsResponse.md
index 753f17a7..013ac935 100644
--- a/docs/ListDeliveryNotesDefaultCausalsResponse.md
+++ b/docs/ListDeliveryNotesDefaultCausalsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListDeliveryNotesDefaultCausalsResponse from a JSON string
list_delivery_notes_default_causals_response_instance = ListDeliveryNotesDefaultCausalsResponse.from_json(json)
# print the JSON string representation of the object
-print ListDeliveryNotesDefaultCausalsResponse.to_json()
+print(ListDeliveryNotesDefaultCausalsResponse.to_json())
# convert the object into a dict
list_delivery_notes_default_causals_response_dict = list_delivery_notes_default_causals_response_instance.to_dict()
# create an instance of ListDeliveryNotesDefaultCausalsResponse from a dict
-list_delivery_notes_default_causals_response_form_dict = list_delivery_notes_default_causals_response.from_dict(list_delivery_notes_default_causals_response_dict)
+list_delivery_notes_default_causals_response_from_dict = ListDeliveryNotesDefaultCausalsResponse.from_dict(list_delivery_notes_default_causals_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListDetailedCountriesResponse.md b/docs/ListDetailedCountriesResponse.md
index c180fb5a..be867256 100644
--- a/docs/ListDetailedCountriesResponse.md
+++ b/docs/ListDetailedCountriesResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListDetailedCountriesResponse from a JSON string
list_detailed_countries_response_instance = ListDetailedCountriesResponse.from_json(json)
# print the JSON string representation of the object
-print ListDetailedCountriesResponse.to_json()
+print(ListDetailedCountriesResponse.to_json())
# convert the object into a dict
list_detailed_countries_response_dict = list_detailed_countries_response_instance.to_dict()
# create an instance of ListDetailedCountriesResponse from a dict
-list_detailed_countries_response_form_dict = list_detailed_countries_response.from_dict(list_detailed_countries_response_dict)
+list_detailed_countries_response_from_dict = ListDetailedCountriesResponse.from_dict(list_detailed_countries_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListEmailsResponse.md b/docs/ListEmailsResponse.md
index 83d50e1e..8a344367 100644
--- a/docs/ListEmailsResponse.md
+++ b/docs/ListEmailsResponse.md
@@ -28,12 +28,12 @@ json = "{}"
# create an instance of ListEmailsResponse from a JSON string
list_emails_response_instance = ListEmailsResponse.from_json(json)
# print the JSON string representation of the object
-print ListEmailsResponse.to_json()
+print(ListEmailsResponse.to_json())
# convert the object into a dict
list_emails_response_dict = list_emails_response_instance.to_dict()
# create an instance of ListEmailsResponse from a dict
-list_emails_response_form_dict = list_emails_response.from_dict(list_emails_response_dict)
+list_emails_response_from_dict = ListEmailsResponse.from_dict(list_emails_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListEmailsResponsePage.md b/docs/ListEmailsResponsePage.md
index 3c3b0b37..93b19ec2 100644
--- a/docs/ListEmailsResponsePage.md
+++ b/docs/ListEmailsResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListEmailsResponsePage from a JSON string
list_emails_response_page_instance = ListEmailsResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListEmailsResponsePage.to_json()
+print(ListEmailsResponsePage.to_json())
# convert the object into a dict
list_emails_response_page_dict = list_emails_response_page_instance.to_dict()
# create an instance of ListEmailsResponsePage from a dict
-list_emails_response_page_form_dict = list_emails_response_page.from_dict(list_emails_response_page_dict)
+list_emails_response_page_from_dict = ListEmailsResponsePage.from_dict(list_emails_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListF24Response.md b/docs/ListF24Response.md
index 02c3832c..86d8d3f8 100644
--- a/docs/ListF24Response.md
+++ b/docs/ListF24Response.md
@@ -30,12 +30,12 @@ json = "{}"
# create an instance of ListF24Response from a JSON string
list_f24_response_instance = ListF24Response.from_json(json)
# print the JSON string representation of the object
-print ListF24Response.to_json()
+print(ListF24Response.to_json())
# convert the object into a dict
list_f24_response_dict = list_f24_response_instance.to_dict()
# create an instance of ListF24Response from a dict
-list_f24_response_form_dict = list_f24_response.from_dict(list_f24_response_dict)
+list_f24_response_from_dict = ListF24Response.from_dict(list_f24_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListF24ResponseAggregatedData.md b/docs/ListF24ResponseAggregatedData.md
index 0e9e9559..f68ef160 100644
--- a/docs/ListF24ResponseAggregatedData.md
+++ b/docs/ListF24ResponseAggregatedData.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListF24ResponseAggregatedData from a JSON string
list_f24_response_aggregated_data_instance = ListF24ResponseAggregatedData.from_json(json)
# print the JSON string representation of the object
-print ListF24ResponseAggregatedData.to_json()
+print(ListF24ResponseAggregatedData.to_json())
# convert the object into a dict
list_f24_response_aggregated_data_dict = list_f24_response_aggregated_data_instance.to_dict()
# create an instance of ListF24ResponseAggregatedData from a dict
-list_f24_response_aggregated_data_form_dict = list_f24_response_aggregated_data.from_dict(list_f24_response_aggregated_data_dict)
+list_f24_response_aggregated_data_from_dict = ListF24ResponseAggregatedData.from_dict(list_f24_response_aggregated_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListF24ResponseAggregation.md b/docs/ListF24ResponseAggregation.md
index 54852b29..00ede7c1 100644
--- a/docs/ListF24ResponseAggregation.md
+++ b/docs/ListF24ResponseAggregation.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListF24ResponseAggregation from a JSON string
list_f24_response_aggregation_instance = ListF24ResponseAggregation.from_json(json)
# print the JSON string representation of the object
-print ListF24ResponseAggregation.to_json()
+print(ListF24ResponseAggregation.to_json())
# convert the object into a dict
list_f24_response_aggregation_dict = list_f24_response_aggregation_instance.to_dict()
# create an instance of ListF24ResponseAggregation from a dict
-list_f24_response_aggregation_form_dict = list_f24_response_aggregation.from_dict(list_f24_response_aggregation_dict)
+list_f24_response_aggregation_from_dict = ListF24ResponseAggregation.from_dict(list_f24_response_aggregation_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListF24ResponsePage.md b/docs/ListF24ResponsePage.md
index 2bbb73e0..3d47555b 100644
--- a/docs/ListF24ResponsePage.md
+++ b/docs/ListF24ResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListF24ResponsePage from a JSON string
list_f24_response_page_instance = ListF24ResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListF24ResponsePage.to_json()
+print(ListF24ResponsePage.to_json())
# convert the object into a dict
list_f24_response_page_dict = list_f24_response_page_instance.to_dict()
# create an instance of ListF24ResponsePage from a dict
-list_f24_response_page_form_dict = list_f24_response_page.from_dict(list_f24_response_page_dict)
+list_f24_response_page_from_dict = ListF24ResponsePage.from_dict(list_f24_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListIssuedDocumentsResponse.md b/docs/ListIssuedDocumentsResponse.md
index a8de62f3..b2ac70c8 100644
--- a/docs/ListIssuedDocumentsResponse.md
+++ b/docs/ListIssuedDocumentsResponse.md
@@ -28,12 +28,12 @@ json = "{}"
# create an instance of ListIssuedDocumentsResponse from a JSON string
list_issued_documents_response_instance = ListIssuedDocumentsResponse.from_json(json)
# print the JSON string representation of the object
-print ListIssuedDocumentsResponse.to_json()
+print(ListIssuedDocumentsResponse.to_json())
# convert the object into a dict
list_issued_documents_response_dict = list_issued_documents_response_instance.to_dict()
# create an instance of ListIssuedDocumentsResponse from a dict
-list_issued_documents_response_form_dict = list_issued_documents_response.from_dict(list_issued_documents_response_dict)
+list_issued_documents_response_from_dict = ListIssuedDocumentsResponse.from_dict(list_issued_documents_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListIssuedDocumentsResponsePage.md b/docs/ListIssuedDocumentsResponsePage.md
index 5070c083..d6c35e1c 100644
--- a/docs/ListIssuedDocumentsResponsePage.md
+++ b/docs/ListIssuedDocumentsResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListIssuedDocumentsResponsePage from a JSON string
list_issued_documents_response_page_instance = ListIssuedDocumentsResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListIssuedDocumentsResponsePage.to_json()
+print(ListIssuedDocumentsResponsePage.to_json())
# convert the object into a dict
list_issued_documents_response_page_dict = list_issued_documents_response_page_instance.to_dict()
# create an instance of ListIssuedDocumentsResponsePage from a dict
-list_issued_documents_response_page_form_dict = list_issued_documents_response_page.from_dict(list_issued_documents_response_page_dict)
+list_issued_documents_response_page_from_dict = ListIssuedDocumentsResponsePage.from_dict(list_issued_documents_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListLanguagesResponse.md b/docs/ListLanguagesResponse.md
index e6e71280..0a417b18 100644
--- a/docs/ListLanguagesResponse.md
+++ b/docs/ListLanguagesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListLanguagesResponse from a JSON string
list_languages_response_instance = ListLanguagesResponse.from_json(json)
# print the JSON string representation of the object
-print ListLanguagesResponse.to_json()
+print(ListLanguagesResponse.to_json())
# convert the object into a dict
list_languages_response_dict = list_languages_response_instance.to_dict()
# create an instance of ListLanguagesResponse from a dict
-list_languages_response_form_dict = list_languages_response.from_dict(list_languages_response_dict)
+list_languages_response_from_dict = ListLanguagesResponse.from_dict(list_languages_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListPaymentAccountsResponse.md b/docs/ListPaymentAccountsResponse.md
index a77f0d72..08b05945 100644
--- a/docs/ListPaymentAccountsResponse.md
+++ b/docs/ListPaymentAccountsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListPaymentAccountsResponse from a JSON string
list_payment_accounts_response_instance = ListPaymentAccountsResponse.from_json(json)
# print the JSON string representation of the object
-print ListPaymentAccountsResponse.to_json()
+print(ListPaymentAccountsResponse.to_json())
# convert the object into a dict
list_payment_accounts_response_dict = list_payment_accounts_response_instance.to_dict()
# create an instance of ListPaymentAccountsResponse from a dict
-list_payment_accounts_response_form_dict = list_payment_accounts_response.from_dict(list_payment_accounts_response_dict)
+list_payment_accounts_response_from_dict = ListPaymentAccountsResponse.from_dict(list_payment_accounts_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListPaymentMethodsResponse.md b/docs/ListPaymentMethodsResponse.md
index 68170c27..331be9ae 100644
--- a/docs/ListPaymentMethodsResponse.md
+++ b/docs/ListPaymentMethodsResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListPaymentMethodsResponse from a JSON string
list_payment_methods_response_instance = ListPaymentMethodsResponse.from_json(json)
# print the JSON string representation of the object
-print ListPaymentMethodsResponse.to_json()
+print(ListPaymentMethodsResponse.to_json())
# convert the object into a dict
list_payment_methods_response_dict = list_payment_methods_response_instance.to_dict()
# create an instance of ListPaymentMethodsResponse from a dict
-list_payment_methods_response_form_dict = list_payment_methods_response.from_dict(list_payment_methods_response_dict)
+list_payment_methods_response_from_dict = ListPaymentMethodsResponse.from_dict(list_payment_methods_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListProductCategoriesResponse.md b/docs/ListProductCategoriesResponse.md
index 02ef2a11..ed88afc3 100644
--- a/docs/ListProductCategoriesResponse.md
+++ b/docs/ListProductCategoriesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListProductCategoriesResponse from a JSON string
list_product_categories_response_instance = ListProductCategoriesResponse.from_json(json)
# print the JSON string representation of the object
-print ListProductCategoriesResponse.to_json()
+print(ListProductCategoriesResponse.to_json())
# convert the object into a dict
list_product_categories_response_dict = list_product_categories_response_instance.to_dict()
# create an instance of ListProductCategoriesResponse from a dict
-list_product_categories_response_form_dict = list_product_categories_response.from_dict(list_product_categories_response_dict)
+list_product_categories_response_from_dict = ListProductCategoriesResponse.from_dict(list_product_categories_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListProductsResponse.md b/docs/ListProductsResponse.md
index 590c4047..c40f7533 100644
--- a/docs/ListProductsResponse.md
+++ b/docs/ListProductsResponse.md
@@ -28,12 +28,12 @@ json = "{}"
# create an instance of ListProductsResponse from a JSON string
list_products_response_instance = ListProductsResponse.from_json(json)
# print the JSON string representation of the object
-print ListProductsResponse.to_json()
+print(ListProductsResponse.to_json())
# convert the object into a dict
list_products_response_dict = list_products_response_instance.to_dict()
# create an instance of ListProductsResponse from a dict
-list_products_response_form_dict = list_products_response.from_dict(list_products_response_dict)
+list_products_response_from_dict = ListProductsResponse.from_dict(list_products_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListProductsResponsePage.md b/docs/ListProductsResponsePage.md
index 7cdda582..d7e7c15f 100644
--- a/docs/ListProductsResponsePage.md
+++ b/docs/ListProductsResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListProductsResponsePage from a JSON string
list_products_response_page_instance = ListProductsResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListProductsResponsePage.to_json()
+print(ListProductsResponsePage.to_json())
# convert the object into a dict
list_products_response_page_dict = list_products_response_page_instance.to_dict()
# create an instance of ListProductsResponsePage from a dict
-list_products_response_page_form_dict = list_products_response_page.from_dict(list_products_response_page_dict)
+list_products_response_page_from_dict = ListProductsResponsePage.from_dict(list_products_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListReceiptsResponse.md b/docs/ListReceiptsResponse.md
index 8926c377..ac9b3828 100644
--- a/docs/ListReceiptsResponse.md
+++ b/docs/ListReceiptsResponse.md
@@ -29,12 +29,12 @@ json = "{}"
# create an instance of ListReceiptsResponse from a JSON string
list_receipts_response_instance = ListReceiptsResponse.from_json(json)
# print the JSON string representation of the object
-print ListReceiptsResponse.to_json()
+print(ListReceiptsResponse.to_json())
# convert the object into a dict
list_receipts_response_dict = list_receipts_response_instance.to_dict()
# create an instance of ListReceiptsResponse from a dict
-list_receipts_response_form_dict = list_receipts_response.from_dict(list_receipts_response_dict)
+list_receipts_response_from_dict = ListReceiptsResponse.from_dict(list_receipts_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListReceiptsResponsePage.md b/docs/ListReceiptsResponsePage.md
index 579147ee..4ad29f12 100644
--- a/docs/ListReceiptsResponsePage.md
+++ b/docs/ListReceiptsResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListReceiptsResponsePage from a JSON string
list_receipts_response_page_instance = ListReceiptsResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListReceiptsResponsePage.to_json()
+print(ListReceiptsResponsePage.to_json())
# convert the object into a dict
list_receipts_response_page_dict = list_receipts_response_page_instance.to_dict()
# create an instance of ListReceiptsResponsePage from a dict
-list_receipts_response_page_form_dict = list_receipts_response_page.from_dict(list_receipts_response_page_dict)
+list_receipts_response_page_from_dict = ListReceiptsResponsePage.from_dict(list_receipts_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListReceivedDocumentCategoriesResponse.md b/docs/ListReceivedDocumentCategoriesResponse.md
index db19e421..91ba217f 100644
--- a/docs/ListReceivedDocumentCategoriesResponse.md
+++ b/docs/ListReceivedDocumentCategoriesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListReceivedDocumentCategoriesResponse from a JSON string
list_received_document_categories_response_instance = ListReceivedDocumentCategoriesResponse.from_json(json)
# print the JSON string representation of the object
-print ListReceivedDocumentCategoriesResponse.to_json()
+print(ListReceivedDocumentCategoriesResponse.to_json())
# convert the object into a dict
list_received_document_categories_response_dict = list_received_document_categories_response_instance.to_dict()
# create an instance of ListReceivedDocumentCategoriesResponse from a dict
-list_received_document_categories_response_form_dict = list_received_document_categories_response.from_dict(list_received_document_categories_response_dict)
+list_received_document_categories_response_from_dict = ListReceivedDocumentCategoriesResponse.from_dict(list_received_document_categories_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListReceivedDocumentsResponse.md b/docs/ListReceivedDocumentsResponse.md
index 736f6a54..8e2c8fde 100644
--- a/docs/ListReceivedDocumentsResponse.md
+++ b/docs/ListReceivedDocumentsResponse.md
@@ -29,12 +29,12 @@ json = "{}"
# create an instance of ListReceivedDocumentsResponse from a JSON string
list_received_documents_response_instance = ListReceivedDocumentsResponse.from_json(json)
# print the JSON string representation of the object
-print ListReceivedDocumentsResponse.to_json()
+print(ListReceivedDocumentsResponse.to_json())
# convert the object into a dict
list_received_documents_response_dict = list_received_documents_response_instance.to_dict()
# create an instance of ListReceivedDocumentsResponse from a dict
-list_received_documents_response_form_dict = list_received_documents_response.from_dict(list_received_documents_response_dict)
+list_received_documents_response_from_dict = ListReceivedDocumentsResponse.from_dict(list_received_documents_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListReceivedDocumentsResponsePage.md b/docs/ListReceivedDocumentsResponsePage.md
index f9862fd2..d1159871 100644
--- a/docs/ListReceivedDocumentsResponsePage.md
+++ b/docs/ListReceivedDocumentsResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListReceivedDocumentsResponsePage from a JSON string
list_received_documents_response_page_instance = ListReceivedDocumentsResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListReceivedDocumentsResponsePage.to_json()
+print(ListReceivedDocumentsResponsePage.to_json())
# convert the object into a dict
list_received_documents_response_page_dict = list_received_documents_response_page_instance.to_dict()
# create an instance of ListReceivedDocumentsResponsePage from a dict
-list_received_documents_response_page_form_dict = list_received_documents_response_page.from_dict(list_received_documents_response_page_dict)
+list_received_documents_response_page_from_dict = ListReceivedDocumentsResponsePage.from_dict(list_received_documents_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListRevenueCentersResponse.md b/docs/ListRevenueCentersResponse.md
index dce3ead0..af92369c 100644
--- a/docs/ListRevenueCentersResponse.md
+++ b/docs/ListRevenueCentersResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListRevenueCentersResponse from a JSON string
list_revenue_centers_response_instance = ListRevenueCentersResponse.from_json(json)
# print the JSON string representation of the object
-print ListRevenueCentersResponse.to_json()
+print(ListRevenueCentersResponse.to_json())
# convert the object into a dict
list_revenue_centers_response_dict = list_revenue_centers_response_instance.to_dict()
# create an instance of ListRevenueCentersResponse from a dict
-list_revenue_centers_response_form_dict = list_revenue_centers_response.from_dict(list_revenue_centers_response_dict)
+list_revenue_centers_response_from_dict = ListRevenueCentersResponse.from_dict(list_revenue_centers_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListSuppliersResponse.md b/docs/ListSuppliersResponse.md
index 6fe61581..4e8735bf 100644
--- a/docs/ListSuppliersResponse.md
+++ b/docs/ListSuppliersResponse.md
@@ -28,12 +28,12 @@ json = "{}"
# create an instance of ListSuppliersResponse from a JSON string
list_suppliers_response_instance = ListSuppliersResponse.from_json(json)
# print the JSON string representation of the object
-print ListSuppliersResponse.to_json()
+print(ListSuppliersResponse.to_json())
# convert the object into a dict
list_suppliers_response_dict = list_suppliers_response_instance.to_dict()
# create an instance of ListSuppliersResponse from a dict
-list_suppliers_response_form_dict = list_suppliers_response.from_dict(list_suppliers_response_dict)
+list_suppliers_response_from_dict = ListSuppliersResponse.from_dict(list_suppliers_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListSuppliersResponsePage.md b/docs/ListSuppliersResponsePage.md
index 97ab0cd0..fd566e71 100644
--- a/docs/ListSuppliersResponsePage.md
+++ b/docs/ListSuppliersResponsePage.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListSuppliersResponsePage from a JSON string
list_suppliers_response_page_instance = ListSuppliersResponsePage.from_json(json)
# print the JSON string representation of the object
-print ListSuppliersResponsePage.to_json()
+print(ListSuppliersResponsePage.to_json())
# convert the object into a dict
list_suppliers_response_page_dict = list_suppliers_response_page_instance.to_dict()
# create an instance of ListSuppliersResponsePage from a dict
-list_suppliers_response_page_form_dict = list_suppliers_response_page.from_dict(list_suppliers_response_page_dict)
+list_suppliers_response_page_from_dict = ListSuppliersResponsePage.from_dict(list_suppliers_response_page_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListTemplatesResponse.md b/docs/ListTemplatesResponse.md
index a38b3a8e..9cf20ee7 100644
--- a/docs/ListTemplatesResponse.md
+++ b/docs/ListTemplatesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListTemplatesResponse from a JSON string
list_templates_response_instance = ListTemplatesResponse.from_json(json)
# print the JSON string representation of the object
-print ListTemplatesResponse.to_json()
+print(ListTemplatesResponse.to_json())
# convert the object into a dict
list_templates_response_dict = list_templates_response_instance.to_dict()
# create an instance of ListTemplatesResponse from a dict
-list_templates_response_form_dict = list_templates_response.from_dict(list_templates_response_dict)
+list_templates_response_from_dict = ListTemplatesResponse.from_dict(list_templates_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListUnitsOfMeasureResponse.md b/docs/ListUnitsOfMeasureResponse.md
index 249c680c..789365d1 100644
--- a/docs/ListUnitsOfMeasureResponse.md
+++ b/docs/ListUnitsOfMeasureResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListUnitsOfMeasureResponse from a JSON string
list_units_of_measure_response_instance = ListUnitsOfMeasureResponse.from_json(json)
# print the JSON string representation of the object
-print ListUnitsOfMeasureResponse.to_json()
+print(ListUnitsOfMeasureResponse.to_json())
# convert the object into a dict
list_units_of_measure_response_dict = list_units_of_measure_response_instance.to_dict()
# create an instance of ListUnitsOfMeasureResponse from a dict
-list_units_of_measure_response_form_dict = list_units_of_measure_response.from_dict(list_units_of_measure_response_dict)
+list_units_of_measure_response_from_dict = ListUnitsOfMeasureResponse.from_dict(list_units_of_measure_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListUserCompaniesResponse.md b/docs/ListUserCompaniesResponse.md
index 05aaf831..65c425eb 100644
--- a/docs/ListUserCompaniesResponse.md
+++ b/docs/ListUserCompaniesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListUserCompaniesResponse from a JSON string
list_user_companies_response_instance = ListUserCompaniesResponse.from_json(json)
# print the JSON string representation of the object
-print ListUserCompaniesResponse.to_json()
+print(ListUserCompaniesResponse.to_json())
# convert the object into a dict
list_user_companies_response_dict = list_user_companies_response_instance.to_dict()
# create an instance of ListUserCompaniesResponse from a dict
-list_user_companies_response_form_dict = list_user_companies_response.from_dict(list_user_companies_response_dict)
+list_user_companies_response_from_dict = ListUserCompaniesResponse.from_dict(list_user_companies_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListUserCompaniesResponseData.md b/docs/ListUserCompaniesResponseData.md
index 2cf90391..9a130e3e 100644
--- a/docs/ListUserCompaniesResponseData.md
+++ b/docs/ListUserCompaniesResponseData.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListUserCompaniesResponseData from a JSON string
list_user_companies_response_data_instance = ListUserCompaniesResponseData.from_json(json)
# print the JSON string representation of the object
-print ListUserCompaniesResponseData.to_json()
+print(ListUserCompaniesResponseData.to_json())
# convert the object into a dict
list_user_companies_response_data_dict = list_user_companies_response_data_instance.to_dict()
# create an instance of ListUserCompaniesResponseData from a dict
-list_user_companies_response_data_form_dict = list_user_companies_response_data.from_dict(list_user_companies_response_data_dict)
+list_user_companies_response_data_from_dict = ListUserCompaniesResponseData.from_dict(list_user_companies_response_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListVatTypesResponse.md b/docs/ListVatTypesResponse.md
index f10ace69..d35b3f02 100644
--- a/docs/ListVatTypesResponse.md
+++ b/docs/ListVatTypesResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ListVatTypesResponse from a JSON string
list_vat_types_response_instance = ListVatTypesResponse.from_json(json)
# print the JSON string representation of the object
-print ListVatTypesResponse.to_json()
+print(ListVatTypesResponse.to_json())
# convert the object into a dict
list_vat_types_response_dict = list_vat_types_response_instance.to_dict()
# create an instance of ListVatTypesResponse from a dict
-list_vat_types_response_form_dict = list_vat_types_response.from_dict(list_vat_types_response_dict)
+list_vat_types_response_from_dict = ListVatTypesResponse.from_dict(list_vat_types_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ListWebhooksSubscriptionsResponse.md b/docs/ListWebhooksSubscriptionsResponse.md
index d7d45e25..7bad8e84 100644
--- a/docs/ListWebhooksSubscriptionsResponse.md
+++ b/docs/ListWebhooksSubscriptionsResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ListWebhooksSubscriptionsResponse from a JSON string
list_webhooks_subscriptions_response_instance = ListWebhooksSubscriptionsResponse.from_json(json)
# print the JSON string representation of the object
-print ListWebhooksSubscriptionsResponse.to_json()
+print(ListWebhooksSubscriptionsResponse.to_json())
# convert the object into a dict
list_webhooks_subscriptions_response_dict = list_webhooks_subscriptions_response_instance.to_dict()
# create an instance of ListWebhooksSubscriptionsResponse from a dict
-list_webhooks_subscriptions_response_form_dict = list_webhooks_subscriptions_response.from_dict(list_webhooks_subscriptions_response_dict)
+list_webhooks_subscriptions_response_from_dict = ListWebhooksSubscriptionsResponse.from_dict(list_webhooks_subscriptions_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyArchiveDocumentRequest.md b/docs/ModifyArchiveDocumentRequest.md
index fc6898c9..aa14337a 100644
--- a/docs/ModifyArchiveDocumentRequest.md
+++ b/docs/ModifyArchiveDocumentRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyArchiveDocumentRequest from a JSON string
modify_archive_document_request_instance = ModifyArchiveDocumentRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyArchiveDocumentRequest.to_json()
+print(ModifyArchiveDocumentRequest.to_json())
# convert the object into a dict
modify_archive_document_request_dict = modify_archive_document_request_instance.to_dict()
# create an instance of ModifyArchiveDocumentRequest from a dict
-modify_archive_document_request_form_dict = modify_archive_document_request.from_dict(modify_archive_document_request_dict)
+modify_archive_document_request_from_dict = ModifyArchiveDocumentRequest.from_dict(modify_archive_document_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyArchiveDocumentResponse.md b/docs/ModifyArchiveDocumentResponse.md
index 4c7e1946..2e487c1b 100644
--- a/docs/ModifyArchiveDocumentResponse.md
+++ b/docs/ModifyArchiveDocumentResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyArchiveDocumentResponse from a JSON string
modify_archive_document_response_instance = ModifyArchiveDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyArchiveDocumentResponse.to_json()
+print(ModifyArchiveDocumentResponse.to_json())
# convert the object into a dict
modify_archive_document_response_dict = modify_archive_document_response_instance.to_dict()
# create an instance of ModifyArchiveDocumentResponse from a dict
-modify_archive_document_response_form_dict = modify_archive_document_response.from_dict(modify_archive_document_response_dict)
+modify_archive_document_response_from_dict = ModifyArchiveDocumentResponse.from_dict(modify_archive_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyCashbookEntryRequest.md b/docs/ModifyCashbookEntryRequest.md
index 299df174..f8052f96 100644
--- a/docs/ModifyCashbookEntryRequest.md
+++ b/docs/ModifyCashbookEntryRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyCashbookEntryRequest from a JSON string
modify_cashbook_entry_request_instance = ModifyCashbookEntryRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyCashbookEntryRequest.to_json()
+print(ModifyCashbookEntryRequest.to_json())
# convert the object into a dict
modify_cashbook_entry_request_dict = modify_cashbook_entry_request_instance.to_dict()
# create an instance of ModifyCashbookEntryRequest from a dict
-modify_cashbook_entry_request_form_dict = modify_cashbook_entry_request.from_dict(modify_cashbook_entry_request_dict)
+modify_cashbook_entry_request_from_dict = ModifyCashbookEntryRequest.from_dict(modify_cashbook_entry_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyCashbookEntryResponse.md b/docs/ModifyCashbookEntryResponse.md
index 1ca77f0c..5b504562 100644
--- a/docs/ModifyCashbookEntryResponse.md
+++ b/docs/ModifyCashbookEntryResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyCashbookEntryResponse from a JSON string
modify_cashbook_entry_response_instance = ModifyCashbookEntryResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyCashbookEntryResponse.to_json()
+print(ModifyCashbookEntryResponse.to_json())
# convert the object into a dict
modify_cashbook_entry_response_dict = modify_cashbook_entry_response_instance.to_dict()
# create an instance of ModifyCashbookEntryResponse from a dict
-modify_cashbook_entry_response_form_dict = modify_cashbook_entry_response.from_dict(modify_cashbook_entry_response_dict)
+modify_cashbook_entry_response_from_dict = ModifyCashbookEntryResponse.from_dict(modify_cashbook_entry_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyClientRequest.md b/docs/ModifyClientRequest.md
index c3e59e60..c075e8a9 100644
--- a/docs/ModifyClientRequest.md
+++ b/docs/ModifyClientRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyClientRequest from a JSON string
modify_client_request_instance = ModifyClientRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyClientRequest.to_json()
+print(ModifyClientRequest.to_json())
# convert the object into a dict
modify_client_request_dict = modify_client_request_instance.to_dict()
# create an instance of ModifyClientRequest from a dict
-modify_client_request_form_dict = modify_client_request.from_dict(modify_client_request_dict)
+modify_client_request_from_dict = ModifyClientRequest.from_dict(modify_client_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyClientResponse.md b/docs/ModifyClientResponse.md
index 5039cb4f..a68957d8 100644
--- a/docs/ModifyClientResponse.md
+++ b/docs/ModifyClientResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyClientResponse from a JSON string
modify_client_response_instance = ModifyClientResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyClientResponse.to_json()
+print(ModifyClientResponse.to_json())
# convert the object into a dict
modify_client_response_dict = modify_client_response_instance.to_dict()
# create an instance of ModifyClientResponse from a dict
-modify_client_response_form_dict = modify_client_response.from_dict(modify_client_response_dict)
+modify_client_response_from_dict = ModifyClientResponse.from_dict(modify_client_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyF24Request.md b/docs/ModifyF24Request.md
index c3bdd509..e7fc5011 100644
--- a/docs/ModifyF24Request.md
+++ b/docs/ModifyF24Request.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyF24Request from a JSON string
modify_f24_request_instance = ModifyF24Request.from_json(json)
# print the JSON string representation of the object
-print ModifyF24Request.to_json()
+print(ModifyF24Request.to_json())
# convert the object into a dict
modify_f24_request_dict = modify_f24_request_instance.to_dict()
# create an instance of ModifyF24Request from a dict
-modify_f24_request_form_dict = modify_f24_request.from_dict(modify_f24_request_dict)
+modify_f24_request_from_dict = ModifyF24Request.from_dict(modify_f24_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyF24Response.md b/docs/ModifyF24Response.md
index d73ddcc7..ea5c9bb7 100644
--- a/docs/ModifyF24Response.md
+++ b/docs/ModifyF24Response.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyF24Response from a JSON string
modify_f24_response_instance = ModifyF24Response.from_json(json)
# print the JSON string representation of the object
-print ModifyF24Response.to_json()
+print(ModifyF24Response.to_json())
# convert the object into a dict
modify_f24_response_dict = modify_f24_response_instance.to_dict()
# create an instance of ModifyF24Response from a dict
-modify_f24_response_form_dict = modify_f24_response.from_dict(modify_f24_response_dict)
+modify_f24_response_from_dict = ModifyF24Response.from_dict(modify_f24_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyIssuedDocumentRequest.md b/docs/ModifyIssuedDocumentRequest.md
index 62a3c92b..857161db 100644
--- a/docs/ModifyIssuedDocumentRequest.md
+++ b/docs/ModifyIssuedDocumentRequest.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of ModifyIssuedDocumentRequest from a JSON string
modify_issued_document_request_instance = ModifyIssuedDocumentRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyIssuedDocumentRequest.to_json()
+print(ModifyIssuedDocumentRequest.to_json())
# convert the object into a dict
modify_issued_document_request_dict = modify_issued_document_request_instance.to_dict()
# create an instance of ModifyIssuedDocumentRequest from a dict
-modify_issued_document_request_form_dict = modify_issued_document_request.from_dict(modify_issued_document_request_dict)
+modify_issued_document_request_from_dict = ModifyIssuedDocumentRequest.from_dict(modify_issued_document_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyIssuedDocumentResponse.md b/docs/ModifyIssuedDocumentResponse.md
index af236500..f3a522ab 100644
--- a/docs/ModifyIssuedDocumentResponse.md
+++ b/docs/ModifyIssuedDocumentResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyIssuedDocumentResponse from a JSON string
modify_issued_document_response_instance = ModifyIssuedDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyIssuedDocumentResponse.to_json()
+print(ModifyIssuedDocumentResponse.to_json())
# convert the object into a dict
modify_issued_document_response_dict = modify_issued_document_response_instance.to_dict()
# create an instance of ModifyIssuedDocumentResponse from a dict
-modify_issued_document_response_form_dict = modify_issued_document_response.from_dict(modify_issued_document_response_dict)
+modify_issued_document_response_from_dict = ModifyIssuedDocumentResponse.from_dict(modify_issued_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyPaymentAccountRequest.md b/docs/ModifyPaymentAccountRequest.md
index dc4b84e9..9a4bdb6b 100644
--- a/docs/ModifyPaymentAccountRequest.md
+++ b/docs/ModifyPaymentAccountRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyPaymentAccountRequest from a JSON string
modify_payment_account_request_instance = ModifyPaymentAccountRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyPaymentAccountRequest.to_json()
+print(ModifyPaymentAccountRequest.to_json())
# convert the object into a dict
modify_payment_account_request_dict = modify_payment_account_request_instance.to_dict()
# create an instance of ModifyPaymentAccountRequest from a dict
-modify_payment_account_request_form_dict = modify_payment_account_request.from_dict(modify_payment_account_request_dict)
+modify_payment_account_request_from_dict = ModifyPaymentAccountRequest.from_dict(modify_payment_account_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyPaymentAccountResponse.md b/docs/ModifyPaymentAccountResponse.md
index eee3b04c..c7164457 100644
--- a/docs/ModifyPaymentAccountResponse.md
+++ b/docs/ModifyPaymentAccountResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyPaymentAccountResponse from a JSON string
modify_payment_account_response_instance = ModifyPaymentAccountResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyPaymentAccountResponse.to_json()
+print(ModifyPaymentAccountResponse.to_json())
# convert the object into a dict
modify_payment_account_response_dict = modify_payment_account_response_instance.to_dict()
# create an instance of ModifyPaymentAccountResponse from a dict
-modify_payment_account_response_form_dict = modify_payment_account_response.from_dict(modify_payment_account_response_dict)
+modify_payment_account_response_from_dict = ModifyPaymentAccountResponse.from_dict(modify_payment_account_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyPaymentMethodRequest.md b/docs/ModifyPaymentMethodRequest.md
index 209d8f29..888fbc83 100644
--- a/docs/ModifyPaymentMethodRequest.md
+++ b/docs/ModifyPaymentMethodRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyPaymentMethodRequest from a JSON string
modify_payment_method_request_instance = ModifyPaymentMethodRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyPaymentMethodRequest.to_json()
+print(ModifyPaymentMethodRequest.to_json())
# convert the object into a dict
modify_payment_method_request_dict = modify_payment_method_request_instance.to_dict()
# create an instance of ModifyPaymentMethodRequest from a dict
-modify_payment_method_request_form_dict = modify_payment_method_request.from_dict(modify_payment_method_request_dict)
+modify_payment_method_request_from_dict = ModifyPaymentMethodRequest.from_dict(modify_payment_method_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyPaymentMethodResponse.md b/docs/ModifyPaymentMethodResponse.md
index f2e41895..ba86a486 100644
--- a/docs/ModifyPaymentMethodResponse.md
+++ b/docs/ModifyPaymentMethodResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyPaymentMethodResponse from a JSON string
modify_payment_method_response_instance = ModifyPaymentMethodResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyPaymentMethodResponse.to_json()
+print(ModifyPaymentMethodResponse.to_json())
# convert the object into a dict
modify_payment_method_response_dict = modify_payment_method_response_instance.to_dict()
# create an instance of ModifyPaymentMethodResponse from a dict
-modify_payment_method_response_form_dict = modify_payment_method_response.from_dict(modify_payment_method_response_dict)
+modify_payment_method_response_from_dict = ModifyPaymentMethodResponse.from_dict(modify_payment_method_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyProductRequest.md b/docs/ModifyProductRequest.md
index d14ac773..d71d0d18 100644
--- a/docs/ModifyProductRequest.md
+++ b/docs/ModifyProductRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyProductRequest from a JSON string
modify_product_request_instance = ModifyProductRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyProductRequest.to_json()
+print(ModifyProductRequest.to_json())
# convert the object into a dict
modify_product_request_dict = modify_product_request_instance.to_dict()
# create an instance of ModifyProductRequest from a dict
-modify_product_request_form_dict = modify_product_request.from_dict(modify_product_request_dict)
+modify_product_request_from_dict = ModifyProductRequest.from_dict(modify_product_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyProductResponse.md b/docs/ModifyProductResponse.md
index 250314ee..aa6315d3 100644
--- a/docs/ModifyProductResponse.md
+++ b/docs/ModifyProductResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyProductResponse from a JSON string
modify_product_response_instance = ModifyProductResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyProductResponse.to_json()
+print(ModifyProductResponse.to_json())
# convert the object into a dict
modify_product_response_dict = modify_product_response_instance.to_dict()
# create an instance of ModifyProductResponse from a dict
-modify_product_response_form_dict = modify_product_response.from_dict(modify_product_response_dict)
+modify_product_response_from_dict = ModifyProductResponse.from_dict(modify_product_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyReceiptRequest.md b/docs/ModifyReceiptRequest.md
index 8e5550a2..96697070 100644
--- a/docs/ModifyReceiptRequest.md
+++ b/docs/ModifyReceiptRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyReceiptRequest from a JSON string
modify_receipt_request_instance = ModifyReceiptRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyReceiptRequest.to_json()
+print(ModifyReceiptRequest.to_json())
# convert the object into a dict
modify_receipt_request_dict = modify_receipt_request_instance.to_dict()
# create an instance of ModifyReceiptRequest from a dict
-modify_receipt_request_form_dict = modify_receipt_request.from_dict(modify_receipt_request_dict)
+modify_receipt_request_from_dict = ModifyReceiptRequest.from_dict(modify_receipt_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyReceiptResponse.md b/docs/ModifyReceiptResponse.md
index e9f3f29d..dac3c0b4 100644
--- a/docs/ModifyReceiptResponse.md
+++ b/docs/ModifyReceiptResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyReceiptResponse from a JSON string
modify_receipt_response_instance = ModifyReceiptResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyReceiptResponse.to_json()
+print(ModifyReceiptResponse.to_json())
# convert the object into a dict
modify_receipt_response_dict = modify_receipt_response_instance.to_dict()
# create an instance of ModifyReceiptResponse from a dict
-modify_receipt_response_form_dict = modify_receipt_response.from_dict(modify_receipt_response_dict)
+modify_receipt_response_from_dict = ModifyReceiptResponse.from_dict(modify_receipt_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyReceivedDocumentRequest.md b/docs/ModifyReceivedDocumentRequest.md
index de7df0a9..3fc7f632 100644
--- a/docs/ModifyReceivedDocumentRequest.md
+++ b/docs/ModifyReceivedDocumentRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyReceivedDocumentRequest from a JSON string
modify_received_document_request_instance = ModifyReceivedDocumentRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyReceivedDocumentRequest.to_json()
+print(ModifyReceivedDocumentRequest.to_json())
# convert the object into a dict
modify_received_document_request_dict = modify_received_document_request_instance.to_dict()
# create an instance of ModifyReceivedDocumentRequest from a dict
-modify_received_document_request_form_dict = modify_received_document_request.from_dict(modify_received_document_request_dict)
+modify_received_document_request_from_dict = ModifyReceivedDocumentRequest.from_dict(modify_received_document_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyReceivedDocumentResponse.md b/docs/ModifyReceivedDocumentResponse.md
index 54afb25d..06b202b5 100644
--- a/docs/ModifyReceivedDocumentResponse.md
+++ b/docs/ModifyReceivedDocumentResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyReceivedDocumentResponse from a JSON string
modify_received_document_response_instance = ModifyReceivedDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyReceivedDocumentResponse.to_json()
+print(ModifyReceivedDocumentResponse.to_json())
# convert the object into a dict
modify_received_document_response_dict = modify_received_document_response_instance.to_dict()
# create an instance of ModifyReceivedDocumentResponse from a dict
-modify_received_document_response_form_dict = modify_received_document_response.from_dict(modify_received_document_response_dict)
+modify_received_document_response_from_dict = ModifyReceivedDocumentResponse.from_dict(modify_received_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifySupplierRequest.md b/docs/ModifySupplierRequest.md
index d2c6ea37..75ad2476 100644
--- a/docs/ModifySupplierRequest.md
+++ b/docs/ModifySupplierRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifySupplierRequest from a JSON string
modify_supplier_request_instance = ModifySupplierRequest.from_json(json)
# print the JSON string representation of the object
-print ModifySupplierRequest.to_json()
+print(ModifySupplierRequest.to_json())
# convert the object into a dict
modify_supplier_request_dict = modify_supplier_request_instance.to_dict()
# create an instance of ModifySupplierRequest from a dict
-modify_supplier_request_form_dict = modify_supplier_request.from_dict(modify_supplier_request_dict)
+modify_supplier_request_from_dict = ModifySupplierRequest.from_dict(modify_supplier_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifySupplierResponse.md b/docs/ModifySupplierResponse.md
index 902f0166..fb7dd2e1 100644
--- a/docs/ModifySupplierResponse.md
+++ b/docs/ModifySupplierResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifySupplierResponse from a JSON string
modify_supplier_response_instance = ModifySupplierResponse.from_json(json)
# print the JSON string representation of the object
-print ModifySupplierResponse.to_json()
+print(ModifySupplierResponse.to_json())
# convert the object into a dict
modify_supplier_response_dict = modify_supplier_response_instance.to_dict()
# create an instance of ModifySupplierResponse from a dict
-modify_supplier_response_form_dict = modify_supplier_response.from_dict(modify_supplier_response_dict)
+modify_supplier_response_from_dict = ModifySupplierResponse.from_dict(modify_supplier_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyVatTypeRequest.md b/docs/ModifyVatTypeRequest.md
index 67bc50c8..176109d6 100644
--- a/docs/ModifyVatTypeRequest.md
+++ b/docs/ModifyVatTypeRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyVatTypeRequest from a JSON string
modify_vat_type_request_instance = ModifyVatTypeRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyVatTypeRequest.to_json()
+print(ModifyVatTypeRequest.to_json())
# convert the object into a dict
modify_vat_type_request_dict = modify_vat_type_request_instance.to_dict()
# create an instance of ModifyVatTypeRequest from a dict
-modify_vat_type_request_form_dict = modify_vat_type_request.from_dict(modify_vat_type_request_dict)
+modify_vat_type_request_from_dict = ModifyVatTypeRequest.from_dict(modify_vat_type_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyVatTypeResponse.md b/docs/ModifyVatTypeResponse.md
index 0a863988..b543deef 100644
--- a/docs/ModifyVatTypeResponse.md
+++ b/docs/ModifyVatTypeResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyVatTypeResponse from a JSON string
modify_vat_type_response_instance = ModifyVatTypeResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyVatTypeResponse.to_json()
+print(ModifyVatTypeResponse.to_json())
# convert the object into a dict
modify_vat_type_response_dict = modify_vat_type_response_instance.to_dict()
# create an instance of ModifyVatTypeResponse from a dict
-modify_vat_type_response_form_dict = modify_vat_type_response.from_dict(modify_vat_type_response_dict)
+modify_vat_type_response_from_dict = ModifyVatTypeResponse.from_dict(modify_vat_type_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyWebhooksSubscriptionRequest.md b/docs/ModifyWebhooksSubscriptionRequest.md
index 51d6bfde..a0968e95 100644
--- a/docs/ModifyWebhooksSubscriptionRequest.md
+++ b/docs/ModifyWebhooksSubscriptionRequest.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of ModifyWebhooksSubscriptionRequest from a JSON string
modify_webhooks_subscription_request_instance = ModifyWebhooksSubscriptionRequest.from_json(json)
# print the JSON string representation of the object
-print ModifyWebhooksSubscriptionRequest.to_json()
+print(ModifyWebhooksSubscriptionRequest.to_json())
# convert the object into a dict
modify_webhooks_subscription_request_dict = modify_webhooks_subscription_request_instance.to_dict()
# create an instance of ModifyWebhooksSubscriptionRequest from a dict
-modify_webhooks_subscription_request_form_dict = modify_webhooks_subscription_request.from_dict(modify_webhooks_subscription_request_dict)
+modify_webhooks_subscription_request_from_dict = ModifyWebhooksSubscriptionRequest.from_dict(modify_webhooks_subscription_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ModifyWebhooksSubscriptionResponse.md b/docs/ModifyWebhooksSubscriptionResponse.md
index 0fdf057a..52b29bde 100644
--- a/docs/ModifyWebhooksSubscriptionResponse.md
+++ b/docs/ModifyWebhooksSubscriptionResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ModifyWebhooksSubscriptionResponse from a JSON string
modify_webhooks_subscription_response_instance = ModifyWebhooksSubscriptionResponse.from_json(json)
# print the JSON string representation of the object
-print ModifyWebhooksSubscriptionResponse.to_json()
+print(ModifyWebhooksSubscriptionResponse.to_json())
# convert the object into a dict
modify_webhooks_subscription_response_dict = modify_webhooks_subscription_response_instance.to_dict()
# create an instance of ModifyWebhooksSubscriptionResponse from a dict
-modify_webhooks_subscription_response_form_dict = modify_webhooks_subscription_response.from_dict(modify_webhooks_subscription_response_dict)
+modify_webhooks_subscription_response_from_dict = ModifyWebhooksSubscriptionResponse.from_dict(modify_webhooks_subscription_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/MonthlyTotal.md b/docs/MonthlyTotal.md
index 81424b1a..1f6c6bbf 100644
--- a/docs/MonthlyTotal.md
+++ b/docs/MonthlyTotal.md
@@ -19,12 +19,12 @@ json = "{}"
# create an instance of MonthlyTotal from a JSON string
monthly_total_instance = MonthlyTotal.from_json(json)
# print the JSON string representation of the object
-print MonthlyTotal.to_json()
+print(MonthlyTotal.to_json())
# convert the object into a dict
monthly_total_dict = monthly_total_instance.to_dict()
# create an instance of MonthlyTotal from a dict
-monthly_total_form_dict = monthly_total.from_dict(monthly_total_dict)
+monthly_total_from_dict = MonthlyTotal.from_dict(monthly_total_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Pagination.md b/docs/Pagination.md
index 7343dda4..ba9802d2 100644
--- a/docs/Pagination.md
+++ b/docs/Pagination.md
@@ -28,12 +28,12 @@ json = "{}"
# create an instance of Pagination from a JSON string
pagination_instance = Pagination.from_json(json)
# print the JSON string representation of the object
-print Pagination.to_json()
+print(Pagination.to_json())
# convert the object into a dict
pagination_dict = pagination_instance.to_dict()
# create an instance of Pagination from a dict
-pagination_form_dict = pagination.from_dict(pagination_dict)
+pagination_from_dict = Pagination.from_dict(pagination_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/PaymentAccount.md b/docs/PaymentAccount.md
index cb982241..5f23203f 100644
--- a/docs/PaymentAccount.md
+++ b/docs/PaymentAccount.md
@@ -23,12 +23,12 @@ json = "{}"
# create an instance of PaymentAccount from a JSON string
payment_account_instance = PaymentAccount.from_json(json)
# print the JSON string representation of the object
-print PaymentAccount.to_json()
+print(PaymentAccount.to_json())
# convert the object into a dict
payment_account_dict = payment_account_instance.to_dict()
# create an instance of PaymentAccount from a dict
-payment_account_form_dict = payment_account.from_dict(payment_account_dict)
+payment_account_from_dict = PaymentAccount.from_dict(payment_account_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/PaymentMethod.md b/docs/PaymentMethod.md
index 572a3e20..0bbe0e82 100644
--- a/docs/PaymentMethod.md
+++ b/docs/PaymentMethod.md
@@ -26,12 +26,12 @@ json = "{}"
# create an instance of PaymentMethod from a JSON string
payment_method_instance = PaymentMethod.from_json(json)
# print the JSON string representation of the object
-print PaymentMethod.to_json()
+print(PaymentMethod.to_json())
# convert the object into a dict
payment_method_dict = payment_method_instance.to_dict()
# create an instance of PaymentMethod from a dict
-payment_method_form_dict = payment_method.from_dict(payment_method_dict)
+payment_method_from_dict = PaymentMethod.from_dict(payment_method_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/PaymentMethodDetails.md b/docs/PaymentMethodDetails.md
index d7822285..d26d7431 100644
--- a/docs/PaymentMethodDetails.md
+++ b/docs/PaymentMethodDetails.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of PaymentMethodDetails from a JSON string
payment_method_details_instance = PaymentMethodDetails.from_json(json)
# print the JSON string representation of the object
-print PaymentMethodDetails.to_json()
+print(PaymentMethodDetails.to_json())
# convert the object into a dict
payment_method_details_dict = payment_method_details_instance.to_dict()
# create an instance of PaymentMethodDetails from a dict
-payment_method_details_form_dict = payment_method_details.from_dict(payment_method_details_dict)
+payment_method_details_from_dict = PaymentMethodDetails.from_dict(payment_method_details_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Permissions.md b/docs/Permissions.md
index 1f4cba56..b343767b 100644
--- a/docs/Permissions.md
+++ b/docs/Permissions.md
@@ -42,12 +42,12 @@ json = "{}"
# create an instance of Permissions from a JSON string
permissions_instance = Permissions.from_json(json)
# print the JSON string representation of the object
-print Permissions.to_json()
+print(Permissions.to_json())
# convert the object into a dict
permissions_dict = permissions_instance.to_dict()
# create an instance of Permissions from a dict
-permissions_form_dict = permissions.from_dict(permissions_dict)
+permissions_from_dict = Permissions.from_dict(permissions_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/PermissionsFicIssuedDocumentsDetailed.md b/docs/PermissionsFicIssuedDocumentsDetailed.md
index abca3f48..7f50d2d4 100644
--- a/docs/PermissionsFicIssuedDocumentsDetailed.md
+++ b/docs/PermissionsFicIssuedDocumentsDetailed.md
@@ -26,12 +26,12 @@ json = "{}"
# create an instance of PermissionsFicIssuedDocumentsDetailed from a JSON string
permissions_fic_issued_documents_detailed_instance = PermissionsFicIssuedDocumentsDetailed.from_json(json)
# print the JSON string representation of the object
-print PermissionsFicIssuedDocumentsDetailed.to_json()
+print(PermissionsFicIssuedDocumentsDetailed.to_json())
# convert the object into a dict
permissions_fic_issued_documents_detailed_dict = permissions_fic_issued_documents_detailed_instance.to_dict()
# create an instance of PermissionsFicIssuedDocumentsDetailed from a dict
-permissions_fic_issued_documents_detailed_form_dict = permissions_fic_issued_documents_detailed.from_dict(permissions_fic_issued_documents_detailed_dict)
+permissions_fic_issued_documents_detailed_from_dict = PermissionsFicIssuedDocumentsDetailed.from_dict(permissions_fic_issued_documents_detailed_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Product.md b/docs/Product.md
index d691ca0b..060eaf2a 100644
--- a/docs/Product.md
+++ b/docs/Product.md
@@ -35,12 +35,12 @@ json = "{}"
# create an instance of Product from a JSON string
product_instance = Product.from_json(json)
# print the JSON string representation of the object
-print Product.to_json()
+print(Product.to_json())
# convert the object into a dict
product_dict = product_instance.to_dict()
# create an instance of Product from a dict
-product_form_dict = product.from_dict(product_dict)
+product_from_dict = Product.from_dict(product_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Receipt.md b/docs/Receipt.md
index 748ae9a0..3531ea0e 100644
--- a/docs/Receipt.md
+++ b/docs/Receipt.md
@@ -31,12 +31,12 @@ json = "{}"
# create an instance of Receipt from a JSON string
receipt_instance = Receipt.from_json(json)
# print the JSON string representation of the object
-print Receipt.to_json()
+print(Receipt.to_json())
# convert the object into a dict
receipt_dict = receipt_instance.to_dict()
# create an instance of Receipt from a dict
-receipt_form_dict = receipt.from_dict(receipt_dict)
+receipt_from_dict = Receipt.from_dict(receipt_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceiptItemsListItem.md b/docs/ReceiptItemsListItem.md
index b8c68a55..2a318ce2 100644
--- a/docs/ReceiptItemsListItem.md
+++ b/docs/ReceiptItemsListItem.md
@@ -21,12 +21,12 @@ json = "{}"
# create an instance of ReceiptItemsListItem from a JSON string
receipt_items_list_item_instance = ReceiptItemsListItem.from_json(json)
# print the JSON string representation of the object
-print ReceiptItemsListItem.to_json()
+print(ReceiptItemsListItem.to_json())
# convert the object into a dict
receipt_items_list_item_dict = receipt_items_list_item_instance.to_dict()
# create an instance of ReceiptItemsListItem from a dict
-receipt_items_list_item_form_dict = receipt_items_list_item.from_dict(receipt_items_list_item_dict)
+receipt_items_list_item_from_dict = ReceiptItemsListItem.from_dict(receipt_items_list_item_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceiptPreCreateInfo.md b/docs/ReceiptPreCreateInfo.md
index 6d8d268c..7c538052 100644
--- a/docs/ReceiptPreCreateInfo.md
+++ b/docs/ReceiptPreCreateInfo.md
@@ -22,12 +22,12 @@ json = "{}"
# create an instance of ReceiptPreCreateInfo from a JSON string
receipt_pre_create_info_instance = ReceiptPreCreateInfo.from_json(json)
# print the JSON string representation of the object
-print ReceiptPreCreateInfo.to_json()
+print(ReceiptPreCreateInfo.to_json())
# convert the object into a dict
receipt_pre_create_info_dict = receipt_pre_create_info_instance.to_dict()
# create an instance of ReceiptPreCreateInfo from a dict
-receipt_pre_create_info_form_dict = receipt_pre_create_info.from_dict(receipt_pre_create_info_dict)
+receipt_pre_create_info_from_dict = ReceiptPreCreateInfo.from_dict(receipt_pre_create_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceivedDocument.md b/docs/ReceivedDocument.md
index b707e799..55376096 100644
--- a/docs/ReceivedDocument.md
+++ b/docs/ReceivedDocument.md
@@ -46,12 +46,12 @@ json = "{}"
# create an instance of ReceivedDocument from a JSON string
received_document_instance = ReceivedDocument.from_json(json)
# print the JSON string representation of the object
-print ReceivedDocument.to_json()
+print(ReceivedDocument.to_json())
# convert the object into a dict
received_document_dict = received_document_instance.to_dict()
# create an instance of ReceivedDocument from a dict
-received_document_form_dict = received_document.from_dict(received_document_dict)
+received_document_from_dict = ReceivedDocument.from_dict(received_document_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceivedDocumentInfo.md b/docs/ReceivedDocumentInfo.md
index bc1885ac..53fd2fcd 100644
--- a/docs/ReceivedDocumentInfo.md
+++ b/docs/ReceivedDocumentInfo.md
@@ -23,12 +23,12 @@ json = "{}"
# create an instance of ReceivedDocumentInfo from a JSON string
received_document_info_instance = ReceivedDocumentInfo.from_json(json)
# print the JSON string representation of the object
-print ReceivedDocumentInfo.to_json()
+print(ReceivedDocumentInfo.to_json())
# convert the object into a dict
received_document_info_dict = received_document_info_instance.to_dict()
# create an instance of ReceivedDocumentInfo from a dict
-received_document_info_form_dict = received_document_info.from_dict(received_document_info_dict)
+received_document_info_from_dict = ReceivedDocumentInfo.from_dict(received_document_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceivedDocumentInfoDefaultValues.md b/docs/ReceivedDocumentInfoDefaultValues.md
index e4b0ff3c..7b34f691 100644
--- a/docs/ReceivedDocumentInfoDefaultValues.md
+++ b/docs/ReceivedDocumentInfoDefaultValues.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ReceivedDocumentInfoDefaultValues from a JSON string
received_document_info_default_values_instance = ReceivedDocumentInfoDefaultValues.from_json(json)
# print the JSON string representation of the object
-print ReceivedDocumentInfoDefaultValues.to_json()
+print(ReceivedDocumentInfoDefaultValues.to_json())
# convert the object into a dict
received_document_info_default_values_dict = received_document_info_default_values_instance.to_dict()
# create an instance of ReceivedDocumentInfoDefaultValues from a dict
-received_document_info_default_values_form_dict = received_document_info_default_values.from_dict(received_document_info_default_values_dict)
+received_document_info_default_values_from_dict = ReceivedDocumentInfoDefaultValues.from_dict(received_document_info_default_values_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceivedDocumentInfoItemsDefaultValues.md b/docs/ReceivedDocumentInfoItemsDefaultValues.md
index b29b658d..52ea632d 100644
--- a/docs/ReceivedDocumentInfoItemsDefaultValues.md
+++ b/docs/ReceivedDocumentInfoItemsDefaultValues.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ReceivedDocumentInfoItemsDefaultValues from a JSON string
received_document_info_items_default_values_instance = ReceivedDocumentInfoItemsDefaultValues.from_json(json)
# print the JSON string representation of the object
-print ReceivedDocumentInfoItemsDefaultValues.to_json()
+print(ReceivedDocumentInfoItemsDefaultValues.to_json())
# convert the object into a dict
received_document_info_items_default_values_dict = received_document_info_items_default_values_instance.to_dict()
# create an instance of ReceivedDocumentInfoItemsDefaultValues from a dict
-received_document_info_items_default_values_form_dict = received_document_info_items_default_values.from_dict(received_document_info_items_default_values_dict)
+received_document_info_items_default_values_from_dict = ReceivedDocumentInfoItemsDefaultValues.from_dict(received_document_info_items_default_values_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceivedDocumentItemsListItem.md b/docs/ReceivedDocumentItemsListItem.md
index b9e4fca3..361fd367 100644
--- a/docs/ReceivedDocumentItemsListItem.md
+++ b/docs/ReceivedDocumentItemsListItem.md
@@ -26,12 +26,12 @@ json = "{}"
# create an instance of ReceivedDocumentItemsListItem from a JSON string
received_document_items_list_item_instance = ReceivedDocumentItemsListItem.from_json(json)
# print the JSON string representation of the object
-print ReceivedDocumentItemsListItem.to_json()
+print(ReceivedDocumentItemsListItem.to_json())
# convert the object into a dict
received_document_items_list_item_dict = received_document_items_list_item_instance.to_dict()
# create an instance of ReceivedDocumentItemsListItem from a dict
-received_document_items_list_item_form_dict = received_document_items_list_item.from_dict(received_document_items_list_item_dict)
+received_document_items_list_item_from_dict = ReceivedDocumentItemsListItem.from_dict(received_document_items_list_item_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceivedDocumentPaymentsListItem.md b/docs/ReceivedDocumentPaymentsListItem.md
index e59247d5..a89be9b5 100644
--- a/docs/ReceivedDocumentPaymentsListItem.md
+++ b/docs/ReceivedDocumentPaymentsListItem.md
@@ -23,12 +23,12 @@ json = "{}"
# create an instance of ReceivedDocumentPaymentsListItem from a JSON string
received_document_payments_list_item_instance = ReceivedDocumentPaymentsListItem.from_json(json)
# print the JSON string representation of the object
-print ReceivedDocumentPaymentsListItem.to_json()
+print(ReceivedDocumentPaymentsListItem.to_json())
# convert the object into a dict
received_document_payments_list_item_dict = received_document_payments_list_item_instance.to_dict()
# create an instance of ReceivedDocumentPaymentsListItem from a dict
-received_document_payments_list_item_form_dict = received_document_payments_list_item.from_dict(received_document_payments_list_item_dict)
+received_document_payments_list_item_from_dict = ReceivedDocumentPaymentsListItem.from_dict(received_document_payments_list_item_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceivedDocumentPaymentsListItemPaymentTerms.md b/docs/ReceivedDocumentPaymentsListItemPaymentTerms.md
index e86ed635..0885a273 100644
--- a/docs/ReceivedDocumentPaymentsListItemPaymentTerms.md
+++ b/docs/ReceivedDocumentPaymentsListItemPaymentTerms.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ReceivedDocumentPaymentsListItemPaymentTerms from a JSON string
received_document_payments_list_item_payment_terms_instance = ReceivedDocumentPaymentsListItemPaymentTerms.from_json(json)
# print the JSON string representation of the object
-print ReceivedDocumentPaymentsListItemPaymentTerms.to_json()
+print(ReceivedDocumentPaymentsListItemPaymentTerms.to_json())
# convert the object into a dict
received_document_payments_list_item_payment_terms_dict = received_document_payments_list_item_payment_terms_instance.to_dict()
# create an instance of ReceivedDocumentPaymentsListItemPaymentTerms from a dict
-received_document_payments_list_item_payment_terms_form_dict = received_document_payments_list_item_payment_terms.from_dict(received_document_payments_list_item_payment_terms_dict)
+received_document_payments_list_item_payment_terms_from_dict = ReceivedDocumentPaymentsListItemPaymentTerms.from_dict(received_document_payments_list_item_payment_terms_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ReceivedDocumentTotals.md b/docs/ReceivedDocumentTotals.md
index dfec3a44..8cfe7dcb 100644
--- a/docs/ReceivedDocumentTotals.md
+++ b/docs/ReceivedDocumentTotals.md
@@ -23,12 +23,12 @@ json = "{}"
# create an instance of ReceivedDocumentTotals from a JSON string
received_document_totals_instance = ReceivedDocumentTotals.from_json(json)
# print the JSON string representation of the object
-print ReceivedDocumentTotals.to_json()
+print(ReceivedDocumentTotals.to_json())
# convert the object into a dict
received_document_totals_dict = received_document_totals_instance.to_dict()
# create an instance of ReceivedDocumentTotals from a dict
-received_document_totals_form_dict = received_document_totals.from_dict(received_document_totals_dict)
+received_document_totals_from_dict = ReceivedDocumentTotals.from_dict(received_document_totals_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/ScheduleEmailRequest.md b/docs/ScheduleEmailRequest.md
index 83d17f76..1fe72ee0 100644
--- a/docs/ScheduleEmailRequest.md
+++ b/docs/ScheduleEmailRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of ScheduleEmailRequest from a JSON string
schedule_email_request_instance = ScheduleEmailRequest.from_json(json)
# print the JSON string representation of the object
-print ScheduleEmailRequest.to_json()
+print(ScheduleEmailRequest.to_json())
# convert the object into a dict
schedule_email_request_dict = schedule_email_request_instance.to_dict()
# create an instance of ScheduleEmailRequest from a dict
-schedule_email_request_form_dict = schedule_email_request.from_dict(schedule_email_request_dict)
+schedule_email_request_from_dict = ScheduleEmailRequest.from_dict(schedule_email_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/SendEInvoiceRequest.md b/docs/SendEInvoiceRequest.md
index 3a14c9e5..1c56b5b0 100644
--- a/docs/SendEInvoiceRequest.md
+++ b/docs/SendEInvoiceRequest.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of SendEInvoiceRequest from a JSON string
send_e_invoice_request_instance = SendEInvoiceRequest.from_json(json)
# print the JSON string representation of the object
-print SendEInvoiceRequest.to_json()
+print(SendEInvoiceRequest.to_json())
# convert the object into a dict
send_e_invoice_request_dict = send_e_invoice_request_instance.to_dict()
# create an instance of SendEInvoiceRequest from a dict
-send_e_invoice_request_form_dict = send_e_invoice_request.from_dict(send_e_invoice_request_dict)
+send_e_invoice_request_from_dict = SendEInvoiceRequest.from_dict(send_e_invoice_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/SendEInvoiceRequestData.md b/docs/SendEInvoiceRequestData.md
index 1b2049ae..86525ad5 100644
--- a/docs/SendEInvoiceRequestData.md
+++ b/docs/SendEInvoiceRequestData.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of SendEInvoiceRequestData from a JSON string
send_e_invoice_request_data_instance = SendEInvoiceRequestData.from_json(json)
# print the JSON string representation of the object
-print SendEInvoiceRequestData.to_json()
+print(SendEInvoiceRequestData.to_json())
# convert the object into a dict
send_e_invoice_request_data_dict = send_e_invoice_request_data_instance.to_dict()
# create an instance of SendEInvoiceRequestData from a dict
-send_e_invoice_request_data_form_dict = send_e_invoice_request_data.from_dict(send_e_invoice_request_data_dict)
+send_e_invoice_request_data_from_dict = SendEInvoiceRequestData.from_dict(send_e_invoice_request_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/SendEInvoiceRequestOptions.md b/docs/SendEInvoiceRequestOptions.md
index f9784279..a40d8bf7 100644
--- a/docs/SendEInvoiceRequestOptions.md
+++ b/docs/SendEInvoiceRequestOptions.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of SendEInvoiceRequestOptions from a JSON string
send_e_invoice_request_options_instance = SendEInvoiceRequestOptions.from_json(json)
# print the JSON string representation of the object
-print SendEInvoiceRequestOptions.to_json()
+print(SendEInvoiceRequestOptions.to_json())
# convert the object into a dict
send_e_invoice_request_options_dict = send_e_invoice_request_options_instance.to_dict()
# create an instance of SendEInvoiceRequestOptions from a dict
-send_e_invoice_request_options_form_dict = send_e_invoice_request_options.from_dict(send_e_invoice_request_options_dict)
+send_e_invoice_request_options_from_dict = SendEInvoiceRequestOptions.from_dict(send_e_invoice_request_options_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/SendEInvoiceResponse.md b/docs/SendEInvoiceResponse.md
index ab91ffe3..81197d4e 100644
--- a/docs/SendEInvoiceResponse.md
+++ b/docs/SendEInvoiceResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of SendEInvoiceResponse from a JSON string
send_e_invoice_response_instance = SendEInvoiceResponse.from_json(json)
# print the JSON string representation of the object
-print SendEInvoiceResponse.to_json()
+print(SendEInvoiceResponse.to_json())
# convert the object into a dict
send_e_invoice_response_dict = send_e_invoice_response_instance.to_dict()
# create an instance of SendEInvoiceResponse from a dict
-send_e_invoice_response_form_dict = send_e_invoice_response.from_dict(send_e_invoice_response_dict)
+send_e_invoice_response_from_dict = SendEInvoiceResponse.from_dict(send_e_invoice_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/SendEInvoiceResponseData.md b/docs/SendEInvoiceResponseData.md
index b356f106..b693b7a6 100644
--- a/docs/SendEInvoiceResponseData.md
+++ b/docs/SendEInvoiceResponseData.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of SendEInvoiceResponseData from a JSON string
send_e_invoice_response_data_instance = SendEInvoiceResponseData.from_json(json)
# print the JSON string representation of the object
-print SendEInvoiceResponseData.to_json()
+print(SendEInvoiceResponseData.to_json())
# convert the object into a dict
send_e_invoice_response_data_dict = send_e_invoice_response_data_instance.to_dict()
# create an instance of SendEInvoiceResponseData from a dict
-send_e_invoice_response_data_form_dict = send_e_invoice_response_data.from_dict(send_e_invoice_response_data_dict)
+send_e_invoice_response_data_from_dict = SendEInvoiceResponseData.from_dict(send_e_invoice_response_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/SenderEmail.md b/docs/SenderEmail.md
index ce3c57ab..1375e92c 100644
--- a/docs/SenderEmail.md
+++ b/docs/SenderEmail.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of SenderEmail from a JSON string
sender_email_instance = SenderEmail.from_json(json)
# print the JSON string representation of the object
-print SenderEmail.to_json()
+print(SenderEmail.to_json())
# convert the object into a dict
sender_email_dict = sender_email_instance.to_dict()
# create an instance of SenderEmail from a dict
-sender_email_form_dict = sender_email.from_dict(sender_email_dict)
+sender_email_from_dict = SenderEmail.from_dict(sender_email_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/Supplier.md b/docs/Supplier.md
index 35b61642..f67c7cae 100644
--- a/docs/Supplier.md
+++ b/docs/Supplier.md
@@ -40,12 +40,12 @@ json = "{}"
# create an instance of Supplier from a JSON string
supplier_instance = Supplier.from_json(json)
# print the JSON string representation of the object
-print Supplier.to_json()
+print(Supplier.to_json())
# convert the object into a dict
supplier_dict = supplier_instance.to_dict()
# create an instance of Supplier from a dict
-supplier_form_dict = supplier.from_dict(supplier_dict)
+supplier_from_dict = Supplier.from_dict(supplier_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/TransformIssuedDocumentResponse.md b/docs/TransformIssuedDocumentResponse.md
index 28976e27..371ae881 100644
--- a/docs/TransformIssuedDocumentResponse.md
+++ b/docs/TransformIssuedDocumentResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of TransformIssuedDocumentResponse from a JSON string
transform_issued_document_response_instance = TransformIssuedDocumentResponse.from_json(json)
# print the JSON string representation of the object
-print TransformIssuedDocumentResponse.to_json()
+print(TransformIssuedDocumentResponse.to_json())
# convert the object into a dict
transform_issued_document_response_dict = transform_issued_document_response_instance.to_dict()
# create an instance of TransformIssuedDocumentResponse from a dict
-transform_issued_document_response_form_dict = transform_issued_document_response.from_dict(transform_issued_document_response_dict)
+transform_issued_document_response_from_dict = TransformIssuedDocumentResponse.from_dict(transform_issued_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/UploadArchiveAttachmentResponse.md b/docs/UploadArchiveAttachmentResponse.md
index b6924038..4a973391 100644
--- a/docs/UploadArchiveAttachmentResponse.md
+++ b/docs/UploadArchiveAttachmentResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of UploadArchiveAttachmentResponse from a JSON string
upload_archive_attachment_response_instance = UploadArchiveAttachmentResponse.from_json(json)
# print the JSON string representation of the object
-print UploadArchiveAttachmentResponse.to_json()
+print(UploadArchiveAttachmentResponse.to_json())
# convert the object into a dict
upload_archive_attachment_response_dict = upload_archive_attachment_response_instance.to_dict()
# create an instance of UploadArchiveAttachmentResponse from a dict
-upload_archive_attachment_response_form_dict = upload_archive_attachment_response.from_dict(upload_archive_attachment_response_dict)
+upload_archive_attachment_response_from_dict = UploadArchiveAttachmentResponse.from_dict(upload_archive_attachment_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/UploadF24AttachmentResponse.md b/docs/UploadF24AttachmentResponse.md
index 34ce49d6..016f162a 100644
--- a/docs/UploadF24AttachmentResponse.md
+++ b/docs/UploadF24AttachmentResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of UploadF24AttachmentResponse from a JSON string
upload_f24_attachment_response_instance = UploadF24AttachmentResponse.from_json(json)
# print the JSON string representation of the object
-print UploadF24AttachmentResponse.to_json()
+print(UploadF24AttachmentResponse.to_json())
# convert the object into a dict
upload_f24_attachment_response_dict = upload_f24_attachment_response_instance.to_dict()
# create an instance of UploadF24AttachmentResponse from a dict
-upload_f24_attachment_response_form_dict = upload_f24_attachment_response.from_dict(upload_f24_attachment_response_dict)
+upload_f24_attachment_response_from_dict = UploadF24AttachmentResponse.from_dict(upload_f24_attachment_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/UploadIssuedDocumentAttachmentResponse.md b/docs/UploadIssuedDocumentAttachmentResponse.md
index 13a750c3..694775ce 100644
--- a/docs/UploadIssuedDocumentAttachmentResponse.md
+++ b/docs/UploadIssuedDocumentAttachmentResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of UploadIssuedDocumentAttachmentResponse from a JSON string
upload_issued_document_attachment_response_instance = UploadIssuedDocumentAttachmentResponse.from_json(json)
# print the JSON string representation of the object
-print UploadIssuedDocumentAttachmentResponse.to_json()
+print(UploadIssuedDocumentAttachmentResponse.to_json())
# convert the object into a dict
upload_issued_document_attachment_response_dict = upload_issued_document_attachment_response_instance.to_dict()
# create an instance of UploadIssuedDocumentAttachmentResponse from a dict
-upload_issued_document_attachment_response_form_dict = upload_issued_document_attachment_response.from_dict(upload_issued_document_attachment_response_dict)
+upload_issued_document_attachment_response_from_dict = UploadIssuedDocumentAttachmentResponse.from_dict(upload_issued_document_attachment_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/UploadReceivedDocumentAttachmentResponse.md b/docs/UploadReceivedDocumentAttachmentResponse.md
index d0d780f8..b18ad829 100644
--- a/docs/UploadReceivedDocumentAttachmentResponse.md
+++ b/docs/UploadReceivedDocumentAttachmentResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of UploadReceivedDocumentAttachmentResponse from a JSON string
upload_received_document_attachment_response_instance = UploadReceivedDocumentAttachmentResponse.from_json(json)
# print the JSON string representation of the object
-print UploadReceivedDocumentAttachmentResponse.to_json()
+print(UploadReceivedDocumentAttachmentResponse.to_json())
# convert the object into a dict
upload_received_document_attachment_response_dict = upload_received_document_attachment_response_instance.to_dict()
# create an instance of UploadReceivedDocumentAttachmentResponse from a dict
-upload_received_document_attachment_response_form_dict = upload_received_document_attachment_response.from_dict(upload_received_document_attachment_response_dict)
+upload_received_document_attachment_response_from_dict = UploadReceivedDocumentAttachmentResponse.from_dict(upload_received_document_attachment_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/User.md b/docs/User.md
index 112a0323..e2d82430 100644
--- a/docs/User.md
+++ b/docs/User.md
@@ -23,12 +23,12 @@ json = "{}"
# create an instance of User from a JSON string
user_instance = User.from_json(json)
# print the JSON string representation of the object
-print User.to_json()
+print(User.to_json())
# convert the object into a dict
user_dict = user_instance.to_dict()
# create an instance of User from a dict
-user_form_dict = user.from_dict(user_dict)
+user_from_dict = User.from_dict(user_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VatItem.md b/docs/VatItem.md
index 01876dc8..26e2b624 100644
--- a/docs/VatItem.md
+++ b/docs/VatItem.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of VatItem from a JSON string
vat_item_instance = VatItem.from_json(json)
# print the JSON string representation of the object
-print VatItem.to_json()
+print(VatItem.to_json())
# convert the object into a dict
vat_item_dict = vat_item_instance.to_dict()
# create an instance of VatItem from a dict
-vat_item_form_dict = vat_item.from_dict(vat_item_dict)
+vat_item_from_dict = VatItem.from_dict(vat_item_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VatType.md b/docs/VatType.md
index 4b024846..05432cb6 100644
--- a/docs/VatType.md
+++ b/docs/VatType.md
@@ -25,12 +25,12 @@ json = "{}"
# create an instance of VatType from a JSON string
vat_type_instance = VatType.from_json(json)
# print the JSON string representation of the object
-print VatType.to_json()
+print(VatType.to_json())
# convert the object into a dict
vat_type_dict = vat_type_instance.to_dict()
# create an instance of VatType from a dict
-vat_type_form_dict = vat_type.from_dict(vat_type_dict)
+vat_type_from_dict = VatType.from_dict(vat_type_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VerifyEInvoiceXmlErrorResponse.md b/docs/VerifyEInvoiceXmlErrorResponse.md
index 40755a14..51fd160a 100644
--- a/docs/VerifyEInvoiceXmlErrorResponse.md
+++ b/docs/VerifyEInvoiceXmlErrorResponse.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of VerifyEInvoiceXmlErrorResponse from a JSON string
verify_e_invoice_xml_error_response_instance = VerifyEInvoiceXmlErrorResponse.from_json(json)
# print the JSON string representation of the object
-print VerifyEInvoiceXmlErrorResponse.to_json()
+print(VerifyEInvoiceXmlErrorResponse.to_json())
# convert the object into a dict
verify_e_invoice_xml_error_response_dict = verify_e_invoice_xml_error_response_instance.to_dict()
# create an instance of VerifyEInvoiceXmlErrorResponse from a dict
-verify_e_invoice_xml_error_response_form_dict = verify_e_invoice_xml_error_response.from_dict(verify_e_invoice_xml_error_response_dict)
+verify_e_invoice_xml_error_response_from_dict = VerifyEInvoiceXmlErrorResponse.from_dict(verify_e_invoice_xml_error_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VerifyEInvoiceXmlErrorResponseError.md b/docs/VerifyEInvoiceXmlErrorResponseError.md
index 946c5c74..6b6a713f 100644
--- a/docs/VerifyEInvoiceXmlErrorResponseError.md
+++ b/docs/VerifyEInvoiceXmlErrorResponseError.md
@@ -18,12 +18,12 @@ json = "{}"
# create an instance of VerifyEInvoiceXmlErrorResponseError from a JSON string
verify_e_invoice_xml_error_response_error_instance = VerifyEInvoiceXmlErrorResponseError.from_json(json)
# print the JSON string representation of the object
-print VerifyEInvoiceXmlErrorResponseError.to_json()
+print(VerifyEInvoiceXmlErrorResponseError.to_json())
# convert the object into a dict
verify_e_invoice_xml_error_response_error_dict = verify_e_invoice_xml_error_response_error_instance.to_dict()
# create an instance of VerifyEInvoiceXmlErrorResponseError from a dict
-verify_e_invoice_xml_error_response_error_form_dict = verify_e_invoice_xml_error_response_error.from_dict(verify_e_invoice_xml_error_response_error_dict)
+verify_e_invoice_xml_error_response_error_from_dict = VerifyEInvoiceXmlErrorResponseError.from_dict(verify_e_invoice_xml_error_response_error_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VerifyEInvoiceXmlErrorResponseErrorValidationResult.md b/docs/VerifyEInvoiceXmlErrorResponseErrorValidationResult.md
index 89037bfe..901ad54c 100644
--- a/docs/VerifyEInvoiceXmlErrorResponseErrorValidationResult.md
+++ b/docs/VerifyEInvoiceXmlErrorResponseErrorValidationResult.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of VerifyEInvoiceXmlErrorResponseErrorValidationResult from a JSON string
verify_e_invoice_xml_error_response_error_validation_result_instance = VerifyEInvoiceXmlErrorResponseErrorValidationResult.from_json(json)
# print the JSON string representation of the object
-print VerifyEInvoiceXmlErrorResponseErrorValidationResult.to_json()
+print(VerifyEInvoiceXmlErrorResponseErrorValidationResult.to_json())
# convert the object into a dict
verify_e_invoice_xml_error_response_error_validation_result_dict = verify_e_invoice_xml_error_response_error_validation_result_instance.to_dict()
# create an instance of VerifyEInvoiceXmlErrorResponseErrorValidationResult from a dict
-verify_e_invoice_xml_error_response_error_validation_result_form_dict = verify_e_invoice_xml_error_response_error_validation_result.from_dict(verify_e_invoice_xml_error_response_error_validation_result_dict)
+verify_e_invoice_xml_error_response_error_validation_result_from_dict = VerifyEInvoiceXmlErrorResponseErrorValidationResult.from_dict(verify_e_invoice_xml_error_response_error_validation_result_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VerifyEInvoiceXmlErrorResponseExtra.md b/docs/VerifyEInvoiceXmlErrorResponseExtra.md
index 965605f1..e694b6b6 100644
--- a/docs/VerifyEInvoiceXmlErrorResponseExtra.md
+++ b/docs/VerifyEInvoiceXmlErrorResponseExtra.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of VerifyEInvoiceXmlErrorResponseExtra from a JSON string
verify_e_invoice_xml_error_response_extra_instance = VerifyEInvoiceXmlErrorResponseExtra.from_json(json)
# print the JSON string representation of the object
-print VerifyEInvoiceXmlErrorResponseExtra.to_json()
+print(VerifyEInvoiceXmlErrorResponseExtra.to_json())
# convert the object into a dict
verify_e_invoice_xml_error_response_extra_dict = verify_e_invoice_xml_error_response_extra_instance.to_dict()
# create an instance of VerifyEInvoiceXmlErrorResponseExtra from a dict
-verify_e_invoice_xml_error_response_extra_form_dict = verify_e_invoice_xml_error_response_extra.from_dict(verify_e_invoice_xml_error_response_extra_dict)
+verify_e_invoice_xml_error_response_extra_from_dict = VerifyEInvoiceXmlErrorResponseExtra.from_dict(verify_e_invoice_xml_error_response_extra_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VerifyEInvoiceXmlResponse.md b/docs/VerifyEInvoiceXmlResponse.md
index 10edc8b5..154eb8a2 100644
--- a/docs/VerifyEInvoiceXmlResponse.md
+++ b/docs/VerifyEInvoiceXmlResponse.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of VerifyEInvoiceXmlResponse from a JSON string
verify_e_invoice_xml_response_instance = VerifyEInvoiceXmlResponse.from_json(json)
# print the JSON string representation of the object
-print VerifyEInvoiceXmlResponse.to_json()
+print(VerifyEInvoiceXmlResponse.to_json())
# convert the object into a dict
verify_e_invoice_xml_response_dict = verify_e_invoice_xml_response_instance.to_dict()
# create an instance of VerifyEInvoiceXmlResponse from a dict
-verify_e_invoice_xml_response_form_dict = verify_e_invoice_xml_response.from_dict(verify_e_invoice_xml_response_dict)
+verify_e_invoice_xml_response_from_dict = VerifyEInvoiceXmlResponse.from_dict(verify_e_invoice_xml_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/VerifyEInvoiceXmlResponseData.md b/docs/VerifyEInvoiceXmlResponseData.md
index 36fb34a4..0a8a4599 100644
--- a/docs/VerifyEInvoiceXmlResponseData.md
+++ b/docs/VerifyEInvoiceXmlResponseData.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of VerifyEInvoiceXmlResponseData from a JSON string
verify_e_invoice_xml_response_data_instance = VerifyEInvoiceXmlResponseData.from_json(json)
# print the JSON string representation of the object
-print VerifyEInvoiceXmlResponseData.to_json()
+print(VerifyEInvoiceXmlResponseData.to_json())
# convert the object into a dict
verify_e_invoice_xml_response_data_dict = verify_e_invoice_xml_response_data_instance.to_dict()
# create an instance of VerifyEInvoiceXmlResponseData from a dict
-verify_e_invoice_xml_response_data_form_dict = verify_e_invoice_xml_response_data.from_dict(verify_e_invoice_xml_response_data_dict)
+verify_e_invoice_xml_response_data_from_dict = VerifyEInvoiceXmlResponseData.from_dict(verify_e_invoice_xml_response_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/WebhooksSubscription.md b/docs/WebhooksSubscription.md
index 64284a51..252fbee8 100644
--- a/docs/WebhooksSubscription.md
+++ b/docs/WebhooksSubscription.md
@@ -21,12 +21,12 @@ json = "{}"
# create an instance of WebhooksSubscription from a JSON string
webhooks_subscription_instance = WebhooksSubscription.from_json(json)
# print the JSON string representation of the object
-print WebhooksSubscription.to_json()
+print(WebhooksSubscription.to_json())
# convert the object into a dict
webhooks_subscription_dict = webhooks_subscription_instance.to_dict()
# create an instance of WebhooksSubscription from a dict
-webhooks_subscription_form_dict = webhooks_subscription.from_dict(webhooks_subscription_dict)
+webhooks_subscription_from_dict = WebhooksSubscription.from_dict(webhooks_subscription_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/docs/WebhooksSubscriptionConfig.md b/docs/WebhooksSubscriptionConfig.md
index b7b79932..86eae73f 100644
--- a/docs/WebhooksSubscriptionConfig.md
+++ b/docs/WebhooksSubscriptionConfig.md
@@ -17,12 +17,12 @@ json = "{}"
# create an instance of WebhooksSubscriptionConfig from a JSON string
webhooks_subscription_config_instance = WebhooksSubscriptionConfig.from_json(json)
# print the JSON string representation of the object
-print WebhooksSubscriptionConfig.to_json()
+print(WebhooksSubscriptionConfig.to_json())
# convert the object into a dict
webhooks_subscription_config_dict = webhooks_subscription_config_instance.to_dict()
# create an instance of WebhooksSubscriptionConfig from a dict
-webhooks_subscription_config_form_dict = webhooks_subscription_config.from_dict(webhooks_subscription_config_dict)
+webhooks_subscription_config_from_dict = WebhooksSubscriptionConfig.from_dict(webhooks_subscription_config_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/fattureincloud_python_sdk/__init__.py b/fattureincloud_python_sdk/__init__.py
index 40bb3e60..7d13b2d7 100644
--- a/fattureincloud_python_sdk/__init__.py
+++ b/fattureincloud_python_sdk/__init__.py
@@ -7,7 +7,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -15,7 +15,7 @@
""" # noqa: E501
-__version__ = "2.0.19"
+__version__ = "2.0.20"
# import apis into sdk package
from fattureincloud_python_sdk.api.archive_api import ArchiveApi
diff --git a/fattureincloud_python_sdk/api/archive_api.py b/fattureincloud_python_sdk/api/archive_api.py
index 092623cf..9876406e 100644
--- a/fattureincloud_python_sdk/api/archive_api.py
+++ b/fattureincloud_python_sdk/api/archive_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -293,7 +293,7 @@ def _create_archive_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -563,7 +563,7 @@ def _delete_archive_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -856,7 +856,7 @@ def _get_archive_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1237,7 +1237,7 @@ def _list_archive_documents_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1541,7 +1541,7 @@ def _modify_archive_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1847,7 +1847,7 @@ def _upload_archive_document_attachment_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/cashbook_api.py b/fattureincloud_python_sdk/api/cashbook_api.py
index 70117404..3b71be5b 100644
--- a/fattureincloud_python_sdk/api/cashbook_api.py
+++ b/fattureincloud_python_sdk/api/cashbook_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -287,7 +287,7 @@ def _create_cashbook_entry_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -557,7 +557,7 @@ def _delete_cashbook_entry_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -850,7 +850,7 @@ def _get_cashbook_entry_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1188,7 +1188,7 @@ def _list_cashbook_entries_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1485,7 +1485,7 @@ def _modify_cashbook_entry_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/clients_api.py b/fattureincloud_python_sdk/api/clients_api.py
index 698562df..02bcc97c 100644
--- a/fattureincloud_python_sdk/api/clients_api.py
+++ b/fattureincloud_python_sdk/api/clients_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -269,7 +269,7 @@ def _create_client_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -539,7 +539,7 @@ def _delete_client_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -832,7 +832,7 @@ def _get_client_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1210,7 +1210,7 @@ def _list_clients_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1520,7 +1520,7 @@ def _modify_client_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/companies_api.py b/fattureincloud_python_sdk/api/companies_api.py
index be5cb4ce..66735d39 100644
--- a/fattureincloud_python_sdk/api/companies_api.py
+++ b/fattureincloud_python_sdk/api/companies_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -252,7 +252,7 @@ def _get_company_info_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -507,7 +507,7 @@ def _get_company_plan_usage_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/emails_api.py b/fattureincloud_python_sdk/api/emails_api.py
index e3a174ea..a988a16c 100644
--- a/fattureincloud_python_sdk/api/emails_api.py
+++ b/fattureincloud_python_sdk/api/emails_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -244,7 +244,7 @@ def _list_emails_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/info_api.py b/fattureincloud_python_sdk/api/info_api.py
index 2934e610..f3d5b085 100644
--- a/fattureincloud_python_sdk/api/info_api.py
+++ b/fattureincloud_python_sdk/api/info_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -296,7 +296,7 @@ def _list_archive_categories_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -563,7 +563,7 @@ def _list_cities_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -814,7 +814,7 @@ def _list_cost_centers_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1043,7 +1043,7 @@ def _list_countries_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1270,7 +1270,7 @@ def _list_currencies_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1497,7 +1497,7 @@ def _list_delivery_notes_default_causals_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1724,7 +1724,7 @@ def _list_detailed_countries_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1951,7 +1951,7 @@ def _list_languages_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2260,7 +2260,7 @@ def _list_payment_accounts_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2583,7 +2583,7 @@ def _list_payment_methods_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2853,7 +2853,7 @@ def _list_product_categories_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3096,7 +3096,7 @@ def _list_received_document_categories_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3341,7 +3341,7 @@ def _list_revenue_centers_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3617,7 +3617,7 @@ def _list_templates_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3852,7 +3852,7 @@ def _list_units_of_measure_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -4114,7 +4114,7 @@ def _list_vat_types_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/issued_documents_api.py b/fattureincloud_python_sdk/api/issued_documents_api.py
index 881c2d2d..bafceeb3 100644
--- a/fattureincloud_python_sdk/api/issued_documents_api.py
+++ b/fattureincloud_python_sdk/api/issued_documents_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -315,7 +315,7 @@ def _create_issued_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -585,7 +585,7 @@ def _delete_issued_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -840,7 +840,7 @@ def _delete_issued_document_attachment_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1089,7 +1089,7 @@ def _get_email_data_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1368,7 +1368,7 @@ def _get_existing_issued_document_totals_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1678,7 +1678,7 @@ def _get_issued_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1946,7 +1946,7 @@ def _get_issued_document_pre_create_info_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2211,7 +2211,7 @@ def _get_new_issued_document_totals_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2507,7 +2507,7 @@ def _join_issued_documents_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2937,7 +2937,7 @@ def _list_issued_documents_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3249,7 +3249,7 @@ def _modify_issued_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3540,7 +3540,7 @@ def _schedule_email_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3858,7 +3858,7 @@ def _transform_issued_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -4163,7 +4163,7 @@ def _upload_issued_document_attachment_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/issued_e_invoices_api.py b/fattureincloud_python_sdk/api/issued_e_invoices_api.py
index 52222b94..b3eef193 100644
--- a/fattureincloud_python_sdk/api/issued_e_invoices_api.py
+++ b/fattureincloud_python_sdk/api/issued_e_invoices_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated
-from pydantic import Field, StrictBool, StrictInt
+from pydantic import Field, StrictBool, StrictInt, StrictStr
from typing import Optional
from typing_extensions import Annotated
from fattureincloud_python_sdk.models.get_e_invoice_rejection_reason_response import (
@@ -267,7 +267,7 @@ def _get_e_invoice_rejection_reason_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -549,7 +549,7 @@ def _get_e_invoice_xml_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -824,7 +824,7 @@ def _send_e_invoice_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1099,7 +1099,7 @@ def _verify_e_invoice_xml_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/products_api.py b/fattureincloud_python_sdk/api/products_api.py
index 45abfb85..7ae6fa68 100644
--- a/fattureincloud_python_sdk/api/products_api.py
+++ b/fattureincloud_python_sdk/api/products_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -267,7 +267,7 @@ def _create_product_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -537,7 +537,7 @@ def _delete_product_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -830,7 +830,7 @@ def _get_product_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1208,7 +1208,7 @@ def _list_products_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1512,7 +1512,7 @@ def _modify_product_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/receipts_api.py b/fattureincloud_python_sdk/api/receipts_api.py
index 40123cc3..2fa02c08 100644
--- a/fattureincloud_python_sdk/api/receipts_api.py
+++ b/fattureincloud_python_sdk/api/receipts_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -282,7 +282,7 @@ def _create_receipt_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -552,7 +552,7 @@ def _delete_receipt_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -845,7 +845,7 @@ def _get_receipt_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1100,7 +1100,7 @@ def _get_receipt_pre_create_info_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1377,7 +1377,7 @@ def _get_receipts_monthly_totals_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1753,7 +1753,7 @@ def _list_receipts_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2054,7 +2054,7 @@ def _modify_receipt_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/received_documents_api.py b/fattureincloud_python_sdk/api/received_documents_api.py
index 880c3336..293625d7 100644
--- a/fattureincloud_python_sdk/api/received_documents_api.py
+++ b/fattureincloud_python_sdk/api/received_documents_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -302,7 +302,7 @@ def _create_received_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -572,7 +572,7 @@ def _delete_received_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -827,7 +827,7 @@ def _delete_received_document_attachment_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1098,7 +1098,7 @@ def _get_existing_received_document_totals_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1379,7 +1379,7 @@ def _get_new_received_document_totals_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1687,7 +1687,7 @@ def _get_received_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1955,7 +1955,7 @@ def _get_received_document_pre_create_info_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2346,7 +2346,7 @@ def _list_received_documents_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2654,7 +2654,7 @@ def _modify_received_document_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2957,7 +2957,7 @@ def _upload_received_document_attachment_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/settings_api.py b/fattureincloud_python_sdk/api/settings_api.py
index 7d79f970..02146cc2 100644
--- a/fattureincloud_python_sdk/api/settings_api.py
+++ b/fattureincloud_python_sdk/api/settings_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -300,7 +300,7 @@ def _create_payment_account_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -564,7 +564,7 @@ def _create_payment_method_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -828,7 +828,7 @@ def _create_vat_type_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1098,7 +1098,7 @@ def _delete_payment_account_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1353,7 +1353,7 @@ def _delete_payment_method_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1608,7 +1608,7 @@ def _delete_vat_type_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1901,7 +1901,7 @@ def _get_payment_account_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2207,7 +2207,7 @@ def _get_payment_method_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2475,7 +2475,7 @@ def _get_vat_type_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2748,7 +2748,7 @@ def _modify_payment_account_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3033,7 +3033,7 @@ def _modify_payment_method_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -3318,7 +3318,7 @@ def _modify_vat_type_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/suppliers_api.py b/fattureincloud_python_sdk/api/suppliers_api.py
index 6313b3ff..34f7f4dd 100644
--- a/fattureincloud_python_sdk/api/suppliers_api.py
+++ b/fattureincloud_python_sdk/api/suppliers_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -279,7 +279,7 @@ def _create_supplier_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -549,7 +549,7 @@ def _delete_supplier_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -842,7 +842,7 @@ def _get_supplier_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1220,7 +1220,7 @@ def _list_suppliers_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1530,7 +1530,7 @@ def _modify_supplier_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/taxes_api.py b/fattureincloud_python_sdk/api/taxes_api.py
index e27bcf1b..a14130b5 100644
--- a/fattureincloud_python_sdk/api/taxes_api.py
+++ b/fattureincloud_python_sdk/api/taxes_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -278,7 +278,7 @@ def _create_f24_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -548,7 +548,7 @@ def _delete_f24_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -803,7 +803,7 @@ def _delete_f24_attachment_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1096,7 +1096,7 @@ def _get_f24_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1474,7 +1474,7 @@ def _list_f24_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1775,7 +1775,7 @@ def _modify_f24_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -2075,7 +2075,7 @@ def _upload_f24_attachment_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/user_api.py b/fattureincloud_python_sdk/api/user_api.py
index 071cbc85..7e0af112 100644
--- a/fattureincloud_python_sdk/api/user_api.py
+++ b/fattureincloud_python_sdk/api/user_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -235,7 +235,7 @@ def _get_user_info_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -462,7 +462,7 @@ def _list_user_companies_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api/webhooks_api.py b/fattureincloud_python_sdk/api/webhooks_api.py
index 4a8fad1d..ec8ea793 100644
--- a/fattureincloud_python_sdk/api/webhooks_api.py
+++ b/fattureincloud_python_sdk/api/webhooks_api.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -281,7 +281,7 @@ def _create_webhooks_subscription_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -551,7 +551,7 @@ def _delete_webhooks_subscription_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -806,7 +806,7 @@ def _get_webhooks_subscription_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1047,7 +1047,7 @@ def _list_webhooks_subscriptions_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
@@ -1324,7 +1324,7 @@ def _modify_webhooks_subscription_serialize(
_query_params: List[Tuple[str, str]] = []
_header_params: Dict[str, Optional[str]] = _headers or {}
_form_params: List[Tuple[str, str]] = []
- _files: Dict[str, str] = {}
+ _files: Dict[str, Union[str, bytes]] = {}
_body_params: Optional[bytes] = None
# process the path parameters
diff --git a/fattureincloud_python_sdk/api_client.py b/fattureincloud_python_sdk/api_client.py
index e655570a..c8fda1cc 100644
--- a/fattureincloud_python_sdk/api_client.py
+++ b/fattureincloud_python_sdk/api_client.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -23,7 +23,8 @@
import tempfile
from urllib.parse import quote
-from typing import Tuple, Optional, List, Dict
+from typing import Tuple, Optional, List, Dict, Union
+from pydantic import SecretStr
from fattureincloud_python_sdk.configuration import Configuration
from fattureincloud_python_sdk.api_response import ApiResponse, T as ApiResponseT
@@ -85,7 +86,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
- self.user_agent = "FattureInCloud/2.0.19/Python-SDK"
+ self.user_agent = "FattureInCloud/2.0.20/Python-SDK"
self.client_side_validation = configuration.client_side_validation
def __enter__(self):
@@ -197,7 +198,8 @@ def param_serialize(
post_params = post_params if post_params else []
post_params = self.sanitize_for_serialization(post_params)
post_params = self.parameters_to_tuples(post_params, collection_formats)
- post_params.extend(self.files_parameters(files))
+ if files:
+ post_params.extend(self.files_parameters(files))
# auth setting
self.update_params_for_auth(
@@ -306,7 +308,12 @@ def response_deserialize(
match = re.search(r"charset=([a-zA-Z\-\d]+)[\s;]?", content_type)
encoding = match.group(1) if match else "utf-8"
response_text = response_data.data.decode(encoding)
- return_data = self.deserialize(response_text, response_type)
+ if response_type in ["bytearray", "str"]:
+ return_data = self.__deserialize_primitive(
+ response_text, response_type
+ )
+ else:
+ return_data = self.deserialize(response_text, response_type)
finally:
if not 200 <= response_data.status <= 299:
raise ApiException.from_response(
@@ -326,6 +333,7 @@ def sanitize_for_serialization(self, obj):
"""Builds a JSON POST object.
If obj is None, return None.
+ If obj is SecretStr, return obj.get_secret_value()
If obj is str, int, long, float, bool, return directly.
If obj is datetime.datetime, datetime.date
convert to string in iso8601 format.
@@ -338,6 +346,10 @@ def sanitize_for_serialization(self, obj):
"""
if obj is None:
return None
+ elif isinstance(obj, Enum):
+ return obj.value
+ elif isinstance(obj, SecretStr):
+ return obj.get_secret_value()
elif isinstance(obj, self.PRIMITIVE_TYPES):
return obj
elif isinstance(obj, list):
@@ -355,7 +367,10 @@ def sanitize_for_serialization(self, obj):
# and attributes which value is not None.
# Convert attribute name to json key in
# model definition for request.
- obj_dict = obj.to_dict()
+ if hasattr(obj, "to_dict") and callable(getattr(obj, "to_dict")):
+ obj_dict = obj.to_dict()
+ else:
+ obj_dict = obj.__dict__
return {
key: self.sanitize_for_serialization(val) for key, val in obj_dict.items()
@@ -490,29 +505,25 @@ def parameters_to_url_query(self, params, collection_formats):
return "&".join(["=".join(map(str, item)) for item in new_params])
- def files_parameters(self, files=None):
+ def files_parameters(self, files: Dict[str, Union[str, bytes]]):
"""Builds form parameters.
:param files: File parameters.
:return: Form parameters with files.
"""
params = []
-
- if files:
- for k, v in files.items():
- if not v:
- continue
- file_names = v if type(v) is list else [v]
- for n in file_names:
- with open(n, "rb") as f:
- filename = os.path.basename(f.name)
- filedata = f.read()
- mimetype = (
- mimetypes.guess_type(filename)[0]
- or "application/octet-stream"
- )
- params.append(tuple([k, tuple([filename, filedata, mimetype])]))
-
+ for k, v in files.items():
+ if isinstance(v, str):
+ with open(v, "rb") as f:
+ filename = os.path.basename(f.name)
+ filedata = f.read()
+ elif isinstance(v, bytes):
+ filename = k
+ filedata = v
+ else:
+ raise ValueError("Unsupported file value")
+ mimetype = mimetypes.guess_type(filename)[0] or "application/octet-stream"
+ params.append(tuple([k, tuple([filename, filedata, mimetype])]))
return params
def select_header_accept(self, accepts: List[str]) -> Optional[str]:
diff --git a/fattureincloud_python_sdk/configuration.py b/fattureincloud_python_sdk/configuration.py
index b0b3cd2b..f1fea536 100644
--- a/fattureincloud_python_sdk/configuration.py
+++ b/fattureincloud_python_sdk/configuration.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -394,8 +394,8 @@ def to_debug_report(self):
"Python SDK Debug Report:\n"
"OS: {env}\n"
"Python Version: {pyversion}\n"
- "Version of the API: 2.0.32\n"
- "SDK Package Version: 2.0.19".format(
+ "Version of the API: 2.0.33\n"
+ "SDK Package Version: 2.0.20".format(
env=sys.platform, pyversion=sys.version
)
)
diff --git a/fattureincloud_python_sdk/exceptions.py b/fattureincloud_python_sdk/exceptions.py
index 691eeb2a..ab328a9f 100644
--- a/fattureincloud_python_sdk/exceptions.py
+++ b/fattureincloud_python_sdk/exceptions.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/__init__.py b/fattureincloud_python_sdk/models/__init__.py
index 4e740532..33ecb0a3 100644
--- a/fattureincloud_python_sdk/models/__init__.py
+++ b/fattureincloud_python_sdk/models/__init__.py
@@ -6,7 +6,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/archive_document.py b/fattureincloud_python_sdk/models/archive_document.py
index 40d0bfb0..26672418 100644
--- a/fattureincloud_python_sdk/models/archive_document.py
+++ b/fattureincloud_python_sdk/models/archive_document.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -57,11 +57,11 @@ class ArchiveDocument(BaseModel):
"attachment_token",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/attachment_data.py b/fattureincloud_python_sdk/models/attachment_data.py
index 01680eb0..0291d2e7 100644
--- a/fattureincloud_python_sdk/models/attachment_data.py
+++ b/fattureincloud_python_sdk/models/attachment_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -34,11 +34,11 @@ class AttachmentData(BaseModel):
)
__properties: ClassVar[List[str]] = ["attachment_token"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/cashbook_entry.py b/fattureincloud_python_sdk/models/cashbook_entry.py
index d6222f8a..c634c14c 100644
--- a/fattureincloud_python_sdk/models/cashbook_entry.py
+++ b/fattureincloud_python_sdk/models/cashbook_entry.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.cashbook_entry_document import (
CashbookEntryDocument,
@@ -73,11 +73,11 @@ class CashbookEntry(BaseModel):
"payment_account_out",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/cashbook_entry_document.py b/fattureincloud_python_sdk/models/cashbook_entry_document.py
index e056114c..106674e5 100644
--- a/fattureincloud_python_sdk/models/cashbook_entry_document.py
+++ b/fattureincloud_python_sdk/models/cashbook_entry_document.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -40,11 +40,11 @@ class CashbookEntryDocument(BaseModel):
)
__properties: ClassVar[List[str]] = ["id", "type", "path"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/cashbook_entry_kind.py b/fattureincloud_python_sdk/models/cashbook_entry_kind.py
index 21d9ad77..25afb1bd 100644
--- a/fattureincloud_python_sdk/models/cashbook_entry_kind.py
+++ b/fattureincloud_python_sdk/models/cashbook_entry_kind.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/cashbook_entry_type.py b/fattureincloud_python_sdk/models/cashbook_entry_type.py
index e2cc8677..9b187c55 100644
--- a/fattureincloud_python_sdk/models/cashbook_entry_type.py
+++ b/fattureincloud_python_sdk/models/cashbook_entry_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/city.py b/fattureincloud_python_sdk/models/city.py
index 8dfc181c..6faf2067 100644
--- a/fattureincloud_python_sdk/models/city.py
+++ b/fattureincloud_python_sdk/models/city.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -36,11 +36,11 @@ class City(BaseModel):
province: Optional[StrictStr] = Field(default=None, description="City province")
__properties: ClassVar[List[str]] = ["postal_code", "city", "province"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/client.py b/fattureincloud_python_sdk/models/client.py
index ac7041e7..6c49ff0c 100644
--- a/fattureincloud_python_sdk/models/client.py
+++ b/fattureincloud_python_sdk/models/client.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,15 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr
+from pydantic import (
+ BaseModel,
+ ConfigDict,
+ Field,
+ StrictBool,
+ StrictFloat,
+ StrictInt,
+ StrictStr,
+)
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.client_type import ClientType
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
@@ -157,11 +165,11 @@ class Client(BaseModel):
"updated_at",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/client_type.py b/fattureincloud_python_sdk/models/client_type.py
index 36e3e865..c0d26776 100644
--- a/fattureincloud_python_sdk/models/client_type.py
+++ b/fattureincloud_python_sdk/models/client_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/company.py b/fattureincloud_python_sdk/models/company.py
index 4d0bf4df..2aa2dc44 100644
--- a/fattureincloud_python_sdk/models/company.py
+++ b/fattureincloud_python_sdk/models/company.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.company_type import CompanyType
from fattureincloud_python_sdk.models.controlled_company import ControlledCompany
@@ -52,6 +52,9 @@ class Company(BaseModel):
default=None, description="Company connection id"
)
tax_code: Optional[StrictStr] = Field(default=None, description="Company tax code")
+ vat_number: Optional[StrictStr] = Field(
+ default=None, description="Company vat number"
+ )
__properties: ClassVar[List[str]] = [
"id",
"name",
@@ -62,13 +65,14 @@ class Company(BaseModel):
"fic_plan",
"connection_id",
"tax_code",
+ "vat_number",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
@@ -137,6 +141,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
"fic_plan": obj.get("fic_plan"),
"connection_id": obj.get("connection_id"),
"tax_code": obj.get("tax_code"),
+ "vat_number": obj.get("vat_number"),
}
)
return _obj
diff --git a/fattureincloud_python_sdk/models/company_info.py b/fattureincloud_python_sdk/models/company_info.py
index aed9aaf5..e5df6009 100644
--- a/fattureincloud_python_sdk/models/company_info.py
+++ b/fattureincloud_python_sdk/models/company_info.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictBool, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.company_info_access_info import (
CompanyInfoAccessInfo,
@@ -65,11 +65,11 @@ class CompanyInfo(BaseModel):
"is_accountant",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/company_info_access_info.py b/fattureincloud_python_sdk/models/company_info_access_info.py
index 6bbfd1b5..243bfb3c 100644
--- a/fattureincloud_python_sdk/models/company_info_access_info.py
+++ b/fattureincloud_python_sdk/models/company_info_access_info.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool
+from pydantic import BaseModel, ConfigDict, Field, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.permissions import Permissions
from fattureincloud_python_sdk.models.user_company_role import UserCompanyRole
@@ -38,11 +38,11 @@ class CompanyInfoAccessInfo(BaseModel):
)
__properties: ClassVar[List[str]] = ["role", "permissions", "through_accountant"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/company_info_plan_info.py b/fattureincloud_python_sdk/models/company_info_plan_info.py
index 41bcd463..403c36dc 100644
--- a/fattureincloud_python_sdk/models/company_info_plan_info.py
+++ b/fattureincloud_python_sdk/models/company_info_plan_info.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.company_info_plan_info_functions import (
CompanyInfoPlanInfoFunctions,
@@ -43,11 +43,11 @@ class CompanyInfoPlanInfo(BaseModel):
functions_status: Optional[CompanyInfoPlanInfoFunctionsStatus] = None
__properties: ClassVar[List[str]] = ["limits", "functions", "functions_status"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/company_info_plan_info_functions.py b/fattureincloud_python_sdk/models/company_info_plan_info_functions.py
index 2bf1e877..0cf81dc6 100644
--- a/fattureincloud_python_sdk/models/company_info_plan_info_functions.py
+++ b/fattureincloud_python_sdk/models/company_info_plan_info_functions.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictBool
+from pydantic import BaseModel, ConfigDict, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -68,11 +68,11 @@ class CompanyInfoPlanInfoFunctions(BaseModel):
"ts_pay",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py b/fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py
index 19cf6d8f..458d5381 100644
--- a/fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py
+++ b/fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.function_status import FunctionStatus
from typing import Optional, Set
@@ -34,11 +34,11 @@ class CompanyInfoPlanInfoFunctionsStatus(BaseModel):
ts_pay: Optional[FunctionStatus] = None
__properties: ClassVar[List[str]] = ["ts_digital", "ts_pay"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/company_info_plan_info_limits.py b/fattureincloud_python_sdk/models/company_info_plan_info_limits.py
index 4744077d..ec0de0e2 100644
--- a/fattureincloud_python_sdk/models/company_info_plan_info_limits.py
+++ b/fattureincloud_python_sdk/models/company_info_plan_info_limits.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictInt
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -48,11 +48,11 @@ class CompanyInfoPlanInfoLimits(BaseModel):
"documents",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/company_plan_usage.py b/fattureincloud_python_sdk/models/company_plan_usage.py
index 8b8e2a15..c0c01708 100644
--- a/fattureincloud_python_sdk/models/company_plan_usage.py
+++ b/fattureincloud_python_sdk/models/company_plan_usage.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictFloat, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
@@ -37,11 +37,11 @@ class CompanyPlanUsage(BaseModel):
)
__properties: ClassVar[List[str]] = ["limit", "usage"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/company_type.py b/fattureincloud_python_sdk/models/company_type.py
index a882c0d1..865364bc 100644
--- a/fattureincloud_python_sdk/models/company_type.py
+++ b/fattureincloud_python_sdk/models/company_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/controlled_company.py b/fattureincloud_python_sdk/models/controlled_company.py
index 1a0d12c8..e8f655c4 100644
--- a/fattureincloud_python_sdk/models/controlled_company.py
+++ b/fattureincloud_python_sdk/models/controlled_company.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.company_type import CompanyType
from fattureincloud_python_sdk.models.fatture_in_cloud_plan_type import (
@@ -60,11 +60,11 @@ class ControlledCompany(BaseModel):
"tax_code",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_archive_document_request.py b/fattureincloud_python_sdk/models/create_archive_document_request.py
index 7c234c1a..039cc305 100644
--- a/fattureincloud_python_sdk/models/create_archive_document_request.py
+++ b/fattureincloud_python_sdk/models/create_archive_document_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.archive_document import ArchiveDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class CreateArchiveDocumentRequest(BaseModel):
data: Optional[ArchiveDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_archive_document_response.py b/fattureincloud_python_sdk/models/create_archive_document_response.py
index 77ac2648..0b0bbad0 100644
--- a/fattureincloud_python_sdk/models/create_archive_document_response.py
+++ b/fattureincloud_python_sdk/models/create_archive_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.archive_document import ArchiveDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class CreateArchiveDocumentResponse(BaseModel):
data: Optional[ArchiveDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_cashbook_entry_request.py b/fattureincloud_python_sdk/models/create_cashbook_entry_request.py
index bb5d952e..70d04ad5 100644
--- a/fattureincloud_python_sdk/models/create_cashbook_entry_request.py
+++ b/fattureincloud_python_sdk/models/create_cashbook_entry_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.cashbook_entry import CashbookEntry
from typing import Optional, Set
@@ -31,11 +31,11 @@ class CreateCashbookEntryRequest(BaseModel):
data: Optional[CashbookEntry] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_cashbook_entry_response.py b/fattureincloud_python_sdk/models/create_cashbook_entry_response.py
index 710f2bd9..47189310 100644
--- a/fattureincloud_python_sdk/models/create_cashbook_entry_response.py
+++ b/fattureincloud_python_sdk/models/create_cashbook_entry_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.cashbook_entry import CashbookEntry
from typing import Optional, Set
@@ -31,11 +31,11 @@ class CreateCashbookEntryResponse(BaseModel):
data: Optional[CashbookEntry] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_client_request.py b/fattureincloud_python_sdk/models/create_client_request.py
index 9316b27e..75b3735f 100644
--- a/fattureincloud_python_sdk/models/create_client_request.py
+++ b/fattureincloud_python_sdk/models/create_client_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.client import Client
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateClientRequest(BaseModel):
data: Optional[Client] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_client_response.py b/fattureincloud_python_sdk/models/create_client_response.py
index 5b6bd09c..d408ebcc 100644
--- a/fattureincloud_python_sdk/models/create_client_response.py
+++ b/fattureincloud_python_sdk/models/create_client_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.client import Client
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateClientResponse(BaseModel):
data: Optional[Client] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_f24_request.py b/fattureincloud_python_sdk/models/create_f24_request.py
index 0f3dc2b0..df444d46 100644
--- a/fattureincloud_python_sdk/models/create_f24_request.py
+++ b/fattureincloud_python_sdk/models/create_f24_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.f24 import F24
from typing import Optional, Set
@@ -31,11 +31,11 @@ class CreateF24Request(BaseModel):
data: Optional[F24] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_f24_response.py b/fattureincloud_python_sdk/models/create_f24_response.py
index 301def80..46fa400a 100644
--- a/fattureincloud_python_sdk/models/create_f24_response.py
+++ b/fattureincloud_python_sdk/models/create_f24_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.f24 import F24
from typing import Optional, Set
@@ -31,11 +31,11 @@ class CreateF24Response(BaseModel):
data: Optional[F24] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_issued_document_request.py b/fattureincloud_python_sdk/models/create_issued_document_request.py
index b76751dd..0238be9b 100644
--- a/fattureincloud_python_sdk/models/create_issued_document_request.py
+++ b/fattureincloud_python_sdk/models/create_issued_document_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from fattureincloud_python_sdk.models.issued_document_options import (
@@ -37,11 +37,11 @@ class CreateIssuedDocumentRequest(BaseModel):
options: Optional[IssuedDocumentOptions] = None
__properties: ClassVar[List[str]] = ["data", "options"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_issued_document_response.py b/fattureincloud_python_sdk/models/create_issued_document_response.py
index 720ed64b..d0edcbad 100644
--- a/fattureincloud_python_sdk/models/create_issued_document_response.py
+++ b/fattureincloud_python_sdk/models/create_issued_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateIssuedDocumentResponse(BaseModel):
data: Optional[IssuedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_payment_account_request.py b/fattureincloud_python_sdk/models/create_payment_account_request.py
index 414411b1..32fd1fce 100644
--- a/fattureincloud_python_sdk/models/create_payment_account_request.py
+++ b/fattureincloud_python_sdk/models/create_payment_account_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreatePaymentAccountRequest(BaseModel):
data: Optional[PaymentAccount] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_payment_account_response.py b/fattureincloud_python_sdk/models/create_payment_account_response.py
index 864f407d..84e35359 100644
--- a/fattureincloud_python_sdk/models/create_payment_account_response.py
+++ b/fattureincloud_python_sdk/models/create_payment_account_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreatePaymentAccountResponse(BaseModel):
data: Optional[PaymentAccount] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_payment_method_request.py b/fattureincloud_python_sdk/models/create_payment_method_request.py
index e0ad8439..329a8744 100644
--- a/fattureincloud_python_sdk/models/create_payment_method_request.py
+++ b/fattureincloud_python_sdk/models/create_payment_method_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreatePaymentMethodRequest(BaseModel):
data: Optional[PaymentMethod] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_payment_method_response.py b/fattureincloud_python_sdk/models/create_payment_method_response.py
index a592e181..517f413c 100644
--- a/fattureincloud_python_sdk/models/create_payment_method_response.py
+++ b/fattureincloud_python_sdk/models/create_payment_method_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreatePaymentMethodResponse(BaseModel):
data: Optional[PaymentMethod] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_product_request.py b/fattureincloud_python_sdk/models/create_product_request.py
index 8564e994..cd1d78f5 100644
--- a/fattureincloud_python_sdk/models/create_product_request.py
+++ b/fattureincloud_python_sdk/models/create_product_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.product import Product
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateProductRequest(BaseModel):
data: Optional[Product] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_product_response.py b/fattureincloud_python_sdk/models/create_product_response.py
index cbef809d..e1016af2 100644
--- a/fattureincloud_python_sdk/models/create_product_response.py
+++ b/fattureincloud_python_sdk/models/create_product_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.product import Product
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateProductResponse(BaseModel):
data: Optional[Product] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_receipt_request.py b/fattureincloud_python_sdk/models/create_receipt_request.py
index b5b766f8..985210e4 100644
--- a/fattureincloud_python_sdk/models/create_receipt_request.py
+++ b/fattureincloud_python_sdk/models/create_receipt_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool
+from pydantic import BaseModel, ConfigDict, Field, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.receipt import Receipt
from typing import Optional, Set
@@ -34,11 +34,11 @@ class CreateReceiptRequest(BaseModel):
)
__properties: ClassVar[List[str]] = ["data", "autocomplete_number"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_receipt_response.py b/fattureincloud_python_sdk/models/create_receipt_response.py
index cb4923bf..e5fe6b44 100644
--- a/fattureincloud_python_sdk/models/create_receipt_response.py
+++ b/fattureincloud_python_sdk/models/create_receipt_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.receipt import Receipt
from typing import Optional, Set
@@ -31,11 +31,11 @@ class CreateReceiptResponse(BaseModel):
data: Optional[Receipt] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_received_document_request.py b/fattureincloud_python_sdk/models/create_received_document_request.py
index 21cf41fa..df7f7190 100644
--- a/fattureincloud_python_sdk/models/create_received_document_request.py
+++ b/fattureincloud_python_sdk/models/create_received_document_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictInt
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -35,11 +35,11 @@ class CreateReceivedDocumentRequest(BaseModel):
data: Optional[ReceivedDocument] = None
__properties: ClassVar[List[str]] = ["pending_id", "data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_received_document_response.py b/fattureincloud_python_sdk/models/create_received_document_response.py
index 46c4f69d..cbac80b4 100644
--- a/fattureincloud_python_sdk/models/create_received_document_response.py
+++ b/fattureincloud_python_sdk/models/create_received_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class CreateReceivedDocumentResponse(BaseModel):
data: Optional[ReceivedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_supplier_request.py b/fattureincloud_python_sdk/models/create_supplier_request.py
index bb9cbf55..a9e06d59 100644
--- a/fattureincloud_python_sdk/models/create_supplier_request.py
+++ b/fattureincloud_python_sdk/models/create_supplier_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.supplier import Supplier
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateSupplierRequest(BaseModel):
data: Optional[Supplier] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_supplier_response.py b/fattureincloud_python_sdk/models/create_supplier_response.py
index 3bedb6ab..8932a473 100644
--- a/fattureincloud_python_sdk/models/create_supplier_response.py
+++ b/fattureincloud_python_sdk/models/create_supplier_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.supplier import Supplier
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateSupplierResponse(BaseModel):
data: Optional[Supplier] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_vat_type_request.py b/fattureincloud_python_sdk/models/create_vat_type_request.py
index b4149231..c64ae7b6 100644
--- a/fattureincloud_python_sdk/models/create_vat_type_request.py
+++ b/fattureincloud_python_sdk/models/create_vat_type_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateVatTypeRequest(BaseModel):
data: Optional[VatType] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_vat_type_response.py b/fattureincloud_python_sdk/models/create_vat_type_response.py
index 72039f73..0195e8bf 100644
--- a/fattureincloud_python_sdk/models/create_vat_type_response.py
+++ b/fattureincloud_python_sdk/models/create_vat_type_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateVatTypeResponse(BaseModel):
data: Optional[VatType] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py b/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py
index 89aaa880..4528896f 100644
--- a/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py
+++ b/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
from typing import Optional, Set
@@ -33,11 +33,11 @@ class CreateWebhooksSubscriptionRequest(BaseModel):
data: Optional[WebhooksSubscription] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py
index 7ce91577..bea9a9b5 100644
--- a/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py
+++ b/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
from typing import Optional, Set
@@ -36,11 +36,11 @@ class CreateWebhooksSubscriptionResponse(BaseModel):
)
__properties: ClassVar[List[str]] = ["data", "warnings"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/currency.py b/fattureincloud_python_sdk/models/currency.py
index 04e6b9a5..a41f8b85 100644
--- a/fattureincloud_python_sdk/models/currency.py
+++ b/fattureincloud_python_sdk/models/currency.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -39,11 +39,11 @@ class Currency(BaseModel):
)
__properties: ClassVar[List[str]] = ["id", "symbol", "exchange_rate", "html_symbol"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/detailed_country.py b/fattureincloud_python_sdk/models/detailed_country.py
index c4a779e4..dbce157e 100644
--- a/fattureincloud_python_sdk/models/detailed_country.py
+++ b/fattureincloud_python_sdk/models/detailed_country.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -46,11 +46,11 @@ class DetailedCountry(BaseModel):
"uic",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/document_template.py b/fattureincloud_python_sdk/models/document_template.py
index 6103a1ad..e20da3e2 100644
--- a/fattureincloud_python_sdk/models/document_template.py
+++ b/fattureincloud_python_sdk/models/document_template.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -34,11 +34,11 @@ class DocumentTemplate(BaseModel):
type: Optional[StrictStr] = Field(default=None, description="Template type")
__properties: ClassVar[List[str]] = ["id", "name", "type"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py b/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py
index ddb851ed..f956a7e2 100644
--- a/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py
+++ b/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import datetime
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -49,11 +49,11 @@ class EInvoiceRejectionReason(BaseModel):
"date",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/email.py b/fattureincloud_python_sdk/models/email.py
index 42e46035..5d0d3e1d 100644
--- a/fattureincloud_python_sdk/models/email.py
+++ b/fattureincloud_python_sdk/models/email.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import datetime
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.email_attachment import EmailAttachment
from fattureincloud_python_sdk.models.email_recipient_status import EmailRecipientStatus
@@ -82,11 +82,11 @@ class Email(BaseModel):
"attachments",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/email_attachment.py b/fattureincloud_python_sdk/models/email_attachment.py
index 7efcdc60..e66d24dc 100644
--- a/fattureincloud_python_sdk/models/email_attachment.py
+++ b/fattureincloud_python_sdk/models/email_attachment.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -35,11 +35,11 @@ class EmailAttachment(BaseModel):
url: Optional[StrictStr] = Field(default=None, description="Email attachment url")
__properties: ClassVar[List[str]] = ["filename", "url"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/email_data.py b/fattureincloud_python_sdk/models/email_data.py
index 577fa6b8..9a8cd401 100644
--- a/fattureincloud_python_sdk/models/email_data.py
+++ b/fattureincloud_python_sdk/models/email_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.email_data_default_sender_email import (
EmailDataDefaultSenderEmail,
@@ -75,11 +75,11 @@ class EmailData(BaseModel):
"default_attach_pdf",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/email_data_default_sender_email.py b/fattureincloud_python_sdk/models/email_data_default_sender_email.py
index 8b387913..f9fc8c44 100644
--- a/fattureincloud_python_sdk/models/email_data_default_sender_email.py
+++ b/fattureincloud_python_sdk/models/email_data_default_sender_email.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -35,11 +35,11 @@ class EmailDataDefaultSenderEmail(BaseModel):
)
__properties: ClassVar[List[str]] = ["id", "email"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/email_recipient_status.py b/fattureincloud_python_sdk/models/email_recipient_status.py
index a0009239..2e00853a 100644
--- a/fattureincloud_python_sdk/models/email_recipient_status.py
+++ b/fattureincloud_python_sdk/models/email_recipient_status.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/email_schedule.py b/fattureincloud_python_sdk/models/email_schedule.py
index 9d172e63..2e0a1bdd 100644
--- a/fattureincloud_python_sdk/models/email_schedule.py
+++ b/fattureincloud_python_sdk/models/email_schedule.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.email_schedule_include import EmailScheduleInclude
from typing import Optional, Set
@@ -64,11 +64,11 @@ class EmailSchedule(BaseModel):
"send_copy",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/email_schedule_include.py b/fattureincloud_python_sdk/models/email_schedule_include.py
index dcad0686..511c6981 100644
--- a/fattureincloud_python_sdk/models/email_schedule_include.py
+++ b/fattureincloud_python_sdk/models/email_schedule_include.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool
+from pydantic import BaseModel, ConfigDict, Field, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -48,11 +48,11 @@ class EmailScheduleInclude(BaseModel):
"accompanying_invoice",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/email_status.py b/fattureincloud_python_sdk/models/email_status.py
index 444235f1..3bafe960 100644
--- a/fattureincloud_python_sdk/models/email_status.py
+++ b/fattureincloud_python_sdk/models/email_status.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/entity.py b/fattureincloud_python_sdk/models/entity.py
index 7f5ee38d..f91ae757 100644
--- a/fattureincloud_python_sdk/models/entity.py
+++ b/fattureincloud_python_sdk/models/entity.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictBool, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.entity_type import EntityType
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
@@ -155,11 +155,11 @@ class Entity(BaseModel):
"updated_at",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/entity_type.py b/fattureincloud_python_sdk/models/entity_type.py
index 8d2ad3f1..41dc9723 100644
--- a/fattureincloud_python_sdk/models/entity_type.py
+++ b/fattureincloud_python_sdk/models/entity_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/event_type.py b/fattureincloud_python_sdk/models/event_type.py
index 8c39a597..b24abd40 100644
--- a/fattureincloud_python_sdk/models/event_type.py
+++ b/fattureincloud_python_sdk/models/event_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/f24.py b/fattureincloud_python_sdk/models/f24.py
index 035dba83..d6ad6c49 100644
--- a/fattureincloud_python_sdk/models/f24.py
+++ b/fattureincloud_python_sdk/models/f24.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.f24_status import F24Status
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
@@ -60,11 +60,11 @@ class F24(BaseModel):
"description",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/f24_status.py b/fattureincloud_python_sdk/models/f24_status.py
index 7335834e..1ff172bb 100644
--- a/fattureincloud_python_sdk/models/f24_status.py
+++ b/fattureincloud_python_sdk/models/f24_status.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/fatture_in_cloud_plan_type.py b/fattureincloud_python_sdk/models/fatture_in_cloud_plan_type.py
index 630a9712..ef273214 100644
--- a/fattureincloud_python_sdk/models/fatture_in_cloud_plan_type.py
+++ b/fattureincloud_python_sdk/models/fatture_in_cloud_plan_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/function_status.py b/fattureincloud_python_sdk/models/function_status.py
index b393f9af..909a8cf2 100644
--- a/fattureincloud_python_sdk/models/function_status.py
+++ b/fattureincloud_python_sdk/models/function_status.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictBool
+from pydantic import BaseModel, ConfigDict, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -32,11 +32,11 @@ class FunctionStatus(BaseModel):
active: Optional[StrictBool] = None
__properties: ClassVar[List[str]] = ["active"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_archive_document_response.py b/fattureincloud_python_sdk/models/get_archive_document_response.py
index 3fe454de..17af00fe 100644
--- a/fattureincloud_python_sdk/models/get_archive_document_response.py
+++ b/fattureincloud_python_sdk/models/get_archive_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.archive_document import ArchiveDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetArchiveDocumentResponse(BaseModel):
data: Optional[ArchiveDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_cashbook_entry_response.py b/fattureincloud_python_sdk/models/get_cashbook_entry_response.py
index b6074a31..aaaa0547 100644
--- a/fattureincloud_python_sdk/models/get_cashbook_entry_response.py
+++ b/fattureincloud_python_sdk/models/get_cashbook_entry_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.cashbook_entry import CashbookEntry
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetCashbookEntryResponse(BaseModel):
data: Optional[CashbookEntry] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_client_response.py b/fattureincloud_python_sdk/models/get_client_response.py
index 05c42a74..ab69c10e 100644
--- a/fattureincloud_python_sdk/models/get_client_response.py
+++ b/fattureincloud_python_sdk/models/get_client_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.client import Client
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetClientResponse(BaseModel):
data: Optional[Client] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_company_info_response.py b/fattureincloud_python_sdk/models/get_company_info_response.py
index c17063cc..71daba6d 100644
--- a/fattureincloud_python_sdk/models/get_company_info_response.py
+++ b/fattureincloud_python_sdk/models/get_company_info_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.company_info import CompanyInfo
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetCompanyInfoResponse(BaseModel):
data: Optional[CompanyInfo] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_company_plan_usage_response.py b/fattureincloud_python_sdk/models/get_company_plan_usage_response.py
index 42313f58..bc5b086f 100644
--- a/fattureincloud_python_sdk/models/get_company_plan_usage_response.py
+++ b/fattureincloud_python_sdk/models/get_company_plan_usage_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.company_plan_usage import CompanyPlanUsage
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetCompanyPlanUsageResponse(BaseModel):
data: Optional[CompanyPlanUsage] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py b/fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py
index b9ddddaf..1e05166e 100644
--- a/fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py
+++ b/fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.e_invoice_rejection_reason import (
EInvoiceRejectionReason,
@@ -35,11 +35,11 @@ class GetEInvoiceRejectionReasonResponse(BaseModel):
data: Optional[EInvoiceRejectionReason] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_email_data_response.py b/fattureincloud_python_sdk/models/get_email_data_response.py
index 7d8a506a..d7fca03f 100644
--- a/fattureincloud_python_sdk/models/get_email_data_response.py
+++ b/fattureincloud_python_sdk/models/get_email_data_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.email_data import EmailData
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetEmailDataResponse(BaseModel):
data: Optional[EmailData] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py b/fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py
index 61eb6f90..a107503a 100644
--- a/fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py
+++ b/fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetExistingIssuedDocumentTotalsRequest(BaseModel):
data: Optional[IssuedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_existing_issued_document_totals_response.py b/fattureincloud_python_sdk/models/get_existing_issued_document_totals_response.py
index b6fb5fd1..45d7b5bb 100644
--- a/fattureincloud_python_sdk/models/get_existing_issued_document_totals_response.py
+++ b/fattureincloud_python_sdk/models/get_existing_issued_document_totals_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document_totals import IssuedDocumentTotals
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetExistingIssuedDocumentTotalsResponse(BaseModel):
data: Optional[IssuedDocumentTotals] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_existing_received_document_totals_request.py b/fattureincloud_python_sdk/models/get_existing_received_document_totals_request.py
index cf4170bc..0d43eedb 100644
--- a/fattureincloud_python_sdk/models/get_existing_received_document_totals_request.py
+++ b/fattureincloud_python_sdk/models/get_existing_received_document_totals_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetExistingReceivedDocumentTotalsRequest(BaseModel):
data: Optional[ReceivedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_existing_received_document_totals_response.py b/fattureincloud_python_sdk/models/get_existing_received_document_totals_response.py
index 86a59fb8..a9f8ea5e 100644
--- a/fattureincloud_python_sdk/models/get_existing_received_document_totals_response.py
+++ b/fattureincloud_python_sdk/models/get_existing_received_document_totals_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document_totals import (
ReceivedDocumentTotals,
@@ -33,11 +33,11 @@ class GetExistingReceivedDocumentTotalsResponse(BaseModel):
data: Optional[ReceivedDocumentTotals] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_f24_response.py b/fattureincloud_python_sdk/models/get_f24_response.py
index ec83510f..64610db8 100644
--- a/fattureincloud_python_sdk/models/get_f24_response.py
+++ b/fattureincloud_python_sdk/models/get_f24_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.f24 import F24
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetF24Response(BaseModel):
data: Optional[F24] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_issued_document_pre_create_info_response.py b/fattureincloud_python_sdk/models/get_issued_document_pre_create_info_response.py
index d8f7b496..b981c275 100644
--- a/fattureincloud_python_sdk/models/get_issued_document_pre_create_info_response.py
+++ b/fattureincloud_python_sdk/models/get_issued_document_pre_create_info_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document_pre_create_info import (
IssuedDocumentPreCreateInfo,
@@ -35,11 +35,11 @@ class GetIssuedDocumentPreCreateInfoResponse(BaseModel):
data: Optional[IssuedDocumentPreCreateInfo] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_issued_document_response.py b/fattureincloud_python_sdk/models/get_issued_document_response.py
index d5028193..c23f39b2 100644
--- a/fattureincloud_python_sdk/models/get_issued_document_response.py
+++ b/fattureincloud_python_sdk/models/get_issued_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetIssuedDocumentResponse(BaseModel):
data: Optional[IssuedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_new_issued_document_totals_request.py b/fattureincloud_python_sdk/models/get_new_issued_document_totals_request.py
index 20e94b56..e2f5e247 100644
--- a/fattureincloud_python_sdk/models/get_new_issued_document_totals_request.py
+++ b/fattureincloud_python_sdk/models/get_new_issued_document_totals_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetNewIssuedDocumentTotalsRequest(BaseModel):
data: Optional[IssuedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_new_issued_document_totals_response.py b/fattureincloud_python_sdk/models/get_new_issued_document_totals_response.py
index 9bba66c0..baa4f48a 100644
--- a/fattureincloud_python_sdk/models/get_new_issued_document_totals_response.py
+++ b/fattureincloud_python_sdk/models/get_new_issued_document_totals_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document_totals import IssuedDocumentTotals
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetNewIssuedDocumentTotalsResponse(BaseModel):
data: Optional[IssuedDocumentTotals] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_new_received_document_totals_request.py b/fattureincloud_python_sdk/models/get_new_received_document_totals_request.py
index c00f1410..38e6f94e 100644
--- a/fattureincloud_python_sdk/models/get_new_received_document_totals_request.py
+++ b/fattureincloud_python_sdk/models/get_new_received_document_totals_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetNewReceivedDocumentTotalsRequest(BaseModel):
data: Optional[ReceivedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_new_received_document_totals_response.py b/fattureincloud_python_sdk/models/get_new_received_document_totals_response.py
index 7d85b851..87868b15 100644
--- a/fattureincloud_python_sdk/models/get_new_received_document_totals_response.py
+++ b/fattureincloud_python_sdk/models/get_new_received_document_totals_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document_totals import (
ReceivedDocumentTotals,
@@ -33,11 +33,11 @@ class GetNewReceivedDocumentTotalsResponse(BaseModel):
data: Optional[ReceivedDocumentTotals] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_payment_account_response.py b/fattureincloud_python_sdk/models/get_payment_account_response.py
index 1e79409c..34f1477c 100644
--- a/fattureincloud_python_sdk/models/get_payment_account_response.py
+++ b/fattureincloud_python_sdk/models/get_payment_account_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetPaymentAccountResponse(BaseModel):
data: Optional[PaymentAccount] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_payment_method_response.py b/fattureincloud_python_sdk/models/get_payment_method_response.py
index 16e0fed9..c230da0a 100644
--- a/fattureincloud_python_sdk/models/get_payment_method_response.py
+++ b/fattureincloud_python_sdk/models/get_payment_method_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetPaymentMethodResponse(BaseModel):
data: Optional[PaymentMethod] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_product_response.py b/fattureincloud_python_sdk/models/get_product_response.py
index 8397a499..a53ecae3 100644
--- a/fattureincloud_python_sdk/models/get_product_response.py
+++ b/fattureincloud_python_sdk/models/get_product_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.product import Product
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetProductResponse(BaseModel):
data: Optional[Product] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_receipt_pre_create_info_response.py b/fattureincloud_python_sdk/models/get_receipt_pre_create_info_response.py
index 3bd72219..0c3aa4f7 100644
--- a/fattureincloud_python_sdk/models/get_receipt_pre_create_info_response.py
+++ b/fattureincloud_python_sdk/models/get_receipt_pre_create_info_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.receipt_pre_create_info import (
ReceiptPreCreateInfo,
@@ -33,11 +33,11 @@ class GetReceiptPreCreateInfoResponse(BaseModel):
data: Optional[ReceiptPreCreateInfo] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_receipt_response.py b/fattureincloud_python_sdk/models/get_receipt_response.py
index 05da2e1d..a09ee910 100644
--- a/fattureincloud_python_sdk/models/get_receipt_response.py
+++ b/fattureincloud_python_sdk/models/get_receipt_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.receipt import Receipt
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetReceiptResponse(BaseModel):
data: Optional[Receipt] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py b/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py
index 2951d307..aabd709b 100644
--- a/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py
+++ b/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.monthly_total import MonthlyTotal
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetReceiptsMonthlyTotalsResponse(BaseModel):
data: Optional[List[MonthlyTotal]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_received_document_pre_create_info_response.py b/fattureincloud_python_sdk/models/get_received_document_pre_create_info_response.py
index 50b0d0c5..1e597b75 100644
--- a/fattureincloud_python_sdk/models/get_received_document_pre_create_info_response.py
+++ b/fattureincloud_python_sdk/models/get_received_document_pre_create_info_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document_info import ReceivedDocumentInfo
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetReceivedDocumentPreCreateInfoResponse(BaseModel):
data: Optional[ReceivedDocumentInfo] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_received_document_response.py b/fattureincloud_python_sdk/models/get_received_document_response.py
index 4c994b45..14d8cbf5 100644
--- a/fattureincloud_python_sdk/models/get_received_document_response.py
+++ b/fattureincloud_python_sdk/models/get_received_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class GetReceivedDocumentResponse(BaseModel):
data: Optional[ReceivedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_supplier_response.py b/fattureincloud_python_sdk/models/get_supplier_response.py
index 9129c37d..6de6d4e9 100644
--- a/fattureincloud_python_sdk/models/get_supplier_response.py
+++ b/fattureincloud_python_sdk/models/get_supplier_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.supplier import Supplier
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetSupplierResponse(BaseModel):
data: Optional[Supplier] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_user_info_response.py b/fattureincloud_python_sdk/models/get_user_info_response.py
index 214677ed..3dd2e71b 100644
--- a/fattureincloud_python_sdk/models/get_user_info_response.py
+++ b/fattureincloud_python_sdk/models/get_user_info_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.get_user_info_response_email_confirmation_state import (
GetUserInfoResponseEmailConfirmationState,
@@ -39,11 +39,11 @@ class GetUserInfoResponse(BaseModel):
email_confirmation_state: Optional[GetUserInfoResponseEmailConfirmationState] = None
__properties: ClassVar[List[str]] = ["data", "info", "email_confirmation_state"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_user_info_response_email_confirmation_state.py b/fattureincloud_python_sdk/models/get_user_info_response_email_confirmation_state.py
index 23313a9e..46a60c7d 100644
--- a/fattureincloud_python_sdk/models/get_user_info_response_email_confirmation_state.py
+++ b/fattureincloud_python_sdk/models/get_user_info_response_email_confirmation_state.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictBool
+from pydantic import BaseModel, ConfigDict, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -32,11 +32,11 @@ class GetUserInfoResponseEmailConfirmationState(BaseModel):
need_confirmation: Optional[StrictBool] = None
__properties: ClassVar[List[str]] = ["need_confirmation"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_user_info_response_info.py b/fattureincloud_python_sdk/models/get_user_info_response_info.py
index 6fd0a0a3..052dd52e 100644
--- a/fattureincloud_python_sdk/models/get_user_info_response_info.py
+++ b/fattureincloud_python_sdk/models/get_user_info_response_info.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictBool
+from pydantic import BaseModel, ConfigDict, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -38,11 +38,11 @@ class GetUserInfoResponseInfo(BaseModel):
"need_terms_of_service_confirmation",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_vat_type_response.py b/fattureincloud_python_sdk/models/get_vat_type_response.py
index b40384ef..3484169f 100644
--- a/fattureincloud_python_sdk/models/get_vat_type_response.py
+++ b/fattureincloud_python_sdk/models/get_vat_type_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetVatTypeResponse(BaseModel):
data: Optional[VatType] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py
index deeeb5c9..bb4175df 100644
--- a/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py
+++ b/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
from typing import Optional, Set
@@ -33,11 +33,11 @@ class GetWebhooksSubscriptionResponse(BaseModel):
data: Optional[WebhooksSubscription] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document.py b/fattureincloud_python_sdk/models/issued_document.py
index 047e0a2b..07fae162 100644
--- a/fattureincloud_python_sdk/models/issued_document.py
+++ b/fattureincloud_python_sdk/models/issued_document.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -21,6 +21,7 @@
from datetime import date
from pydantic import (
BaseModel,
+ ConfigDict,
Field,
StrictBool,
StrictFloat,
@@ -187,9 +188,6 @@ class IssuedDocument(BaseModel):
default=None, description="Show the payment method details on the document"
)
show_totals: Optional[ShowTotalsMode] = None
- show_paypal_button: Optional[StrictBool] = Field(
- default=None, description="Show paypal button in the PDF"
- )
show_notification_button: Optional[StrictBool] = Field(
default=None, description="Show notification button in the PDF"
)
@@ -362,7 +360,6 @@ class IssuedDocument(BaseModel):
"show_payments",
"show_payment_method",
"show_totals",
- "show_paypal_button",
"show_notification_button",
"show_tspay_button",
"delivery_note",
@@ -431,11 +428,11 @@ def ei_status_validate_enum(cls, value):
)
return value
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
@@ -641,7 +638,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
"show_payments": obj.get("show_payments"),
"show_payment_method": obj.get("show_payment_method"),
"show_totals": obj.get("show_totals"),
- "show_paypal_button": obj.get("show_paypal_button"),
"show_notification_button": obj.get("show_notification_button"),
"show_tspay_button": obj.get("show_tspay_button"),
"delivery_note": obj.get("delivery_note"),
diff --git a/fattureincloud_python_sdk/models/issued_document_ei_data.py b/fattureincloud_python_sdk/models/issued_document_ei_data.py
index 6fa2f738..78c62d98 100644
--- a/fattureincloud_python_sdk/models/issued_document_ei_data.py
+++ b/fattureincloud_python_sdk/models/issued_document_ei_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.original_document_type import OriginalDocumentType
from fattureincloud_python_sdk.models.vat_kind import VatKind
@@ -76,11 +76,11 @@ class IssuedDocumentEiData(BaseModel):
"invoice_date",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_extra_data.py b/fattureincloud_python_sdk/models/issued_document_extra_data.py
index 2c55ed5e..074980d8 100644
--- a/fattureincloud_python_sdk/models/issued_document_extra_data.py
+++ b/fattureincloud_python_sdk/models/issued_document_extra_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,15 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr
+from pydantic import (
+ BaseModel,
+ ConfigDict,
+ Field,
+ StrictBool,
+ StrictFloat,
+ StrictInt,
+ StrictStr,
+)
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
@@ -30,7 +38,6 @@ class IssuedDocumentExtraData(BaseModel):
Issued document extra data [TS fields follow the technical specifications provided by \"Sistema Tessera Sanitaria\"]
""" # noqa: E501
- show_sofort_button: Optional[StrictBool] = None
multifatture_sent: Optional[StrictInt] = None
ts_communication: Optional[StrictBool] = Field(
default=None, description='Send issued document to "Sistema Tessera Sanitaria"'
@@ -65,7 +72,6 @@ class IssuedDocumentExtraData(BaseModel):
default=None, description="Issued document imported by software"
)
__properties: ClassVar[List[str]] = [
- "show_sofort_button",
"multifatture_sent",
"ts_communication",
"ts_flag_tipo_spesa",
@@ -79,11 +85,11 @@ class IssuedDocumentExtraData(BaseModel):
"imported_by",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
@@ -129,7 +135,6 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
_obj = cls.model_validate(
{
- "show_sofort_button": obj.get("show_sofort_button"),
"multifatture_sent": obj.get("multifatture_sent"),
"ts_communication": obj.get("ts_communication"),
"ts_flag_tipo_spesa": obj.get("ts_flag_tipo_spesa"),
diff --git a/fattureincloud_python_sdk/models/issued_document_items_list_item.py b/fattureincloud_python_sdk/models/issued_document_items_list_item.py
index f388cf7b..cc9aa66c 100644
--- a/fattureincloud_python_sdk/models/issued_document_items_list_item.py
+++ b/fattureincloud_python_sdk/models/issued_document_items_list_item.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,15 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr
+from pydantic import (
+ BaseModel,
+ ConfigDict,
+ Field,
+ StrictBool,
+ StrictFloat,
+ StrictInt,
+ StrictStr,
+)
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -103,11 +111,11 @@ class IssuedDocumentItemsListItem(BaseModel):
"ei_raw",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_options.py b/fattureincloud_python_sdk/models/issued_document_options.py
index 3e303d45..3d604e7f 100644
--- a/fattureincloud_python_sdk/models/issued_document_options.py
+++ b/fattureincloud_python_sdk/models/issued_document_options.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -53,11 +53,11 @@ class IssuedDocumentOptions(BaseModel):
"join_type",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_payments_list_item.py b/fattureincloud_python_sdk/models/issued_document_payments_list_item.py
index f2fb5397..7774a6cf 100644
--- a/fattureincloud_python_sdk/models/issued_document_payments_list_item.py
+++ b/fattureincloud_python_sdk/models/issued_document_payments_list_item.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictFloat, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.issued_document_payments_list_item_payment_terms import (
IssuedDocumentPaymentsListItemPaymentTerms,
@@ -66,11 +66,11 @@ class IssuedDocumentPaymentsListItem(BaseModel):
"payment_terms",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_payments_list_item_payment_terms.py b/fattureincloud_python_sdk/models/issued_document_payments_list_item_payment_terms.py
index 941d05a3..5a6b4896 100644
--- a/fattureincloud_python_sdk/models/issued_document_payments_list_item_payment_terms.py
+++ b/fattureincloud_python_sdk/models/issued_document_payments_list_item_payment_terms.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictInt
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_terms_type import PaymentTermsType
from typing import Optional, Set
@@ -37,11 +37,11 @@ class IssuedDocumentPaymentsListItemPaymentTerms(BaseModel):
type: Optional[PaymentTermsType] = None
__properties: ClassVar[List[str]] = ["days", "type"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_pre_create_info.py b/fattureincloud_python_sdk/models/issued_document_pre_create_info.py
index eabf1436..0a416946 100644
--- a/fattureincloud_python_sdk/models/issued_document_pre_create_info.py
+++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.currency import Currency
from fattureincloud_python_sdk.models.document_template import DocumentTemplate
@@ -95,11 +95,11 @@ class IssuedDocumentPreCreateInfo(BaseModel):
"languages_list",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_pre_create_info_default_values.py b/fattureincloud_python_sdk/models/issued_document_pre_create_info_default_values.py
index 48026bb9..7620a6b5 100644
--- a/fattureincloud_python_sdk/models/issued_document_pre_create_info_default_values.py
+++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info_default_values.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,15 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr
+from pydantic import (
+ BaseModel,
+ ConfigDict,
+ Field,
+ StrictBool,
+ StrictFloat,
+ StrictInt,
+ StrictStr,
+)
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.document_template import DocumentTemplate
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
@@ -68,11 +76,11 @@ class IssuedDocumentPreCreateInfoDefaultValues(BaseModel):
"payment_method",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_pre_create_info_extra_data_default_values.py b/fattureincloud_python_sdk/models/issued_document_pre_create_info_extra_data_default_values.py
index 4d6d134a..ab7c0ce1 100644
--- a/fattureincloud_python_sdk/models/issued_document_pre_create_info_extra_data_default_values.py
+++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info_extra_data_default_values.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictBool, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictBool, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -40,11 +40,11 @@ class IssuedDocumentPreCreateInfoExtraDataDefaultValues(BaseModel):
"ts_pagamento_tracciato",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_pre_create_info_items_default_values.py b/fattureincloud_python_sdk/models/issued_document_pre_create_info_items_default_values.py
index 6eeaf9ea..885d6f6a 100644
--- a/fattureincloud_python_sdk/models/issued_document_pre_create_info_items_default_values.py
+++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info_items_default_values.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -33,11 +33,11 @@ class IssuedDocumentPreCreateInfoItemsDefaultValues(BaseModel):
vat: Optional[VatType] = None
__properties: ClassVar[List[str]] = ["vat"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_status.py b/fattureincloud_python_sdk/models/issued_document_status.py
index ad6d5ed1..3d195261 100644
--- a/fattureincloud_python_sdk/models/issued_document_status.py
+++ b/fattureincloud_python_sdk/models/issued_document_status.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/issued_document_totals.py b/fattureincloud_python_sdk/models/issued_document_totals.py
index 0112118a..b7a860e0 100644
--- a/fattureincloud_python_sdk/models/issued_document_totals.py
+++ b/fattureincloud_python_sdk/models/issued_document_totals.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,13 +18,11 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
-from fattureincloud_python_sdk.models.vat_item import VatItem
-
class IssuedDocumentTotals(BaseModel):
"""
@@ -103,11 +101,11 @@ class IssuedDocumentTotals(BaseModel):
"vat_list",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/issued_document_type.py b/fattureincloud_python_sdk/models/issued_document_type.py
index dea03feb..4c8e1558 100644
--- a/fattureincloud_python_sdk/models/issued_document_type.py
+++ b/fattureincloud_python_sdk/models/issued_document_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/join_issued_documents_response.py b/fattureincloud_python_sdk/models/join_issued_documents_response.py
index a5452a59..551d12b8 100644
--- a/fattureincloud_python_sdk/models/join_issued_documents_response.py
+++ b/fattureincloud_python_sdk/models/join_issued_documents_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from fattureincloud_python_sdk.models.issued_document_options import (
@@ -37,11 +37,11 @@ class JoinIssuedDocumentsResponse(BaseModel):
options: Optional[IssuedDocumentOptions] = None
__properties: ClassVar[List[str]] = ["data", "options"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/language.py b/fattureincloud_python_sdk/models/language.py
index bc6b9eff..273c08eb 100644
--- a/fattureincloud_python_sdk/models/language.py
+++ b/fattureincloud_python_sdk/models/language.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -35,11 +35,11 @@ class Language(BaseModel):
)
__properties: ClassVar[List[str]] = ["code", "name"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_archive_categories_response.py b/fattureincloud_python_sdk/models/list_archive_categories_response.py
index d3c0d7dd..d466ab49 100644
--- a/fattureincloud_python_sdk/models/list_archive_categories_response.py
+++ b/fattureincloud_python_sdk/models/list_archive_categories_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -32,11 +32,11 @@ class ListArchiveCategoriesResponse(BaseModel):
data: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_archive_documents_response.py b/fattureincloud_python_sdk/models/list_archive_documents_response.py
index fec782d4..e7701ce8 100644
--- a/fattureincloud_python_sdk/models/list_archive_documents_response.py
+++ b/fattureincloud_python_sdk/models/list_archive_documents_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.archive_document import ArchiveDocument
from typing import Optional, Set
@@ -75,11 +75,11 @@ class ListArchiveDocumentsResponse(BaseModel):
"data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_archive_documents_response_page.py b/fattureincloud_python_sdk/models/list_archive_documents_response_page.py
index e68e2ea6..dc1e4b99 100644
--- a/fattureincloud_python_sdk/models/list_archive_documents_response_page.py
+++ b/fattureincloud_python_sdk/models/list_archive_documents_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.archive_document import ArchiveDocument
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListArchiveDocumentsResponsePage(BaseModel):
data: Optional[List[ArchiveDocument]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_cashbook_entries_response.py b/fattureincloud_python_sdk/models/list_cashbook_entries_response.py
index 49a2645f..8ccefa54 100644
--- a/fattureincloud_python_sdk/models/list_cashbook_entries_response.py
+++ b/fattureincloud_python_sdk/models/list_cashbook_entries_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.cashbook_entry import CashbookEntry
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ListCashbookEntriesResponse(BaseModel):
data: Optional[List[CashbookEntry]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_cities_response.py b/fattureincloud_python_sdk/models/list_cities_response.py
index 6ca8f3d0..f5daf875 100644
--- a/fattureincloud_python_sdk/models/list_cities_response.py
+++ b/fattureincloud_python_sdk/models/list_cities_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.city import City
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ListCitiesResponse(BaseModel):
data: Optional[List[City]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_clients_response.py b/fattureincloud_python_sdk/models/list_clients_response.py
index b4f97b67..6cbead1b 100644
--- a/fattureincloud_python_sdk/models/list_clients_response.py
+++ b/fattureincloud_python_sdk/models/list_clients_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.client import Client
from typing import Optional, Set
@@ -77,11 +77,11 @@ class ListClientsResponse(BaseModel):
"data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_clients_response_page.py b/fattureincloud_python_sdk/models/list_clients_response_page.py
index 40992927..99c1fab0 100644
--- a/fattureincloud_python_sdk/models/list_clients_response_page.py
+++ b/fattureincloud_python_sdk/models/list_clients_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.client import Client
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListClientsResponsePage(BaseModel):
data: Optional[List[Client]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_cost_centers_response.py b/fattureincloud_python_sdk/models/list_cost_centers_response.py
index 59aff9ef..d68970f8 100644
--- a/fattureincloud_python_sdk/models/list_cost_centers_response.py
+++ b/fattureincloud_python_sdk/models/list_cost_centers_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -32,11 +32,11 @@ class ListCostCentersResponse(BaseModel):
data: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_countries_response.py b/fattureincloud_python_sdk/models/list_countries_response.py
index c4439e8b..0b18a24c 100644
--- a/fattureincloud_python_sdk/models/list_countries_response.py
+++ b/fattureincloud_python_sdk/models/list_countries_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -30,11 +30,11 @@ class ListCountriesResponse(BaseModel):
data: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_currencies_response.py b/fattureincloud_python_sdk/models/list_currencies_response.py
index c6f3eb66..53dd4e8f 100644
--- a/fattureincloud_python_sdk/models/list_currencies_response.py
+++ b/fattureincloud_python_sdk/models/list_currencies_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.currency import Currency
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ListCurrenciesResponse(BaseModel):
data: Optional[List[Currency]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_delivery_notes_default_causals_response.py b/fattureincloud_python_sdk/models/list_delivery_notes_default_causals_response.py
index 661cc3b5..95c9ad46 100644
--- a/fattureincloud_python_sdk/models/list_delivery_notes_default_causals_response.py
+++ b/fattureincloud_python_sdk/models/list_delivery_notes_default_causals_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -30,11 +30,11 @@ class ListDeliveryNotesDefaultCausalsResponse(BaseModel):
data: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_detailed_countries_response.py b/fattureincloud_python_sdk/models/list_detailed_countries_response.py
index 6ed16cd5..fd5c4799 100644
--- a/fattureincloud_python_sdk/models/list_detailed_countries_response.py
+++ b/fattureincloud_python_sdk/models/list_detailed_countries_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.detailed_country import DetailedCountry
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListDetailedCountriesResponse(BaseModel):
data: Optional[List[DetailedCountry]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_emails_response.py b/fattureincloud_python_sdk/models/list_emails_response.py
index c843bb35..2f1fbf9d 100644
--- a/fattureincloud_python_sdk/models/list_emails_response.py
+++ b/fattureincloud_python_sdk/models/list_emails_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.email import Email
from typing import Optional, Set
@@ -77,11 +77,11 @@ class ListEmailsResponse(BaseModel):
"data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_emails_response_page.py b/fattureincloud_python_sdk/models/list_emails_response_page.py
index 71c71908..8bdcbdaa 100644
--- a/fattureincloud_python_sdk/models/list_emails_response_page.py
+++ b/fattureincloud_python_sdk/models/list_emails_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.email import Email
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListEmailsResponsePage(BaseModel):
data: Optional[List[Email]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_f24_response.py b/fattureincloud_python_sdk/models/list_f24_response.py
index 3b2f7edc..d28412f3 100644
--- a/fattureincloud_python_sdk/models/list_f24_response.py
+++ b/fattureincloud_python_sdk/models/list_f24_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.f24 import F24
from fattureincloud_python_sdk.models.list_f24_response_aggregated_data import (
@@ -80,11 +80,11 @@ class ListF24Response(BaseModel):
"aggregated_data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py b/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py
index a2139654..9f5b0604 100644
--- a/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py
+++ b/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictFloat, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
@@ -34,11 +34,11 @@ class ListF24ResponseAggregatedData(BaseModel):
)
__properties: ClassVar[List[str]] = ["amount"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_f24_response_aggregation.py b/fattureincloud_python_sdk/models/list_f24_response_aggregation.py
index d221a547..148e120d 100644
--- a/fattureincloud_python_sdk/models/list_f24_response_aggregation.py
+++ b/fattureincloud_python_sdk/models/list_f24_response_aggregation.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.list_f24_response_aggregated_data import (
ListF24ResponseAggregatedData,
@@ -35,11 +35,11 @@ class ListF24ResponseAggregation(BaseModel):
aggregated_data: Optional[ListF24ResponseAggregatedData] = None
__properties: ClassVar[List[str]] = ["aggregated_data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_f24_response_page.py b/fattureincloud_python_sdk/models/list_f24_response_page.py
index 49f13718..19fadad5 100644
--- a/fattureincloud_python_sdk/models/list_f24_response_page.py
+++ b/fattureincloud_python_sdk/models/list_f24_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.f24 import F24
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListF24ResponsePage(BaseModel):
data: Optional[List[F24]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_issued_documents_response.py b/fattureincloud_python_sdk/models/list_issued_documents_response.py
index c9801e21..d303b4fa 100644
--- a/fattureincloud_python_sdk/models/list_issued_documents_response.py
+++ b/fattureincloud_python_sdk/models/list_issued_documents_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from typing import Optional, Set
@@ -77,11 +77,11 @@ class ListIssuedDocumentsResponse(BaseModel):
"data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_issued_documents_response_page.py b/fattureincloud_python_sdk/models/list_issued_documents_response_page.py
index 9d078bbf..26f1f56e 100644
--- a/fattureincloud_python_sdk/models/list_issued_documents_response_page.py
+++ b/fattureincloud_python_sdk/models/list_issued_documents_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListIssuedDocumentsResponsePage(BaseModel):
data: Optional[List[IssuedDocument]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_languages_response.py b/fattureincloud_python_sdk/models/list_languages_response.py
index ff264e49..da44cd19 100644
--- a/fattureincloud_python_sdk/models/list_languages_response.py
+++ b/fattureincloud_python_sdk/models/list_languages_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.language import Language
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ListLanguagesResponse(BaseModel):
data: Optional[List[Language]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_payment_accounts_response.py b/fattureincloud_python_sdk/models/list_payment_accounts_response.py
index 75d814ac..2723fb06 100644
--- a/fattureincloud_python_sdk/models/list_payment_accounts_response.py
+++ b/fattureincloud_python_sdk/models/list_payment_accounts_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ListPaymentAccountsResponse(BaseModel):
data: Optional[List[Optional[PaymentAccount]]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_payment_methods_response.py b/fattureincloud_python_sdk/models/list_payment_methods_response.py
index d739787c..cf35986b 100644
--- a/fattureincloud_python_sdk/models/list_payment_methods_response.py
+++ b/fattureincloud_python_sdk/models/list_payment_methods_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ListPaymentMethodsResponse(BaseModel):
data: Optional[List[PaymentMethod]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_product_categories_response.py b/fattureincloud_python_sdk/models/list_product_categories_response.py
index c0af8954..bc62cb9f 100644
--- a/fattureincloud_python_sdk/models/list_product_categories_response.py
+++ b/fattureincloud_python_sdk/models/list_product_categories_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -30,11 +30,11 @@ class ListProductCategoriesResponse(BaseModel):
data: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_products_response.py b/fattureincloud_python_sdk/models/list_products_response.py
index c43d042e..654052e1 100644
--- a/fattureincloud_python_sdk/models/list_products_response.py
+++ b/fattureincloud_python_sdk/models/list_products_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.product import Product
from typing import Optional, Set
@@ -77,11 +77,11 @@ class ListProductsResponse(BaseModel):
"data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_products_response_page.py b/fattureincloud_python_sdk/models/list_products_response_page.py
index d1788af2..a59378cd 100644
--- a/fattureincloud_python_sdk/models/list_products_response_page.py
+++ b/fattureincloud_python_sdk/models/list_products_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.product import Product
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListProductsResponsePage(BaseModel):
data: Optional[List[Product]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_receipts_response.py b/fattureincloud_python_sdk/models/list_receipts_response.py
index de9b03c1..b993a398 100644
--- a/fattureincloud_python_sdk/models/list_receipts_response.py
+++ b/fattureincloud_python_sdk/models/list_receipts_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.receipt import Receipt
from typing import Optional, Set
@@ -75,11 +75,11 @@ class ListReceiptsResponse(BaseModel):
"data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_receipts_response_page.py b/fattureincloud_python_sdk/models/list_receipts_response_page.py
index 5e0864c8..bc3f4c57 100644
--- a/fattureincloud_python_sdk/models/list_receipts_response_page.py
+++ b/fattureincloud_python_sdk/models/list_receipts_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.receipt import Receipt
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListReceiptsResponsePage(BaseModel):
data: Optional[List[Receipt]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_received_document_categories_response.py b/fattureincloud_python_sdk/models/list_received_document_categories_response.py
index ba16d841..1f7c4fcf 100644
--- a/fattureincloud_python_sdk/models/list_received_document_categories_response.py
+++ b/fattureincloud_python_sdk/models/list_received_document_categories_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -30,11 +30,11 @@ class ListReceivedDocumentCategoriesResponse(BaseModel):
data: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_received_documents_response.py b/fattureincloud_python_sdk/models/list_received_documents_response.py
index 36a6784f..a8455686 100644
--- a/fattureincloud_python_sdk/models/list_received_documents_response.py
+++ b/fattureincloud_python_sdk/models/list_received_documents_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -75,11 +75,11 @@ class ListReceivedDocumentsResponse(BaseModel):
"data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_received_documents_response_page.py b/fattureincloud_python_sdk/models/list_received_documents_response_page.py
index 00d828e5..c242f797 100644
--- a/fattureincloud_python_sdk/models/list_received_documents_response_page.py
+++ b/fattureincloud_python_sdk/models/list_received_documents_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListReceivedDocumentsResponsePage(BaseModel):
data: Optional[List[ReceivedDocument]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_revenue_centers_response.py b/fattureincloud_python_sdk/models/list_revenue_centers_response.py
index a73922eb..b1a8441a 100644
--- a/fattureincloud_python_sdk/models/list_revenue_centers_response.py
+++ b/fattureincloud_python_sdk/models/list_revenue_centers_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -30,11 +30,11 @@ class ListRevenueCentersResponse(BaseModel):
data: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_suppliers_response.py b/fattureincloud_python_sdk/models/list_suppliers_response.py
index 2b360bfe..e4e930a7 100644
--- a/fattureincloud_python_sdk/models/list_suppliers_response.py
+++ b/fattureincloud_python_sdk/models/list_suppliers_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.supplier import Supplier
from typing import Optional, Set
@@ -77,11 +77,11 @@ class ListSuppliersResponse(BaseModel):
"data",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_suppliers_response_page.py b/fattureincloud_python_sdk/models/list_suppliers_response_page.py
index 86c1dd90..3739f6e7 100644
--- a/fattureincloud_python_sdk/models/list_suppliers_response_page.py
+++ b/fattureincloud_python_sdk/models/list_suppliers_response_page.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.supplier import Supplier
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListSuppliersResponsePage(BaseModel):
data: Optional[List[Supplier]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_templates_response.py b/fattureincloud_python_sdk/models/list_templates_response.py
index cffaed2a..c7e01623 100644
--- a/fattureincloud_python_sdk/models/list_templates_response.py
+++ b/fattureincloud_python_sdk/models/list_templates_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.document_template import DocumentTemplate
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ListTemplatesResponse(BaseModel):
data: Optional[List[DocumentTemplate]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_units_of_measure_response.py b/fattureincloud_python_sdk/models/list_units_of_measure_response.py
index ccf309ca..3547347c 100644
--- a/fattureincloud_python_sdk/models/list_units_of_measure_response.py
+++ b/fattureincloud_python_sdk/models/list_units_of_measure_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -30,11 +30,11 @@ class ListUnitsOfMeasureResponse(BaseModel):
data: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_user_companies_response.py b/fattureincloud_python_sdk/models/list_user_companies_response.py
index 771e608d..da5c8ff1 100644
--- a/fattureincloud_python_sdk/models/list_user_companies_response.py
+++ b/fattureincloud_python_sdk/models/list_user_companies_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.list_user_companies_response_data import (
ListUserCompaniesResponseData,
@@ -33,11 +33,11 @@ class ListUserCompaniesResponse(BaseModel):
data: Optional[ListUserCompaniesResponseData] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_user_companies_response_data.py b/fattureincloud_python_sdk/models/list_user_companies_response_data.py
index 788341dc..12802560 100644
--- a/fattureincloud_python_sdk/models/list_user_companies_response_data.py
+++ b/fattureincloud_python_sdk/models/list_user_companies_response_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.company import Company
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListUserCompaniesResponseData(BaseModel):
companies: Optional[List[Company]] = None
__properties: ClassVar[List[str]] = ["companies"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_vat_types_response.py b/fattureincloud_python_sdk/models/list_vat_types_response.py
index ceba140a..01afd8b8 100644
--- a/fattureincloud_python_sdk/models/list_vat_types_response.py
+++ b/fattureincloud_python_sdk/models/list_vat_types_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ListVatTypesResponse(BaseModel):
data: Optional[List[Optional[VatType]]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py b/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py
index a1f8249a..afe39d4e 100644
--- a/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py
+++ b/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ListWebhooksSubscriptionsResponse(BaseModel):
data: Optional[List[WebhooksSubscription]] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_archive_document_request.py b/fattureincloud_python_sdk/models/modify_archive_document_request.py
index 7a08d68d..560d1f98 100644
--- a/fattureincloud_python_sdk/models/modify_archive_document_request.py
+++ b/fattureincloud_python_sdk/models/modify_archive_document_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.archive_document import ArchiveDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyArchiveDocumentRequest(BaseModel):
data: Optional[ArchiveDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_archive_document_response.py b/fattureincloud_python_sdk/models/modify_archive_document_response.py
index e738d267..b0b77312 100644
--- a/fattureincloud_python_sdk/models/modify_archive_document_response.py
+++ b/fattureincloud_python_sdk/models/modify_archive_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.archive_document import ArchiveDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyArchiveDocumentResponse(BaseModel):
data: Optional[ArchiveDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py b/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py
index a9aa043f..1a70b637 100644
--- a/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py
+++ b/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.cashbook_entry import CashbookEntry
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyCashbookEntryRequest(BaseModel):
data: Optional[CashbookEntry] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py b/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py
index fef8ef2f..b7762e35 100644
--- a/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py
+++ b/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.cashbook_entry import CashbookEntry
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyCashbookEntryResponse(BaseModel):
data: Optional[CashbookEntry] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_client_request.py b/fattureincloud_python_sdk/models/modify_client_request.py
index e569343a..d73d05be 100644
--- a/fattureincloud_python_sdk/models/modify_client_request.py
+++ b/fattureincloud_python_sdk/models/modify_client_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.client import Client
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyClientRequest(BaseModel):
data: Optional[Client] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_client_response.py b/fattureincloud_python_sdk/models/modify_client_response.py
index 4a44d6ce..687efd3e 100644
--- a/fattureincloud_python_sdk/models/modify_client_response.py
+++ b/fattureincloud_python_sdk/models/modify_client_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.client import Client
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyClientResponse(BaseModel):
data: Optional[Client] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_f24_request.py b/fattureincloud_python_sdk/models/modify_f24_request.py
index 20919ac3..15d70276 100644
--- a/fattureincloud_python_sdk/models/modify_f24_request.py
+++ b/fattureincloud_python_sdk/models/modify_f24_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.f24 import F24
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyF24Request(BaseModel):
data: Optional[F24] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_f24_response.py b/fattureincloud_python_sdk/models/modify_f24_response.py
index afa18565..fba523c7 100644
--- a/fattureincloud_python_sdk/models/modify_f24_response.py
+++ b/fattureincloud_python_sdk/models/modify_f24_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.f24 import F24
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyF24Response(BaseModel):
data: Optional[F24] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_issued_document_request.py b/fattureincloud_python_sdk/models/modify_issued_document_request.py
index 0891b101..c4a79daf 100644
--- a/fattureincloud_python_sdk/models/modify_issued_document_request.py
+++ b/fattureincloud_python_sdk/models/modify_issued_document_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from fattureincloud_python_sdk.models.issued_document_options import (
@@ -35,11 +35,11 @@ class ModifyIssuedDocumentRequest(BaseModel):
options: Optional[IssuedDocumentOptions] = None
__properties: ClassVar[List[str]] = ["data", "options"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_issued_document_response.py b/fattureincloud_python_sdk/models/modify_issued_document_response.py
index 5222a9e1..be630af9 100644
--- a/fattureincloud_python_sdk/models/modify_issued_document_response.py
+++ b/fattureincloud_python_sdk/models/modify_issued_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyIssuedDocumentResponse(BaseModel):
data: Optional[IssuedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_payment_account_request.py b/fattureincloud_python_sdk/models/modify_payment_account_request.py
index 7429e539..bb45b7f8 100644
--- a/fattureincloud_python_sdk/models/modify_payment_account_request.py
+++ b/fattureincloud_python_sdk/models/modify_payment_account_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyPaymentAccountRequest(BaseModel):
data: Optional[PaymentAccount] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_payment_account_response.py b/fattureincloud_python_sdk/models/modify_payment_account_response.py
index 0bbc93a6..1fc69726 100644
--- a/fattureincloud_python_sdk/models/modify_payment_account_response.py
+++ b/fattureincloud_python_sdk/models/modify_payment_account_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyPaymentAccountResponse(BaseModel):
data: Optional[PaymentAccount] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_payment_method_request.py b/fattureincloud_python_sdk/models/modify_payment_method_request.py
index 4c5efac0..ccab3dde 100644
--- a/fattureincloud_python_sdk/models/modify_payment_method_request.py
+++ b/fattureincloud_python_sdk/models/modify_payment_method_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyPaymentMethodRequest(BaseModel):
data: Optional[PaymentMethod] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_payment_method_response.py b/fattureincloud_python_sdk/models/modify_payment_method_response.py
index 876d11c5..7b8efb3b 100644
--- a/fattureincloud_python_sdk/models/modify_payment_method_response.py
+++ b/fattureincloud_python_sdk/models/modify_payment_method_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_method import PaymentMethod
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyPaymentMethodResponse(BaseModel):
data: Optional[PaymentMethod] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_product_request.py b/fattureincloud_python_sdk/models/modify_product_request.py
index fde46ce3..5603a711 100644
--- a/fattureincloud_python_sdk/models/modify_product_request.py
+++ b/fattureincloud_python_sdk/models/modify_product_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.product import Product
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyProductRequest(BaseModel):
data: Optional[Product] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_product_response.py b/fattureincloud_python_sdk/models/modify_product_response.py
index 5f764094..d20c8b6a 100644
--- a/fattureincloud_python_sdk/models/modify_product_response.py
+++ b/fattureincloud_python_sdk/models/modify_product_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.product import Product
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyProductResponse(BaseModel):
data: Optional[Product] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_receipt_request.py b/fattureincloud_python_sdk/models/modify_receipt_request.py
index 8ba652ba..2ebce97a 100644
--- a/fattureincloud_python_sdk/models/modify_receipt_request.py
+++ b/fattureincloud_python_sdk/models/modify_receipt_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.receipt import Receipt
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyReceiptRequest(BaseModel):
data: Optional[Receipt] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_receipt_response.py b/fattureincloud_python_sdk/models/modify_receipt_response.py
index 1fa00ca7..4887130c 100644
--- a/fattureincloud_python_sdk/models/modify_receipt_response.py
+++ b/fattureincloud_python_sdk/models/modify_receipt_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.receipt import Receipt
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyReceiptResponse(BaseModel):
data: Optional[Receipt] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_received_document_request.py b/fattureincloud_python_sdk/models/modify_received_document_request.py
index 8a8b1e3f..b68a7a92 100644
--- a/fattureincloud_python_sdk/models/modify_received_document_request.py
+++ b/fattureincloud_python_sdk/models/modify_received_document_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyReceivedDocumentRequest(BaseModel):
data: Optional[ReceivedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_received_document_response.py b/fattureincloud_python_sdk/models/modify_received_document_response.py
index ab8d0b79..4ef8ab86 100644
--- a/fattureincloud_python_sdk/models/modify_received_document_response.py
+++ b/fattureincloud_python_sdk/models/modify_received_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.received_document import ReceivedDocument
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ModifyReceivedDocumentResponse(BaseModel):
data: Optional[ReceivedDocument] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_supplier_request.py b/fattureincloud_python_sdk/models/modify_supplier_request.py
index 9ffe5f9e..c155601e 100644
--- a/fattureincloud_python_sdk/models/modify_supplier_request.py
+++ b/fattureincloud_python_sdk/models/modify_supplier_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.supplier import Supplier
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifySupplierRequest(BaseModel):
data: Optional[Supplier] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_supplier_response.py b/fattureincloud_python_sdk/models/modify_supplier_response.py
index 0bb92994..ef7cc0ef 100644
--- a/fattureincloud_python_sdk/models/modify_supplier_response.py
+++ b/fattureincloud_python_sdk/models/modify_supplier_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.supplier import Supplier
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifySupplierResponse(BaseModel):
data: Optional[Supplier] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_vat_type_request.py b/fattureincloud_python_sdk/models/modify_vat_type_request.py
index 1ddb60e7..0e52dc37 100644
--- a/fattureincloud_python_sdk/models/modify_vat_type_request.py
+++ b/fattureincloud_python_sdk/models/modify_vat_type_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyVatTypeRequest(BaseModel):
data: Optional[VatType] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_vat_type_response.py b/fattureincloud_python_sdk/models/modify_vat_type_response.py
index bc27f47b..af0a6017 100644
--- a/fattureincloud_python_sdk/models/modify_vat_type_response.py
+++ b/fattureincloud_python_sdk/models/modify_vat_type_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyVatTypeResponse(BaseModel):
data: Optional[VatType] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py b/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py
index 7d0eb543..771f28ee 100644
--- a/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py
+++ b/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
from typing import Optional, Set
@@ -33,11 +33,11 @@ class ModifyWebhooksSubscriptionRequest(BaseModel):
data: Optional[WebhooksSubscription] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py
index e27b5ca8..f5c1a405 100644
--- a/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py
+++ b/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
from typing import Optional, Set
@@ -36,11 +36,11 @@ class ModifyWebhooksSubscriptionResponse(BaseModel):
)
__properties: ClassVar[List[str]] = ["data", "warnings"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/monthly_total.py b/fattureincloud_python_sdk/models/monthly_total.py
index 5fd30f35..4dbf0be3 100644
--- a/fattureincloud_python_sdk/models/monthly_total.py
+++ b/fattureincloud_python_sdk/models/monthly_total.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictFloat, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
@@ -40,11 +40,11 @@ class MonthlyTotal(BaseModel):
)
__properties: ClassVar[List[str]] = ["net", "gross", "count"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/original_document_type.py b/fattureincloud_python_sdk/models/original_document_type.py
index 4da7165e..45feb443 100644
--- a/fattureincloud_python_sdk/models/original_document_type.py
+++ b/fattureincloud_python_sdk/models/original_document_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/pagination.py b/fattureincloud_python_sdk/models/pagination.py
index 03faca6b..efca143a 100644
--- a/fattureincloud_python_sdk/models/pagination.py
+++ b/fattureincloud_python_sdk/models/pagination.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -72,11 +72,11 @@ class Pagination(BaseModel):
"total",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/payment_account.py b/fattureincloud_python_sdk/models/payment_account.py
index 976babff..9fe60ddc 100644
--- a/fattureincloud_python_sdk/models/payment_account.py
+++ b/fattureincloud_python_sdk/models/payment_account.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_account_type import PaymentAccountType
from typing import Optional, Set
@@ -49,11 +49,11 @@ class PaymentAccount(BaseModel):
"virtual",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/payment_account_type.py b/fattureincloud_python_sdk/models/payment_account_type.py
index 6501e9ab..16f2f569 100644
--- a/fattureincloud_python_sdk/models/payment_account_type.py
+++ b/fattureincloud_python_sdk/models/payment_account_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/payment_method.py b/fattureincloud_python_sdk/models/payment_method.py
index f4059b12..a3f94554 100644
--- a/fattureincloud_python_sdk/models/payment_method.py
+++ b/fattureincloud_python_sdk/models/payment_method.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing_extensions import Annotated
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
@@ -68,11 +68,11 @@ class PaymentMethod(BaseModel):
"ei_payment_method",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/payment_method_details.py b/fattureincloud_python_sdk/models/payment_method_details.py
index cff449fe..d435bc47 100644
--- a/fattureincloud_python_sdk/models/payment_method_details.py
+++ b/fattureincloud_python_sdk/models/payment_method_details.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -37,11 +37,11 @@ class PaymentMethodDetails(BaseModel):
)
__properties: ClassVar[List[str]] = ["title", "description"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/payment_method_type.py b/fattureincloud_python_sdk/models/payment_method_type.py
index 58774491..04715375 100644
--- a/fattureincloud_python_sdk/models/payment_method_type.py
+++ b/fattureincloud_python_sdk/models/payment_method_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/payment_terms_type.py b/fattureincloud_python_sdk/models/payment_terms_type.py
index 976a31b5..7535369e 100644
--- a/fattureincloud_python_sdk/models/payment_terms_type.py
+++ b/fattureincloud_python_sdk/models/payment_terms_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/permission_level.py b/fattureincloud_python_sdk/models/permission_level.py
index a69791e1..180b5070 100644
--- a/fattureincloud_python_sdk/models/permission_level.py
+++ b/fattureincloud_python_sdk/models/permission_level.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/permissions.py b/fattureincloud_python_sdk/models/permissions.py
index 1a4279c7..83bcf837 100644
--- a/fattureincloud_python_sdk/models/permissions.py
+++ b/fattureincloud_python_sdk/models/permissions.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.permission_level import PermissionLevel
from fattureincloud_python_sdk.models.permissions_fic_issued_documents_detailed import (
@@ -86,11 +86,11 @@ class Permissions(BaseModel):
"fic_issued_documents_detailed",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py b/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py
index b44f6688..f6a69709 100644
--- a/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py
+++ b/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.permission_level import PermissionLevel
from typing import Optional, Set
@@ -53,11 +53,11 @@ class PermissionsFicIssuedDocumentsDetailed(BaseModel):
"self_invoices",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/product.py b/fattureincloud_python_sdk/models/product.py
index 76fa7364..d2a0ee16 100644
--- a/fattureincloud_python_sdk/models/product.py
+++ b/fattureincloud_python_sdk/models/product.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,15 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr
+from pydantic import (
+ BaseModel,
+ ConfigDict,
+ Field,
+ StrictBool,
+ StrictFloat,
+ StrictInt,
+ StrictStr,
+)
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -95,11 +103,11 @@ class Product(BaseModel):
"updated_at",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/receipt.py b/fattureincloud_python_sdk/models/receipt.py
index 784f95b4..5fa2cb08 100644
--- a/fattureincloud_python_sdk/models/receipt.py
+++ b/fattureincloud_python_sdk/models/receipt.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,15 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr
+from pydantic import (
+ BaseModel,
+ ConfigDict,
+ Field,
+ StrictBool,
+ StrictFloat,
+ StrictInt,
+ StrictStr,
+)
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from fattureincloud_python_sdk.models.receipt_items_list_item import (
@@ -90,11 +98,11 @@ class Receipt(BaseModel):
"items_list",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/receipt_items_list_item.py b/fattureincloud_python_sdk/models/receipt_items_list_item.py
index 5c1de710..188644c0 100644
--- a/fattureincloud_python_sdk/models/receipt_items_list_item.py
+++ b/fattureincloud_python_sdk/models/receipt_items_list_item.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -49,11 +49,11 @@ class ReceiptItemsListItem(BaseModel):
"vat",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/receipt_pre_create_info.py b/fattureincloud_python_sdk/models/receipt_pre_create_info.py
index 29375f42..7448a67c 100644
--- a/fattureincloud_python_sdk/models/receipt_pre_create_info.py
+++ b/fattureincloud_python_sdk/models/receipt_pre_create_info.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from fattureincloud_python_sdk.models.vat_type import VatType
@@ -56,11 +56,11 @@ class ReceiptPreCreateInfo(BaseModel):
"vat_types_list",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/receipt_type.py b/fattureincloud_python_sdk/models/receipt_type.py
index 6b2acc63..0e2455cc 100644
--- a/fattureincloud_python_sdk/models/receipt_type.py
+++ b/fattureincloud_python_sdk/models/receipt_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/received_document.py b/fattureincloud_python_sdk/models/received_document.py
index f6e51da7..da916372 100644
--- a/fattureincloud_python_sdk/models/received_document.py
+++ b/fattureincloud_python_sdk/models/received_document.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,15 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr
+from pydantic import (
+ BaseModel,
+ ConfigDict,
+ Field,
+ StrictBool,
+ StrictFloat,
+ StrictInt,
+ StrictStr,
+)
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.currency import Currency
from fattureincloud_python_sdk.models.entity import Entity
@@ -157,11 +165,11 @@ class ReceivedDocument(BaseModel):
"updated_at",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/received_document_info.py b/fattureincloud_python_sdk/models/received_document_info.py
index 110b4d88..7b4529b9 100644
--- a/fattureincloud_python_sdk/models/received_document_info.py
+++ b/fattureincloud_python_sdk/models/received_document_info.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.currency import Currency
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
@@ -65,11 +65,11 @@ class ReceivedDocumentInfo(BaseModel):
"vat_types_list",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/received_document_info_default_values.py b/fattureincloud_python_sdk/models/received_document_info_default_values.py
index 450d10d0..e72ef0e7 100644
--- a/fattureincloud_python_sdk/models/received_document_info_default_values.py
+++ b/fattureincloud_python_sdk/models/received_document_info_default_values.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictBool
+from pydantic import BaseModel, ConfigDict, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -32,11 +32,11 @@ class ReceivedDocumentInfoDefaultValues(BaseModel):
detailed: Optional[StrictBool] = None
__properties: ClassVar[List[str]] = ["detailed"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/received_document_info_items_default_values.py b/fattureincloud_python_sdk/models/received_document_info_items_default_values.py
index 51ad821f..f32350fc 100644
--- a/fattureincloud_python_sdk/models/received_document_info_items_default_values.py
+++ b/fattureincloud_python_sdk/models/received_document_info_items_default_values.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictFloat, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
@@ -34,11 +34,11 @@ class ReceivedDocumentInfoItemsDefaultValues(BaseModel):
)
__properties: ClassVar[List[str]] = ["vat"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/received_document_items_list_item.py b/fattureincloud_python_sdk/models/received_document_items_list_item.py
index a4eaa2a3..b9a10735 100644
--- a/fattureincloud_python_sdk/models/received_document_items_list_item.py
+++ b/fattureincloud_python_sdk/models/received_document_items_list_item.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.vat_type import VatType
from typing import Optional, Set
@@ -72,11 +72,11 @@ class ReceivedDocumentItemsListItem(BaseModel):
"stock",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/received_document_payments_list_item.py b/fattureincloud_python_sdk/models/received_document_payments_list_item.py
index 37bffee3..01cf8d83 100644
--- a/fattureincloud_python_sdk/models/received_document_payments_list_item.py
+++ b/fattureincloud_python_sdk/models/received_document_payments_list_item.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,7 +19,7 @@
import json
from datetime import date
-from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional, Union
from fattureincloud_python_sdk.models.payment_account import PaymentAccount
from fattureincloud_python_sdk.models.received_document_payments_list_item_payment_terms import (
@@ -59,11 +59,11 @@ class ReceivedDocumentPaymentsListItem(BaseModel):
"payment_account",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/received_document_payments_list_item_payment_terms.py b/fattureincloud_python_sdk/models/received_document_payments_list_item_payment_terms.py
index 7755341a..2d59cd8e 100644
--- a/fattureincloud_python_sdk/models/received_document_payments_list_item_payment_terms.py
+++ b/fattureincloud_python_sdk/models/received_document_payments_list_item_payment_terms.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictInt
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.payment_terms_type import PaymentTermsType
from typing import Optional, Set
@@ -37,11 +37,11 @@ class ReceivedDocumentPaymentsListItemPaymentTerms(BaseModel):
type: Optional[PaymentTermsType] = None
__properties: ClassVar[List[str]] = ["days", "type"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/received_document_totals.py b/fattureincloud_python_sdk/models/received_document_totals.py
index 2ba85041..c18310a7 100644
--- a/fattureincloud_python_sdk/models/received_document_totals.py
+++ b/fattureincloud_python_sdk/models/received_document_totals.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictFloat, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
@@ -60,11 +60,11 @@ class ReceivedDocumentTotals(BaseModel):
"payments_sum",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/received_document_type.py b/fattureincloud_python_sdk/models/received_document_type.py
index 3929ba19..689f2bc1 100644
--- a/fattureincloud_python_sdk/models/received_document_type.py
+++ b/fattureincloud_python_sdk/models/received_document_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/schedule_email_request.py b/fattureincloud_python_sdk/models/schedule_email_request.py
index 32109554..1c053fe6 100644
--- a/fattureincloud_python_sdk/models/schedule_email_request.py
+++ b/fattureincloud_python_sdk/models/schedule_email_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.email_schedule import EmailSchedule
from typing import Optional, Set
@@ -31,11 +31,11 @@ class ScheduleEmailRequest(BaseModel):
data: Optional[EmailSchedule] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/send_e_invoice_request.py b/fattureincloud_python_sdk/models/send_e_invoice_request.py
index 4b8f66a1..dfa0d253 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_request.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_request.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.send_e_invoice_request_data import (
SendEInvoiceRequestData,
@@ -39,11 +39,11 @@ class SendEInvoiceRequest(BaseModel):
options: Optional[SendEInvoiceRequestOptions] = None
__properties: ClassVar[List[str]] = ["data", "options"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/send_e_invoice_request_data.py b/fattureincloud_python_sdk/models/send_e_invoice_request_data.py
index a6a23d95..5af9c221 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_request_data.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_request_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -39,11 +39,11 @@ class SendEInvoiceRequestData(BaseModel):
)
__properties: ClassVar[List[str]] = ["cassa_type", "withholding_tax_causal"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/send_e_invoice_request_options.py b/fattureincloud_python_sdk/models/send_e_invoice_request_options.py
index 9188f6a7..fd11864b 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_request_options.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_request_options.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool
+from pydantic import BaseModel, ConfigDict, Field, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -35,11 +35,11 @@ class SendEInvoiceRequestOptions(BaseModel):
)
__properties: ClassVar[List[str]] = ["dry_run"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/send_e_invoice_response.py b/fattureincloud_python_sdk/models/send_e_invoice_response.py
index dfa01393..2a882059 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_response.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.send_e_invoice_response_data import (
SendEInvoiceResponseData,
@@ -35,11 +35,11 @@ class SendEInvoiceResponse(BaseModel):
data: Optional[SendEInvoiceResponseData] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/send_e_invoice_response_data.py b/fattureincloud_python_sdk/models/send_e_invoice_response_data.py
index 75a47a99..3e3c06d2 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_response_data.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_response_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -35,11 +35,11 @@ class SendEInvoiceResponseData(BaseModel):
)
__properties: ClassVar[List[str]] = ["name", "date"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/sender_email.py b/fattureincloud_python_sdk/models/sender_email.py
index 7f0b5d49..d437f88e 100644
--- a/fattureincloud_python_sdk/models/sender_email.py
+++ b/fattureincloud_python_sdk/models/sender_email.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -33,11 +33,11 @@ class SenderEmail(BaseModel):
email: Optional[StrictStr] = Field(default=None, description="Sender email address")
__properties: ClassVar[List[str]] = ["id", "email"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/show_totals_mode.py b/fattureincloud_python_sdk/models/show_totals_mode.py
index ab4553f7..57dc3cec 100644
--- a/fattureincloud_python_sdk/models/show_totals_mode.py
+++ b/fattureincloud_python_sdk/models/show_totals_mode.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/supplier.py b/fattureincloud_python_sdk/models/supplier.py
index ffd352fc..d5e158ce 100644
--- a/fattureincloud_python_sdk/models/supplier.py
+++ b/fattureincloud_python_sdk/models/supplier.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.supplier_type import SupplierType
from typing import Optional, Set
@@ -107,11 +107,11 @@ class Supplier(BaseModel):
"updated_at",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/supplier_type.py b/fattureincloud_python_sdk/models/supplier_type.py
index 78989fb3..9f810ddf 100644
--- a/fattureincloud_python_sdk/models/supplier_type.py
+++ b/fattureincloud_python_sdk/models/supplier_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/transform_issued_document_response.py b/fattureincloud_python_sdk/models/transform_issued_document_response.py
index 4dfb2e69..65c70332 100644
--- a/fattureincloud_python_sdk/models/transform_issued_document_response.py
+++ b/fattureincloud_python_sdk/models/transform_issued_document_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.issued_document import IssuedDocument
from fattureincloud_python_sdk.models.issued_document_options import (
@@ -37,11 +37,11 @@ class TransformIssuedDocumentResponse(BaseModel):
options: Optional[IssuedDocumentOptions] = None
__properties: ClassVar[List[str]] = ["data", "options"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/upload_archive_attachment_response.py b/fattureincloud_python_sdk/models/upload_archive_attachment_response.py
index 367e5286..152d9eab 100644
--- a/fattureincloud_python_sdk/models/upload_archive_attachment_response.py
+++ b/fattureincloud_python_sdk/models/upload_archive_attachment_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.attachment_data import AttachmentData
from typing import Optional, Set
@@ -33,11 +33,11 @@ class UploadArchiveAttachmentResponse(BaseModel):
data: Optional[AttachmentData] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/upload_f24_attachment_response.py b/fattureincloud_python_sdk/models/upload_f24_attachment_response.py
index afc0d357..fc422007 100644
--- a/fattureincloud_python_sdk/models/upload_f24_attachment_response.py
+++ b/fattureincloud_python_sdk/models/upload_f24_attachment_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.attachment_data import AttachmentData
from typing import Optional, Set
@@ -33,11 +33,11 @@ class UploadF24AttachmentResponse(BaseModel):
data: Optional[AttachmentData] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py b/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py
index a4b58574..903b50f6 100644
--- a/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py
+++ b/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.attachment_data import AttachmentData
from typing import Optional, Set
@@ -33,11 +33,11 @@ class UploadIssuedDocumentAttachmentResponse(BaseModel):
data: Optional[AttachmentData] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py b/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py
index 1bcc9323..ba8c0614 100644
--- a/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py
+++ b/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.attachment_data import AttachmentData
from typing import Optional, Set
@@ -33,11 +33,11 @@ class UploadReceivedDocumentAttachmentResponse(BaseModel):
data: Optional[AttachmentData] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/user.py b/fattureincloud_python_sdk/models/user.py
index aba06134..10066924 100644
--- a/fattureincloud_python_sdk/models/user.py
+++ b/fattureincloud_python_sdk/models/user.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictInt, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -46,11 +46,11 @@ class User(BaseModel):
"picture",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/user_company_role.py b/fattureincloud_python_sdk/models/user_company_role.py
index 2b2235d6..5d84802a 100644
--- a/fattureincloud_python_sdk/models/user_company_role.py
+++ b/fattureincloud_python_sdk/models/user_company_role.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/vat_item.py b/fattureincloud_python_sdk/models/vat_item.py
index 2695941f..662c059d 100644
--- a/fattureincloud_python_sdk/models/vat_item.py
+++ b/fattureincloud_python_sdk/models/vat_item.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictFloat, StrictInt
+from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
@@ -37,11 +37,11 @@ class VatItem(BaseModel):
)
__properties: ClassVar[List[str]] = ["amount_net", "amount_vat"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/vat_kind.py b/fattureincloud_python_sdk/models/vat_kind.py
index 773bb7fe..a0d0f7d6 100644
--- a/fattureincloud_python_sdk/models/vat_kind.py
+++ b/fattureincloud_python_sdk/models/vat_kind.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/models/vat_type.py b/fattureincloud_python_sdk/models/vat_type.py
index 6669ba28..2b6ea30f 100644
--- a/fattureincloud_python_sdk/models/vat_type.py
+++ b/fattureincloud_python_sdk/models/vat_type.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,15 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr
+from pydantic import (
+ BaseModel,
+ ConfigDict,
+ Field,
+ StrictBool,
+ StrictFloat,
+ StrictInt,
+ StrictStr,
+)
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Optional, Set
from typing_extensions import Self
@@ -66,11 +74,11 @@ class VatType(BaseModel):
"is_disabled",
]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response.py
index d5afbee1..f7d852e0 100644
--- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response.py
+++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.verify_e_invoice_xml_error_response_error import (
VerifyEInvoiceXmlErrorResponseError,
@@ -39,11 +39,11 @@ class VerifyEInvoiceXmlErrorResponse(BaseModel):
extra: Optional[VerifyEInvoiceXmlErrorResponseExtra] = None
__properties: ClassVar[List[str]] = ["error", "extra"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error.py
index 637328f6..d2d621b5 100644
--- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error.py
+++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.verify_e_invoice_xml_error_response_error_validation_result import (
VerifyEInvoiceXmlErrorResponseErrorValidationResult,
@@ -38,11 +38,11 @@ class VerifyEInvoiceXmlErrorResponseError(BaseModel):
)
__properties: ClassVar[List[str]] = ["message", "validation_result"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.py
index eacc6654..b8ad42cc 100644
--- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.py
+++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -32,11 +32,11 @@ class VerifyEInvoiceXmlErrorResponseErrorValidationResult(BaseModel):
xml_errors: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["xml_errors"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py
index 36603de7..8cef1175 100644
--- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py
+++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, StrictStr
+from pydantic import BaseModel, ConfigDict, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -32,11 +32,11 @@ class VerifyEInvoiceXmlErrorResponseExtra(BaseModel):
errors: Optional[List[StrictStr]] = None
__properties: ClassVar[List[str]] = ["errors"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py
index a961c6ef..c53aafb9 100644
--- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py
+++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.verify_e_invoice_xml_response_data import (
VerifyEInvoiceXmlResponseData,
@@ -35,11 +35,11 @@ class VerifyEInvoiceXmlResponse(BaseModel):
data: Optional[VerifyEInvoiceXmlResponseData] = None
__properties: ClassVar[List[str]] = ["data"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py
index 04fcb3c8..dcb41467 100644
--- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py
+++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool
+from pydantic import BaseModel, ConfigDict, Field, StrictBool
from typing import Any, ClassVar, Dict, List, Optional
from typing import Optional, Set
from typing_extensions import Self
@@ -34,11 +34,11 @@ class VerifyEInvoiceXmlResponseData(BaseModel):
)
__properties: ClassVar[List[str]] = ["success"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/webhooks_subscription.py b/fattureincloud_python_sdk/models/webhooks_subscription.py
index 2e9af8d3..f2a4c7f1 100644
--- a/fattureincloud_python_sdk/models/webhooks_subscription.py
+++ b/fattureincloud_python_sdk/models/webhooks_subscription.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel, Field, StrictBool, StrictStr
+from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.event_type import EventType
from fattureincloud_python_sdk.models.webhooks_subscription_config import (
@@ -49,11 +49,11 @@ class WebhooksSubscription(BaseModel):
config: Optional[WebhooksSubscriptionConfig] = None
__properties: ClassVar[List[str]] = ["id", "sink", "verified", "types", "config"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/webhooks_subscription_config.py b/fattureincloud_python_sdk/models/webhooks_subscription_config.py
index 95b83661..03611252 100644
--- a/fattureincloud_python_sdk/models/webhooks_subscription_config.py
+++ b/fattureincloud_python_sdk/models/webhooks_subscription_config.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -18,7 +18,7 @@
import re # noqa: F401
import json
-from pydantic import BaseModel
+from pydantic import BaseModel, ConfigDict
from typing import Any, ClassVar, Dict, List, Optional
from fattureincloud_python_sdk.models.webhooks_subscription_mapping import (
WebhooksSubscriptionMapping,
@@ -35,11 +35,11 @@ class WebhooksSubscriptionConfig(BaseModel):
mapping: Optional[WebhooksSubscriptionMapping] = None
__properties: ClassVar[List[str]] = ["mapping"]
- model_config = {
- "populate_by_name": True,
- "validate_assignment": True,
- "protected_namespaces": (),
- }
+ model_config = ConfigDict(
+ populate_by_name=True,
+ validate_assignment=True,
+ protected_namespaces=(),
+ )
def to_str(self) -> str:
"""Returns the string representation of the model using alias"""
diff --git a/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py b/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py
index 9a8557eb..7884413f 100644
--- a/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py
+++ b/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/fattureincloud_python_sdk/rest.py b/fattureincloud_python_sdk/rest.py
index 96cfca02..f948ca36 100644
--- a/fattureincloud_python_sdk/rest.py
+++ b/fattureincloud_python_sdk/rest.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -186,6 +186,11 @@ def request(
# Content-Type which generated by urllib3 will be
# overwritten.
del headers["Content-Type"]
+ # Ensures that dict objects are serialized
+ post_params = [
+ (a, json.dumps(b)) if isinstance(b, dict) else (a, b)
+ for a, b in post_params
+ ]
r = self.pool_manager.request(
method,
url,
diff --git a/pyproject.toml b/pyproject.toml
index 7d6a7be2..930ce00a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fattureincloud_python_sdk"
-version = "2.0.19"
+version = "2.0.20"
description = "Fatture in Cloud API v2 - API Reference"
authors = ["Fatture in Cloud "]
license = "MIT"
diff --git a/sdk-version.yaml b/sdk-version.yaml
index 1c7962d5..726410ed 100644
--- a/sdk-version.yaml
+++ b/sdk-version.yaml
@@ -1,2 +1,2 @@
info:
- version: 2.0.19
+ version: 2.0.20
diff --git a/setup.py b/setup.py
index 8ae853d8..8f616cdd 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.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.
- The version of the OpenAPI document: 2.0.32
+ The version of the OpenAPI document: 2.0.33
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "fattureincloud-python-sdk"
-VERSION = "2.0.19"
+VERSION = "2.0.20"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.26.8, < 2.1.0",
diff --git a/test/test_company.py b/test/test_company.py
index c3fb5465..18aba17b 100644
--- a/test/test_company.py
+++ b/test/test_company.py
@@ -44,6 +44,7 @@ def testCompany(self):
access_token="zpaiefapfjaojf56546456456",
connection_id=2,
tax_code="0123456789",
+ vat_number="01234567890",
fic_plan=FattureInCloudPlanType("standard"),
fic_license_expire="2024-10-10",
controlled_companies=[
@@ -65,7 +66,7 @@ def testCompany(self):
),
],
)
- expected_json = '{"id": 1, "name": "mario srl", "type": "company", "access_token": "zpaiefapfjaojf56546456456", "controlled_companies": [{"id": 2, "name": "mario2 srl", "type": "company", "access_token": "zpaiefadpfjaojf56546456456", "connection_id": 2.0, "tax_code": "01234567d9"}, {"id": 3, "name": "mario4 srl", "type": "company", "access_token": "zpa4efadpfjaojf56546456456", "connection_id": 2.0, "tax_code": "01234567df"}], "fic_license_expire": "2024-10-10", "fic_plan": "standard", "connection_id": 2, "tax_code": "0123456789"}'
+ expected_json = '{"id": 1, "name": "mario srl", "type": "company", "access_token": "zpaiefapfjaojf56546456456", "controlled_companies": [{"id": 2, "name": "mario2 srl", "type": "company", "access_token": "zpaiefadpfjaojf56546456456", "connection_id": 2.0, "tax_code": "01234567d9"}, {"id": 3, "name": "mario4 srl", "type": "company", "access_token": "zpa4efadpfjaojf56546456456", "connection_id": 2.0, "tax_code": "01234567df"}], "fic_license_expire": "2024-10-10", "fic_plan": "standard", "connection_id": 2, "tax_code": "0123456789", "vat_number": "01234567890"}'
actual_json = json.dumps(model.to_dict(), default=json_serial)
assert actual_json == expected_json
diff --git a/test/test_company_plan_usage.py b/test/test_company_plan_usage.py
index a1f045f6..562138ce 100644
--- a/test/test_company_plan_usage.py
+++ b/test/test_company_plan_usage.py
@@ -31,10 +31,7 @@ def tearDown(self):
def testCompanyPlanUsage(self):
"""Test CompanyPlanUsage"""
- model = CompanyPlanUsage(
- limit = 1.337,
- usage = 1.337
- )
+ model = CompanyPlanUsage(limit=1.337, usage=1.337)
expected_json = '{"limit": 1.337, "usage": 1.337}'
actual_json = json.dumps(model.to_dict(), default=json_serial)
assert actual_json == expected_json
diff --git a/test/test_fatture_in_cloud_plan_type.py b/test/test_fatture_in_cloud_plan_type.py
index db4b5219..24169aca 100644
--- a/test/test_fatture_in_cloud_plan_type.py
+++ b/test/test_fatture_in_cloud_plan_type.py
@@ -36,5 +36,6 @@ def testFattureInCloudPlanType(self):
actual_json = model.value
assert actual_json == expected_json
+
if __name__ == "__main__":
unittest.main()
diff --git a/test/test_get_company_plan_usage_response.py b/test/test_get_company_plan_usage_response.py
index 05ef0cdc..5da2e40c 100644
--- a/test/test_get_company_plan_usage_response.py
+++ b/test/test_get_company_plan_usage_response.py
@@ -22,7 +22,6 @@
from functions import json_serial
-
class TestGetCompanyPlanUsageResponse(unittest.TestCase):
"""GetCompanyPlanUsageResponse unit test stubs"""
@@ -35,13 +34,15 @@ def tearDown(self):
def testGetCompanyPlanUsageResponse(self):
"""Test GetCompanyPlanUsageResponse"""
model = GetCompanyPlanUsageResponse(
- data = CompanyPlanUsage(
- limit = 1.337,
- usage = 1.337, )
+ data=CompanyPlanUsage(
+ limit=1.337,
+ usage=1.337,
)
+ )
expected_json = '{"data": {"limit": 1.337, "usage": 1.337}}'
actual_json = json.dumps(model.to_dict(), default=json_serial)
assert actual_json == expected_json
+
if __name__ == "__main__":
unittest.main()
diff --git a/test/test_issued_document_extra_data.py b/test/test_issued_document_extra_data.py
index 24565acf..715ab0d0 100644
--- a/test/test_issued_document_extra_data.py
+++ b/test/test_issued_document_extra_data.py
@@ -32,7 +32,6 @@ def tearDown(self):
def testIssuedDocumentExtraData(self):
"""Test IssuedDocumentExtraData"""
model = IssuedDocumentExtraData(
- show_sofort_button=True,
multifatture_sent=1,
ts_communication=True,
ts_flag_tipo_spesa=3.14,
@@ -45,7 +44,7 @@ def testIssuedDocumentExtraData(self):
ts_full_amount=True,
imported_by="imported_by_example",
)
- expected_json = '{"show_sofort_button": true, "multifatture_sent": 1, "ts_communication": true, "ts_flag_tipo_spesa": 3.14, "ts_pagamento_tracciato": true, "ts_tipo_spesa": "ts_tipo_spesa_example", "ts_opposizione": true, "ts_status": 1, "ts_file_id": "ts_file_id_example", "ts_sent_date": "2022-01-01", "ts_full_amount": true, "imported_by": "imported_by_example"}'
+ expected_json = '{"multifatture_sent": 1, "ts_communication": true, "ts_flag_tipo_spesa": 3.14, "ts_pagamento_tracciato": true, "ts_tipo_spesa": "ts_tipo_spesa_example", "ts_opposizione": true, "ts_status": 1, "ts_file_id": "ts_file_id_example", "ts_sent_date": "2022-01-01", "ts_full_amount": true, "imported_by": "imported_by_example"}'
actual_json = json.dumps(model.to_dict(), default=json_serial)
assert actual_json == expected_json