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
# NotificationData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The identifier of the notification | [optional]
**body** | Option<**String**> | The html body of the notifications | [optional]
**link** | Option<**String**> | The link of the notification | [optional]
**created_time** | Option<**f32**> | The creation time of the notification | [optional]
**seen** | Option<**bool**> | If the notification has been seen by the user | [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)