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