SyncteraRubySdk::PatchExternalAccount

Properties

Name Type Description Notes
account_identifiers PatchAccountsRequestAccountIdentifiers [optional]
account_owner_names Array<String> The names of the account owners. [optional]
currency String The currency of the account in ISO 4217 format [optional]
nickname String A user-meaningful name for the account [optional]
routing_identifiers PatchAccountsRequestRoutingIdentifiers [optional]
type String The type of the account [optional]
verification AccountVerification [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PatchExternalAccount.new(
  account_identifiers: null,
  account_owner_names: null,
  currency: USD,
  nickname: Vacation savings,
  routing_identifiers: null,
  type: null,
  verification: null
)