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> | A list of payment methods (crypto code + network) you can deposit to the custodian. | [optional] |
withdrawable_payment_methods | Option<Vec> | A list of payment methods (crypto code + network) you can withdraw from the custodian. | [optional] |
tradable_asset_pairs | Option<Veccrate::models::AssetPairData> | A list of tradable asset pair objects, or NULL if the custodian cannot trades/convert assets. | [optional] |