docs/PostDepositAddressBankModel
CybridApiBank::PostDepositAddressBankModel
Properties
| Name |
Type |
Description |
Notes |
| account_guid |
String |
The trading account guid. |
|
| labels |
Array<String> |
The labels associated with the address. |
[optional] |
Example
require 'cybrid_api_bank_ruby'
instance = CybridApiBank::PostDepositAddressBankModel.new(
account_guid: null,
labels: null
)