Sha256: ee118c8df16c5bccf59091dc3f722a71c368d23126a9f05e5bb83bc7de796a86
Contents?: true
Size: 911 Bytes
Versions: 11
Compression:
Stored size: 911 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. At present, both **attestation_identity_records** and **backstopped_funding_source** must be set. | | | **supported_fiat_account_assets** | **Array<String>** | The bank's list of supported fiat assets. | | ## 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 ) ```
Version data entries
11 entries across 11 versions & 1 rubygems