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