Sha256: 486f8ce10c7e7635c9dfd0b8013e4de14ec22c75c8974ef6c6aba9acfb972ebc
Contents?: true
Size: 1.04 KB
Versions: 557
Compression:
Stored size: 1.04 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. 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. | | | **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
557 entries across 557 versions & 1 rubygems