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