Sha256: 25663d86c73794b8ac97ae8a5a70ac34a18eb33eaad11fa4b848a56453749268
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
# Plaid::TransactionsGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [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`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/TransactionsGetRequest.md |