Sha256: af162013c7bacd9168fe65959bb76a34c2c7a94e62d48a33acec3c8eae41542e
Contents?: true
Size: 601 Bytes
Versions: 4
Compression:
Stored size: 601 Bytes
Contents
# Plaid::SandboxPublicTokenCreateRequestOptionsTransactions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **start_date** | **String** | The earliest date for which to fetch transaction history. Dates should be formatted as YYYY-MM-DD. | [optional] | | **end_date** | **String** | The most recent date for which to fetch transaction history. Dates should be formatted as YYYY-MM-DD. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::SandboxPublicTokenCreateRequestOptionsTransactions.new( start_date: null, end_date: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems