Sha256: 150bddefed049b6922b617083446bff10eb3370f653b4033770de50006af91a4
Contents?: true
Size: 686 Bytes
Versions: 4
Compression:
Stored size: 686 Bytes
Contents
# Plaid::AuthGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Array<AccountBase>**](AccountBase.md) | The `accounts` for which numbers are being retrieved. | | | **numbers** | [**AuthGetNumbers**](AuthGetNumbers.md) | | | | **item** | [**Item**](Item.md) | | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::AuthGetResponse.new( accounts: null, numbers: null, item: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/AuthGetResponse.md |
plaid-14.0.0.beta.3 | docs/AuthGetResponse.md |
plaid-14.0.0.beta.2 | docs/AuthGetResponse.md |
plaid-14.0.0.beta.1 | docs/AuthGetResponse.md |