Sha256: 85d0efb7e314ecc6fd3d3a33a539f9e62cfbc5befc363576271bd368f70d4e2d

Contents?: true

Size: 926 Bytes

Versions: 11

Compression:

Stored size: 926 Bytes

Contents

# MoneyKit::InvestmentsLinkProduct

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

## Example

```ruby
require 'moneykit'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/InvestmentsLinkProduct.md
moneykit-0.1.14 docs/InvestmentsLinkProduct.md
moneykit-0.1.13 docs/InvestmentsLinkProduct.md
moneykit-0.1.12 docs/InvestmentsLinkProduct.md
moneykit-0.1.11 docs/InvestmentsLinkProduct.md
moneykit-0.1.10 docs/InvestmentsLinkProduct.md
moneykit-0.1.9 docs/InvestmentsLinkProduct.md
moneykit-0.1.6 docs/InvestmentsLinkProduct.md
moneykit-0.1.5 docs/InvestmentsLinkProduct.md
moneykit-0.1.4 docs/InvestmentsLinkProduct.md
moneykit-0.1.3 docs/InvestmentsLinkProduct.md