Sha256: b8538abde2b6afd41a7fe4b5c2982275b95e74d6982af8c220d63c6ddca971f0

Contents?: true

Size: 583 Bytes

Versions: 4

Compression:

Stored size: 583 Bytes

Contents

# Plaid::NumbersEFT

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_id** | **String** | The Plaid account ID associated with the account numbers |  |
| **account** | **String** | The EFT account number for the account |  |
| **institution** | **String** | The EFT institution number for the account |  |
| **branch** | **String** | The EFT branch number for the account |  |

## Example

```ruby
require 'plaid'

instance = Plaid::NumbersEFT.new(
  account_id: null,
  account: null,
  institution: null,
  branch: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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