Sha256: bb6403a4663c33659f67002574cfe77716b53c9504cc114beb7443b4f9a62083
Contents?: true
Size: 599 Bytes
Versions: 4
Compression:
Stored size: 599 Bytes
Contents
# Plaid::NullableNumbersEFT ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_id** | **String** | The Plaid account ID associated with the account numbers | | | **account** | **String** | The EFT account number for the account | | | **institution** | **String** | The EFT institution number for the account | | | **branch** | **String** | The EFT branch number for the account | | ## Example ```ruby require 'plaid' instance = Plaid::NullableNumbersEFT.new( account_id: null, account: null, institution: null, branch: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems