Sha256: eb79d53db95905571c3bdcfe4a8523e25061036e0492834e7edfc51af59510ee
Contents?: true
Size: 584 Bytes
Versions: 673
Compression:
Stored size: 584 Bytes
Contents
# CybridApiBank::PostExternalBankAccountCounterpartyBankAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **routing_number_type** | **String** | The type of routing number. | | | **routing_number** | **String** | The routing number. | | | **account_number** | **String** | The account number. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostExternalBankAccountCounterpartyBankAccountBankModel.new( routing_number_type: null, routing_number: null, account_number: null ) ```
Version data entries
673 entries across 673 versions & 1 rubygems