Sha256: 303ff6051e39fd4a97c5e89000669181ec4e4967cbee70121e34d8744e995544
Contents?: true
Size: 456 Bytes
Versions: 4
Compression:
Stored size: 456 Bytes
Contents
# Plaid::AuthGetRequestOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_ids** | **Array<String>** | A list of `account_ids` to retrieve for the Item. Note: An error will be returned if a provided `account_id` is not associated with the Item. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::AuthGetRequestOptions.new( account_ids: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems