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