Sha256: f2a15d3051d93f7bde7937d8ce0d9ad15d6fd0b3889cbd33b10de07df5c2df65
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 KB
Contents
# FattureInCloud_Ruby_Sdk::Receipt ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Receipt unique identifier. | [optional] | | **date** | **Date** | Receipt date. | | | **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) | | | | **description** | **String** | Receipt description. | [optional] | | **rc_center** | **String** | Revenue center. | [optional] | | **created_at** | **String** | | [optional] | | **updated_at** | **String** | | [optional] | | **payment_account** | [**PaymentAccount**](PaymentAccount.md) | | | | **items_list** | [**Array<ReceiptItemsListItem>**](ReceiptItemsListItem.md) | | [optional] |
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fattureincloud_ruby_sdk-2.0.4 | docs/Receipt.md |
fattureincloud_ruby_sdk-2.0.3 | docs/Receipt.md |
fattureincloud_ruby_sdk-2.0.2 | docs/Receipt.md |
fattureincloud_ruby_sdk-2.0.1 | docs/Receipt.md |