Sha256: a84460f13ffb13bbdbac208ea8b741f21c72988fc555d032563ebf33ef3d54cc
Contents?: true
Size: 1.08 KB
Versions: 82
Compression:
Stored size: 1.08 KB
Contents
# 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] | | **routable_accounts** | **String** | Configuration for supporting creating routable bank accounts. | [optional] | ## Example ```ruby 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, routable_accounts: null ) ```
Version data entries
82 entries across 82 versions & 1 rubygems