docs/PatchExternalBankAccountBankModel

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

require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PatchExternalBankAccountBankModel.new(
  state: null
)