Sha256: 368c6f0454d2604caff6da384910a9874329d31d46e323863c39fa835e3aa56c
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
# Plaid::NullableRecipientBACS ## 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::NullableRecipientBACS.new( account: null, sort_code: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems