Sha256: 8662cf44474d9533f0233f96eb9640951e32c503b5d9f01f9a4e3d26e9b5c720
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
# SyncteraRubySdk::PatchAccountsRequestRoutingIdentifiers ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **ach_routing_number** | **String** | The routing number used for US ACH payments. On write, Synctera will store the entire routing number; on read, we only return the last 4 characters. | [optional] | | **bank_name** | **String** | The name of the bank managing the account | [optional] | | **international_wire_details** | [**PatchInternationalWireDetails**](PatchInternationalWireDetails.md) | | [optional] | | **wire_routing_number** | **String** | The routing number used for domestic wire payments. On write, Synctera will store the entire routing number; on read, we only return the last 4 characters. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::PatchAccountsRequestRoutingIdentifiers.new( ach_routing_number: 756392185, bank_name: Chase, international_wire_details: null, wire_routing_number: 952391102 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems