Sha256: ee5afa4e533b674bd2ff3efd359118bb09e085076f2260c9ecd2352f1d7b7c26
Contents?: true
Size: 425 Bytes
Versions: 4
Compression:
Stored size: 425 Bytes
Contents
# Plaid::RecipientBACS ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **String** | The account number of the account. Maximum of 10 characters. | [optional] | | **sort_code** | **String** | The 6-character sort code of the account. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::RecipientBACS.new( account: null, sort_code: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/RecipientBACS.md |
plaid-14.0.0.beta.3 | docs/RecipientBACS.md |
plaid-14.0.0.beta.2 | docs/RecipientBACS.md |
plaid-14.0.0.beta.1 | docs/RecipientBACS.md |