Sha256: ab2d03193e740c2bbba9e8b455e997e0e50bafd8123e6d5a768cd197052ca71f
Contents?: true
Size: 930 Bytes
Versions: 2
Compression:
Stored size: 930 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] | | **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, settings: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.4 | docs/TransactionsLinkProduct.md |
moneykit-0.1.3 | docs/TransactionsLinkProduct.md |