Sha256: acba1a2edc837e4812d0cfa6fc5e61ddfb68ffca09f71b4175d040a1bb0942b0

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

# Buildium::BankAccountPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **check_printing_info** | [**BankAccountPostMessageCheckPrintingInfo**](BankAccountPostMessageCheckPrintingInfo.md) |  | [optional] |
| **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::BankAccountPostMessage.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/BankAccountPostMessage.md