Sha256: 22a416b07cbab5768364145cb3f1e13b499fe1af18cd4401b68d2ec1149ad3b8

Contents?: true

Size: 618 Bytes

Versions: 4

Compression:

Stored size: 618 Bytes

Contents

# Plaid::NumbersACH

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_id** | **String** | The Plaid account ID associated with the account numbers |  |
| **account** | **String** | The ACH account number for the account |  |
| **routing** | **String** | The ACH routing number for the account |  |
| **wire_routing** | **String** | The wire transfer routing number for the account, if available | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::NumbersACH.new(
  account_id: null,
  account: null,
  routing: null,
  wire_routing: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/NumbersACH.md
plaid-14.0.0.beta.3 docs/NumbersACH.md
plaid-14.0.0.beta.2 docs/NumbersACH.md
plaid-14.0.0.beta.1 docs/NumbersACH.md