Sha256: a3e87a3ae3371a4e37c7052cee9dbe7814f80506b55c7c2923174d1429a38468
Contents?: true
Size: 676 Bytes
Versions: 3
Compression:
Stored size: 676 Bytes
Contents
# Plaid::AccountsBalanceGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **options** | [**AccountsBalanceGetRequestOptions**](AccountsBalanceGetRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::AccountsBalanceGetRequest.new( access_token: null, secret: null, client_id: null, options: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/AccountsBalanceGetRequest.md |
plaid-14.0.0.beta.2 | docs/AccountsBalanceGetRequest.md |
plaid-14.0.0.beta.1 | docs/AccountsBalanceGetRequest.md |