docs/PostBankBankModel

CybridApiBank::PostBankBankModel

Properties

Name Type Description Notes
name String The bank’s name.
type String The bank’s type. At present, only sandbox is supported.
supported_trading_symbols Array<String> The bank’s list of supported trading symbols.
features Array<String> The bank’s enabled features.
supported_fiat_account_assets Array<String> The bank’s list of supported fiat assets.
supported_country_codes Array<String> The bank’s list of supported country codes. [optional]

Example

require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostBankBankModel.new(
  name: null,
  type: null,
  supported_trading_symbols: null,
  features: null,
  supported_fiat_account_assets: null,
  supported_country_codes: null
)