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