Sha256: 9322743216d032fe84d6d211d1655c5d63c2d071a3b3fe86b24889dc771c3b31
Contents?: true
Size: 776 Bytes
Versions: 4
Compression:
Stored size: 776 Bytes
Contents
# Plaid::AuthGetNumbers ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **ach** | [**Array<NumbersACH>**](NumbersACH.md) | An array of ACH numbers identifying accounts. | [optional] | | **eft** | [**Array<NumbersEFT>**](NumbersEFT.md) | An array of EFT numbers identifying accounts. | [optional] | | **international** | [**Array<NumbersInternational>**](NumbersInternational.md) | An array of IBAN numbers identifying accounts. | [optional] | | **bacs** | [**Array<NumbersBACS>**](NumbersBACS.md) | An array of BACS numbers identifying accounts. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::AuthGetNumbers.new( ach: null, eft: null, international: null, bacs: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/AuthGetNumbers.md |
plaid-14.0.0.beta.3 | docs/AuthGetNumbers.md |
plaid-14.0.0.beta.2 | docs/AuthGetNumbers.md |
plaid-14.0.0.beta.1 | docs/AuthGetNumbers.md |