Sha256: 25ebaf5af43c9d01f67ffa659e1c3acf8a888a11a3128ba5e7ed38da42e590c5
Contents?: true
Size: 508 Bytes
Versions: 692
Compression:
Stored size: 508 Bytes
Contents
# CybridApiBank::DepositBankAccountRoutingDetailsInnerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **routing_number_type** | **String** | The type of routing number; one of CPA, ABA, or SWIFT. | | | **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
692 entries across 692 versions & 1 rubygems