Sha256: 63c97b925d091fc56d104de76ca6a6f7c887dfc4277b4a701e1234ce2c0fdd1f

Contents?: true

Size: 1015 Bytes

Versions: 3

Compression:

Stored size: 1015 Bytes

Contents

# Plaid::InvestmentsTransactionsGetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. | [optional] |
| **access_token** | **String** | The access token associated with the Item data is being requested for. |  |
| **start_date** | **Date** | The earliest date for which to fetch transaction history. Dates should be formatted as YYYY-MM-DD. |  |
| **end_date** | **Date** | The most recent date for which to fetch transaction history. Dates should be formatted as YYYY-MM-DD. |  |
| **options** | [**InvestmentsTransactionsGetRequestOptions**](InvestmentsTransactionsGetRequestOptions.md) |  | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::InvestmentsTransactionsGetRequest.new(
  client_id: null,
  secret: null,
  access_token: null,
  start_date: null,
  end_date: null,
  options: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.3 docs/InvestmentsTransactionsGetRequest.md
plaid-14.0.0.beta.2 docs/InvestmentsTransactionsGetRequest.md
plaid-14.0.0.beta.1 docs/InvestmentsTransactionsGetRequest.md