Sha256: b65b6bb0fee7429c3c919b43622b0c094564d057dee2ee1bdde709fdc0b14900
Contents?: true
Size: 767 Bytes
Versions: 93
Compression:
Stored size: 767 Bytes
Contents
# CybridApiBank::PostExternalBankAccountCounterpartyBankAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **routing_number_type** | **String** | The type of routing number. Required when account_kind is raw_routing_details. | [optional] | | **routing_number** | **String** | The routing number. Required when account_kind is raw_routing_details. | [optional] | | **account_number** | **String** | The account number. Required when account_kind is raw_routing_details. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostExternalBankAccountCounterpartyBankAccountBankModel.new( routing_number_type: null, routing_number: null, account_number: null ) ```
Version data entries
93 entries across 93 versions & 1 rubygems