Sha256: 041271f411232f5fba317203a4410980820f6907bf2e2870b32980871f5f83c8

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# Buildium::UpdateBankAccountRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **check_printing_info** | [**BankAccountPutMessageCheckPrintingInfo**](BankAccountPutMessageCheckPrintingInfo.md) |  |  |
| **name** | **String** | Bank account name. |  |
| **description** | **String** | Bank account description. | [optional] |
| **bank_account_type** | **String** | Type of bank account. |  |
| **country** | **String** | The country the bank account exists in. |  |
| **account_number** | **String** | Bank account number. | [optional] |
| **routing_number** | **String** | Bank routing number. If the bank is in Canada, the routing number should be provided as a zero followed by the three digit institution number, followed by the five digit transit number. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::UpdateBankAccountRequest.new(
  check_printing_info: null,
  name: null,
  description: null,
  bank_account_type: null,
  country: null,
  account_number: null,
  routing_number: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/UpdateBankAccountRequest.md