Sha256: e03af4e5dcd2abde7bd8506de32a61452c8b35ebdde9cf1190acf5b60e0ad48a
Contents?: true
Size: 487 Bytes
Versions: 4
Compression:
Stored size: 487 Bytes
Contents
# Plaid::NumbersBACS ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_id** | **String** | The Plaid account ID associated with the account numbers | | | **account** | **String** | The BACS account number for the account | | | **sort_code** | **String** | The BACS sort code for the account | | ## Example ```ruby require 'plaid' instance = Plaid::NumbersBACS.new( account_id: null, account: null, sort_code: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/NumbersBACS.md |
plaid-14.0.0.beta.3 | docs/NumbersBACS.md |
plaid-14.0.0.beta.2 | docs/NumbersBACS.md |
plaid-14.0.0.beta.1 | docs/NumbersBACS.md |