Sha256: e461a8b31b035c62fa1e8da9f664fe4eadcf999d357af75badca3a1f2821fbff

Contents?: true

Size: 991 Bytes

Versions: 2

Compression:

Stored size: 991 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] |
| **error_code** | [**LinkProductFailureReasons**](LinkProductFailureReasons.md) |  | [optional] |
| **error_message** | **String** | The error message, if the last attempt to refresh the product failed. | [optional] |
| **has_history** | **Boolean** |  |  |
| **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,
  error_code: null,
  error_message: null,
  has_history: null,
  settings: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moneykit-0.1.6 docs/TransactionsLinkProduct.md
moneykit-0.1.5 docs/TransactionsLinkProduct.md