Sha256: f8ab394e3a09a9db895e9bcec4c56b4beb422e2fac1677db9f73cc7f0bc772cd
Contents?: true
Size: 518 Bytes
Versions: 327
Compression:
Stored size: 518 Bytes
Contents
# CybridApiBank::ExternalBankAccountPiiInnerRoutingDetailsInnerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **routing_number_type** | **String** | The type of routing number; one of CPA or ABA. | | | **routing_number** | **String** | The routing number. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExternalBankAccountPiiInnerRoutingDetailsInnerBankModel.new( routing_number_type: null, routing_number: null ) ```
Version data entries
327 entries across 327 versions & 1 rubygems