Sha256: 25fc5241ef614387bda1f8ff74c5d3b58f63c1ac2115b020efdcf9ebb772665b
Contents?: true
Size: 813 Bytes
Versions: 11
Compression:
Stored size: 813 Bytes
Contents
# MoneyKit::AccountsLinkProduct ## 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] | ## Example ```ruby require 'moneykit' instance = MoneyKit::AccountsLinkProduct.new( refreshed_at: 2023-02-16T09:14:11, last_attempted_at: 2023-02-16T09:14:11, error_code: null, error_message: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems