Sha256: 067653766a2917f832975f3202cc660edfeed0e1137871f83e548ba966741d75

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

# Buildium::BankAccountPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **check_printing_info** | [**CheckPrintingInfoPostMessage**](CheckPrintingInfoPostMessage.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

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/BankAccountPostMessage.md
buildium-ruby-2.1.0 docs/BankAccountPostMessage.md
buildium-ruby-2.0.1 docs/BankAccountPostMessage.md