Sha256: ccefc0e65c01f69807f099846398b56c8c19af60da423f6244229a70eb5ac131
Contents?: true
Size: 745 Bytes
Versions: 186
Compression:
Stored size: 745 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_fiat_assets** | **Array<String>** | The bank's list of supported fiat assets. | | | **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_fiat_assets: null, features: null ) ```
Version data entries
186 entries across 186 versions & 1 rubygems