SyncteraRubySdk::AddAccountsRequestRoutingIdentifiers

Properties

Name Type Description Notes
ach_routing_number String The routing number used for US ACH payments. [optional]
bank_countries Array<String> The countries that this bank operates the account in
bank_name String The name of the bank managing the account
international_wire_details InternationalWireDetails [optional]
wire_routing_number String The routing number used for US domestic wire payments. [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AddAccountsRequestRoutingIdentifiers.new(
  ach_routing_number: 756392185,
  bank_countries: null,
  bank_name: Chase,
  international_wire_details: null,
  wire_routing_number: 915075033
)