Sha256: 2859efad23a6d41da6001b62883672c1c2e5d3a8269040aaf83262649dd53212
Contents?: true
Size: 1.83 KB
Versions: 4
Compression:
Stored size: 1.83 KB
Contents
# SyncteraRubySdk::AccountRouting ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **ach_routing_number** | **String** | The routing number used for US ACH payments. Only appears if `bank_countries` contains `US`. Value may be masked, in which case only the last four digits are returned. | [optional] | | **bank_address** | [**Address**](Address.md) | | [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 | | | **correspondent_bank_details** | [**Array<CorrespondentBankDetails>**](CorrespondentBankDetails.md) | The details of the correspondent banks for the account. | [optional] | | **eft_routing_number** | **String** | The routing number used for EFT payments, identifying a Canadian bank, consisting of the institution number and the branch number. Only appears if `bank_countries` contains `CA`. Value may be masked, in which case only the last four digits are returned. | [optional] | | **swift_code** | **String** | The SWIFT code for the bank. Value may be masked, in which case only the last four characters are returned. | [optional] | | **wire_routing_number** | **String** | The routing number used for domestic wire payments. Only appears if `bank_countries` contains `US`. Value may be masked, in which case only the last four digits are returned. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::AccountRouting.new( ach_routing_number: 756392185, bank_address: null, bank_countries: null, bank_name: Chase, correspondent_bank_details: null, eft_routing_number: 02101140, swift_code: CHASUS3AXXX, wire_routing_number: 756392185 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems