Sha256: ad22fb751439a69530c10e7077874719ed8db97632536e9d17b54dc0f264a372
Contents?: true
Size: 916 Bytes
Versions: 4
Compression:
Stored size: 916 Bytes
Contents
# Plaid::OwnerOverride ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **names** | **Array<String>** | A list of names associated with the account by the financial institution. These should always be the names of individuals, even for business accounts. Note that the same name data will be used for all accounts associated with an Item. | | | **phone_numbers** | [**Array<PhoneNumber>**](PhoneNumber.md) | A list of phone numbers associated with the account. | | | **emails** | [**Array<Email>**](Email.md) | A list of email addresses associated with the account. | | | **addresses** | [**Array<Address>**](Address.md) | Data about the various addresses associated with the account. | | ## Example ```ruby require 'plaid' instance = Plaid::OwnerOverride.new( names: null, phone_numbers: null, emails: null, addresses: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/OwnerOverride.md |
plaid-14.0.0.beta.3 | docs/OwnerOverride.md |
plaid-14.0.0.beta.2 | docs/OwnerOverride.md |
plaid-14.0.0.beta.1 | docs/OwnerOverride.md |