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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Id of the app | [optional]
**name** | Option<**String**> | Name given to the app when it was created | [optional]
**store_id** | Option<**String**> | Id of the store to which the app belongs | [optional]
**created** | Option<**i32**> | UNIX timestamp for when the app was created | [optional]
**app_type** | Option<**String**> | Type of the app which was created | [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)