Name | Type | Description | Notes |
---|---|---|---|
id | Option<String> | The invoice's ID | [optional] |
status | Option<crate::models::LightningInvoiceStatus> | [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] |