Sha256: 3f737b4b10cf659d5efc52848809f4e7ddd8b53fa845c6b0cffe80e53e418676

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 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** | [**PublicLinkState**](PublicLinkState.md) |  |  |
| **error_code** | [**PublicLinkError**](PublicLinkError.md) |  | [optional] |
| **last_synced_at** | **Time** | (Deprecated) An ISO-8601 timestamp indicating the last time that the link 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.13 docs/LinkCommon.md
moneykit-0.1.12 docs/LinkCommon.md
moneykit-0.1.11 docs/LinkCommon.md