Sha256: e919dbb65999acd039e20a35f69bfa2d9968782089d93e4da55e88c19dfc25e1
Contents?: true
Size: 767 Bytes
Versions: 2
Compression:
Stored size: 767 Bytes
Contents
# Buildium::BankAccountSearchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bank_account_status** | **String** | Filters results by the status of the bank account. If no status is specified, bank accounts with any status will be returned. | [optional] | | **bank_name** | **String** | Filters results to any bank account whose name *contains* the specified value. | [optional] | | **routing_numbers** | **Array<String>** | Filters results to any bank accounts whose routing number *contains* the specified value. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountSearchMessage.new( bank_account_status: null, bank_name: null, routing_numbers: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BankAccountSearchMessage.md |
buildium-ruby-2.1.0 | docs/BankAccountSearchMessage.md |