Sha256: 2916a03b3ad847689eb50f8bb76420415b2212c383d422596bc1bda70c5adae4

Contents?: true

Size: 1.12 KB

Versions: 7

Compression:

Stored size: 1.12 KB

Contents

# MoneyKit::LinkProduct

## 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] |
| **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** | [**ProductSettings**](ProductSettings.md) |  | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::LinkProduct.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
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/LinkProduct.md
moneykit-0.1.14 docs/LinkProduct.md
moneykit-0.1.13 docs/LinkProduct.md
moneykit-0.1.12 docs/LinkProduct.md
moneykit-0.1.11 docs/LinkProduct.md
moneykit-0.1.10 docs/LinkProduct.md
moneykit-0.1.9 docs/LinkProduct.md