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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | Option<**String**> | The unique code of the custodian. | [optional]
**label** | Option<**String**> | The name of the custodian. | [optional]
**depositable_payment_methods** | Option<**Vec<String>**> | A list of payment methods (crypto code + network) you can deposit to the custodian. | [optional]
**withdrawable_payment_methods** | Option<**Vec<String>**> | A list of payment methods (crypto code + network) you can withdraw from the custodian. | [optional]
**tradable_asset_pairs** | Option<[**Vec<crate::models::AssetPairData>**]AssetPairData.md> | A list of tradable asset pair objects, or NULL if the custodian cannot trades/convert assets. | [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)