docs/Receipt.md in fattureincloud_ruby_sdk-2.0.4 vs docs/Receipt.md in fattureincloud_ruby_sdk-2.0.5

- old
+ new

@@ -3,20 +3,20 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Receipt unique identifier. | [optional] | -| **date** | **Date** | Receipt date. | | +| **date** | **Date** | Receipt date. | [optional] | | **number** | **Float** | Receipt number. | [optional] | | **numeration** | **String** | If it's null or empty string use the default numeration. | [optional] | | **amount_net** | **Float** | Total net amount. | [optional] | | **amount_vat** | **Float** | Total vat amount. | [optional] | | **amount_gross** | **Float** | Total gross amount. | [optional] | -| **use_gross_prices** | **Boolean** | | [optional][default to false] | -| **type** | [**ReceiptType**](ReceiptType.md) | | | +| **use_gross_prices** | **Boolean** | | [optional] | +| **type** | [**ReceiptType**](ReceiptType.md) | | [optional] | | **description** | **String** | Receipt description. | [optional] | | **rc_center** | **String** | Revenue center. | [optional] | | **created_at** | **String** | | [optional] | | **updated_at** | **String** | | [optional] | -| **payment_account** | [**PaymentAccount**](PaymentAccount.md) | | | +| **payment_account** | [**PaymentAccount**](PaymentAccount.md) | | [optional] | | **items_list** | [**Array<ReceiptItemsListItem>**](ReceiptItemsListItem.md) | | [optional] |