Sha256: 7e831c085e216a5c56520449015365ac8a87d134f95c98254e1a4ffcc24e7f0d
Contents?: true
Size: 587 Bytes
Versions: 499
Compression:
Stored size: 587 Bytes
Contents
# CybridApiBank::PatchExternalBankAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **state** | **String** | The state of the external bank account. If set to \"completed,\" the returned state of the external bank account will be either \"completed\", if the bank account has been verified, or \"unverified\" if the bank account has not been verified. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PatchExternalBankAccountBankModel.new( state: null ) ```
Version data entries
499 entries across 499 versions & 1 rubygems