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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The id of the user | [optional]
**email** | Option<**String**> | The email of the user | [optional]
**email_confirmed** | Option<**bool**> | True if the email has been confirmed by the user | [optional]
**requires_email_confirmation** | Option<**bool**> | True if the email requires email confirmation to log in | [optional]
**created** | Option<**f32**> | The creation date of the user as a unix timestamp. Null if created before v1.0.5.6 | [optional]
**roles** | Option<**Vec<String>**> | The roles of 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)