btcpay-client 0.1.0

A client library for BTCPay Server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# LightningInvoiceData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)