Sha256: 079576e73929fc149a2e82bd971793d5d8ca2d103d8a8005433d6a56fe0a9b21
Contents?: true
Size: 1.21 KB
Versions: 14
Compression:
Stored size: 1.21 KB
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_payout_symbols** | **Array<Object>** | The payout symbols supported by the bank. This is not yet supported and should be nil or empty. | [optional] | | **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. | | | **cors_allowed_origins** | **Array<String>** | The list of allowed CORS origin URIs. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostBankBankModel.new( type: null, name: null, supported_trading_symbols: null, supported_payout_symbols: null, supported_fiat_account_assets: null, supported_country_codes: null, features: null, cors_allowed_origins: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems