# LightningInvoiceData
## Properties
**id** | Option<**String**> | The invoice's ID | [optional]
**status** | Option<[**crate::models::LightningInvoiceStatus**](LightningInvoiceStatus.md)> | | [optional]
**bolt11** | Option<**String**> | The BOLT11 representation of the invoice | [optional]
**paid_at** | Option<**f32**> | The unix timestamp when the invoice got paid | [optional]
**expires_at** | Option<**f32**> | The unix timestamp when the invoice expires | [optional]
**amount** | Option<**String**> | The amount of the invoice in millisatoshi | [optional]
**amount_received** | Option<**String**> | The amount received in millisatoshi | [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)