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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The id of the payment request | [optional]
**store_id** | Option<**String**> | The store identifier that the payment request belongs to | [optional]
**status** | Option<**String**> | The status of the payment request | [optional]
**created_time** | Option<**f32**> | The creation date of the payment request | [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)