Sha256: e4dcbd70472cc47210efabdb16077b20cf28e87e2ab182810c74c150d9534e75
Contents?: true
Size: 932 Bytes
Versions: 4
Compression:
Stored size: 932 Bytes
Contents
# 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**](InternationalWireDetails.md) | | [optional] | | **wire_routing_number** | **String** | The routing number used for US domestic wire payments. | [optional] | ## Example ```ruby 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 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems