Sha256: c5acfbe21dcb25b495b215bee5916a587443b92d40d4760ec830edb466ba84c7
Contents?: true
Size: 1.29 KB
Versions: 2
Compression:
Stored size: 1.29 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** | [**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** | [**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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.10 | docs/TransactionsLinkProduct.md |
moneykit-0.1.9 | docs/TransactionsLinkProduct.md |