Sha256: 1ad23c68da62a4c237785e63fff7157ecae8b7c48da159173b318e50bb6d6e4b
Contents?: true
Size: 550 Bytes
Versions: 4
Compression:
Stored size: 550 Bytes
Contents
# Plaid::AccountIdentityAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **owners** | [**Array<Owner>**](Owner.md) | Data returned by the financial institution about the account owner or owners. Only returned by Identity or Assets endpoints. Multiple owners on a single account will be represented in the same `owner` object, not in multiple owner objects within the array. | | ## Example ```ruby require 'plaid' instance = Plaid::AccountIdentityAllOf.new( owners: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems