Sha256: 5bfe2e1729b93b1ee384cca7a9a0217b396e637295d38140e75d7a5d27de3705

Contents?: true

Size: 1 KB

Versions: 4

Compression:

Stored size: 1 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. |  |
| **state** | [**LinkState**](LinkState.md) |  |  |
| **error_code** | [**PublicLinkError**](PublicLinkError.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,
  state: null,
  error_code: null,
  last_synced_at: 2023-02-16T09:14:11,
  tags: null,
  products: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moneykit-0.1.1 docs/LinkCommon.md
moneykit-0.1.0 docs/LinkCommon.md
moneykit-0.1.0.alpha.2 docs/LinkCommon.md
moneykit-0.1.0.alpha.1 docs/LinkCommon.md