Sha256: 5b576bddfddaf29c90bbaa1b4607ec99ce7841dc3d8e17f85b8471055f1a2035
Contents?: true
Size: 757 Bytes
Versions: 169
Compression:
Stored size: 757 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. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostBankBankModel.new( name: null, type: null, supported_trading_symbols: null, features: null ) ```
Version data entries
169 entries across 169 versions & 1 rubygems