Sha256: 0bb27e97016f9030c5376fe88356747099635f75444bf03c8842d8b3c0a30631
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 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) | | | | **available_products** | [**Array<Product>**](Product.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, available_products: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.10 | docs/LinkCommon.md |
moneykit-0.1.9 | docs/LinkCommon.md |
moneykit-0.1.6 | docs/LinkCommon.md |