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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique code of the customer's account with this custodian. The format depends on the custodian. | [optional]
**store_id** | Option<**String**> | The store ID. | [optional]
**custodian_code** | Option<**String**> | The code for the custodian. | [optional]
**name** | Option<**String**> | The name of the custodian account. | [optional]
**config** | Option<[**serde_json::Value**].md> | The configuration of this custodian account. Specific contents depend on the custodian and your access permissions. | [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)