Sha256: 7e9bf378f25ee12c64a9b89b2ed33d102c15f1eb712511ad87f58cff81cb0f16
Contents?: true
Size: 607 Bytes
Versions: 82
Compression:
Stored size: 607 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. | | | **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, features: null ) ```
Version data entries
82 entries across 82 versions & 1 rubygems