| Name | Type | Description | Notes |
|---|---|---|---|
| fic_situation | PermissionLevel | [optional] | |
| fic_clients | PermissionLevel | [optional] | |
| fic_suppliers | PermissionLevel | [optional] | |
| fic_products | PermissionLevel | [optional] | |
| fic_issued_documents | PermissionLevel | [optional] | |
| fic_received_documents | PermissionLevel | [optional] | |
| fic_receipts | PermissionLevel | [optional] | |
| fic_calendar | PermissionLevel | [optional] | |
| fic_archive | PermissionLevel | [optional] | |
| fic_taxes | PermissionLevel | [optional] | |
| fic_stock | PermissionLevel | [optional] | |
| fic_cashbook | PermissionLevel | [optional] | |
| fic_settings | PermissionLevel | [optional] | |
| fic_emails | PermissionLevel | [optional] | |
| fic_export | PermissionLevel | [optional] | |
| fic_import_bankstatements | PermissionLevel | [optional] | |
| fic_import_clients_suppliers | PermissionLevel | [optional] | |
| fic_import_issued_documents | PermissionLevel | [optional] | |
| fic_import_products | PermissionLevel | [optional] | |
| fic_recurring | PermissionLevel | [optional] | |
| fic_riba | PermissionLevel | [optional] | |
| dic_employees | PermissionLevel | [optional] | |
| dic_settings | PermissionLevel | [optional] | |
| dic_timesheet | PermissionLevel | [optional] | |
| fic_issued_documents_detailed | PermissionsFicIssuedDocumentsDetailed | [optional] |
from fattureincloud_python_sdk.models.permissions import Permissions
# TODO update the JSON string below
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())
# convert the object into a dict
permissions_dict = permissions_instance.to_dict()
# create an instance of Permissions from a dict
permissions_from_dict = Permissions.from_dict(permissions_dict)