docs/ReceivedDocument.md in fattureincloud_ruby_sdk-2.0.4 vs docs/ReceivedDocument.md in fattureincloud_ruby_sdk-2.0.5
- old
+ new
@@ -4,10 +4,10 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Unique identifier of the document. | [optional] |
| **type** | [**ReceivedDocumentType**](ReceivedDocumentType.md) | | [optional][default to 'expense'] |
-| **entity** | [**ReceivedDocumentEntity**](ReceivedDocumentEntity.md) | | |
+| **entity** | [**ReceivedDocumentEntity**](ReceivedDocumentEntity.md) | | [optional] |
| **date** | **Date** | Date of the document [If not specified, today date is used]. | [optional] |
| **category** | **String** | Document category. | [optional] |
| **description** | **String** | Document description. | [optional] |
| **amount_net** | **Float** | Total net amount. | [optional] |
| **amount_vat** | **Float** | Total vat amount. | [optional] |