Sha256: 1e5c29f82edad983457f967742f6be112c46c948d740b9d3e448ff0461f9a0f8

Contents?: true

Size: 1.28 KB

Versions: 5

Compression:

Stored size: 1.28 KB

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** | [**LinkProductError**](LinkProductError.md) |  | [optional] |
| **error_message** | **String** | The error message, if the last attempt to refresh the product failed. | [optional] |
| **unavailable** | **String** | If this product can't currently be updated, the reason why it is unavailable.         <p>Unavailable products can't be refreshed, but past data, if any, is still accessible. | [optional] |
| **settings** | [**TransactionsProductSettings**](TransactionsProductSettings.md) |  | [optional] |
| **has_history** | **Boolean** | DEPRECATED: No longer used as we fetch as much history as possible. |  |

## 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,
  unavailable: null,
  settings: null,
  has_history: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/TransactionsLinkProduct.md
moneykit-0.1.14 docs/TransactionsLinkProduct.md
moneykit-0.1.13 docs/TransactionsLinkProduct.md
moneykit-0.1.12 docs/TransactionsLinkProduct.md
moneykit-0.1.11 docs/TransactionsLinkProduct.md