Sha256: 639a1a3245fad894c20c0f8fb7556109a4c32319f01bab71b944defd40f0ab9d
Contents?: true
Size: 1.12 KB
Versions: 5
Compression:
Stored size: 1.12 KB
Contents
# MoneyKit::LinkProductResponse ## 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** | [**LinkProductError**](LinkProductError.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::LinkProductResponse.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
5 entries across 5 versions & 1 rubygems