Sha256: 6270352fe8ff4272616e9f5c2489527e77a7373a45cc6111eee3f1f1987b5f07
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# MoneyKit::LinkCommon ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **link_id** | **String** | The unique ID for this link. | | | **institution_id** | **String** | The unique ID for the institution this link is connected to. | | | **institution_name** | **String** | The institution name this link is connected to. | | | **institution_avatar** | **String** | An avatar image for the link's institution. | | | **state** | [**LinkState**](LinkState.md) | | | | **error_code** | [**LinkError**](LinkError.md) | | [optional] | | **last_synced_at** | **Time** | An ISO-8601 timestamp indicating the last time that the account was updated. | [optional] | | **tags** | **Array<String>** | | [optional] | | **products** | [**LinkProducts**](LinkProducts.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::LinkCommon.new( link_id: mk_eqkWN34UEoa2NxyALG8pcV, institution_id: chase, institution_name: Chase, institution_avatar: https://example.com/avatar.png, state: null, error_code: null, last_synced_at: 2023-02-16T09:14:11, tags: null, products: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.5 | docs/LinkCommon.md |
moneykit-0.1.4 | docs/LinkCommon.md |
moneykit-0.1.3 | docs/LinkCommon.md |