Sha256: 5151ba80fc6651a489212f4d6617d61ff1fca670e1e6fe2a10b886ac950b127a

Contents?: true

Size: 710 Bytes

Versions: 4

Compression:

Stored size: 710 Bytes

Contents

# Plaid::TransactionData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **description** | **String** | The description of the transaction. |  |
| **amount** | **Float** | The amount of the transaction. |  |
| **date** | **String** | The date of the transaction, in ISO 8601 format (\"yyyy-mm-dd\"). |  |
| **account_id** | **String** | A unique identifier for the end user's account. |  |
| **transaction_id** | **String** | A unique identifier for the transaction. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::TransactionData.new(
  description: null,
  amount: null,
  date: null,
  account_id: null,
  transaction_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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