Sha256: ebd85b4e1bba6d9edcda78a692d7217a7beaee4e4be840f615ad32801daa4ca8
Contents?: true
Size: 454 Bytes
Versions: 842
Compression:
Stored size: 454 Bytes
Contents
# 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 ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostDepositAddressBankModel.new( account_guid: null, labels: null ) ```
Version data entries
842 entries across 842 versions & 1 rubygems
Version | Path |
---|---|
cybrid_api_bank_ruby-0.101.0 | docs/PostDepositAddressBankModel.md |
cybrid_api_bank_ruby-0.100.0 | docs/PostDepositAddressBankModel.md |