Sha256: 1cd363f5b79f6a2ef1bab2be69940aba1a31f5cdd52d01c5b69e39d3ab14dc6c
Contents?: true
Size: 967 Bytes
Versions: 769
Compression:
Stored size: 967 Bytes
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] | ## 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 ) ```
Version data entries
769 entries across 769 versions & 1 rubygems