docs/ExternalBankAccountPiiInnerBankModel

CybridApiBank::ExternalBankAccountPiiInnerBankModel

Properties

Name Type Description Notes
names Array<String> Array of names on the account [optional]
addresses Array<ExternalBankAccountPiiInnerAddressesInnerBankModel> Array of addresses associated to the account [optional]
email_addresses Array<String> Array of email addresses associated to the account [optional]
phone_numbers Array<String> Array of phone numbers associated to the account [optional]
account_details Array<DepositBankAccountAccountDetailsInnerBankModel> The account details for the bank account. [optional]
routing_details Array<ExternalBankAccountPiiInnerRoutingDetailsInnerBankModel> The routing details for the bank account. [optional]

Example

require 'cybrid_api_bank_ruby'

instance = CybridApiBank::ExternalBankAccountPiiInnerBankModel.new(
  names: null,
  addresses: null,
  email_addresses: null,
  phone_numbers: null,
  account_details: null,
  routing_details: null
)