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