# GetInvoiceResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **invoice_uuid** | **String** | | **line_items** | [**Vec**](LineItem.md) | | **subtotal** | **i32** | | **discounts** | [**Vec**](Discount.md) | | **taxes** | [**Vec**](Tax.md) | | **total** | **i32** | | **notes** | [**Vec**](Note.md) | | **paid** | Option<**bool**> | | [optional][default to false] **created_at** | **String** | | **update_at** | **String** | | **deleted_at** | Option<**String**> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)