Sha256: 9350fca4b8d9c1fcaf1f100874a5ef503304601783a1050afe2ab929e9646161

Contents?: true

Size: 956 Bytes

Versions: 3

Compression:

Stored size: 956 Bytes

Contents

# Plaid::TransactionsGetRequest

## Properties

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

## Example

```ruby
require 'plaid'

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

Version data entries

3 entries across 3 versions & 1 rubygems

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