Sha256: 5901ddeb6ae6be567e17711cc3fcc76efe2d7d5be434ad7e1d8b8497fe65f4b6
Contents?: true
Size: 676 Bytes
Versions: 5
Compression:
Stored size: 676 Bytes
Contents
# MoneyKit::AccountNumbersLinkProduct ## 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** | [**AccountNumbersProductSettings**](AccountNumbersProductSettings.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::AccountNumbersLinkProduct.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