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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The id of the webhook | [optional]
**enabled** | Option<**bool**> | Whether this webhook is enabled or not | [optional][default to true]
**automatic_redelivery** | Option<**bool**> | If true, BTCPay Server will retry to redeliver any failed delivery after 10 seconds, 1 minutes and up to 6 times after 10 minutes. | [optional][default to true]
**url** | Option<**String**> | The endpoint where BTCPay Server will make the POST request with the webhook body | [optional]
**authorized_events** | Option<[**crate::models::WebhookDataBaseAuthorizedEvents**]WebhookDataBase_authorizedEvents.md> |  | [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)