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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | A unique identifier for this payment | [optional]
**received_date** | Option<**f32**> | The date the payment was recorded | [optional]
**value** | Option<**String**> | The value of the payment | [optional]
**fee** | Option<**String**> | The fee paid for the payment | [optional]
**status** | Option<[**crate::models::PaymentStatus**]PaymentStatus.md> |  | [optional]
**destination** | Option<**String**> | The destination the payment was made to | [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)