Sha256: 151fdf4c8e47f81f13d6ea03eb13c57691ae31fba14b7f7ce1b77f45f20e81ce

Contents?: true

Size: 668 Bytes

Versions: 5

Compression:

Stored size: 668 Bytes

Contents

# MoneyKit::TransactionsLinkProduct

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **refreshed_at** | **Time** | An ISO-8601 timestamp indicating the last time that the product was updated. | [optional] |
| **last_attempted_at** | **Time** | An ISO-8601 timestamp indicating the last time that the product was attempted. | [optional] |
| **settings** | [**TransactionsProductSettings**](TransactionsProductSettings.md) |  |  |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::TransactionsLinkProduct.new(
  refreshed_at: 2023-02-16T09:14:11,
  last_attempted_at: 2023-02-16T09:14:11,
  settings: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.2 docs/TransactionsLinkProduct.md
moneykit-0.1.1 docs/TransactionsLinkProduct.md
moneykit-0.1.0 docs/TransactionsLinkProduct.md
moneykit-0.1.0.alpha.2 docs/TransactionsLinkProduct.md
moneykit-0.1.0.alpha.1 docs/TransactionsLinkProduct.md