Sha256: 83e0eb58b5ddb6e5ce03b13d9fe5002c2879c5db8e216c1356e276c026316c4f
Contents?: true
Size: 902 Bytes
Versions: 93
Compression:
Stored size: 902 Bytes
Contents
# CybridApiBank::PostBankBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of bank. | | | **name** | **String** | The name of the bank. | | | **supported_trading_symbols** | **Array<String>** | The trading symbols supported by the bank. | | | **supported_fiat_account_assets** | **Array<String>** | The fiat account assets supported by the bank. | | | **supported_country_codes** | **Array<String>** | The country codes supported by the bank. | | | **features** | **Array<String>** | The features supported by the bank. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostBankBankModel.new( type: null, name: null, supported_trading_symbols: null, supported_fiat_account_assets: null, supported_country_codes: null, features: null ) ```
Version data entries
93 entries across 93 versions & 1 rubygems