Sha256: 158348cfbb1772ca1037798501142afd8ae1365d7eabc05372df1617c5648669
Contents?: true
Size: 1.19 KB
Versions: 4
Compression:
Stored size: 1.19 KB
Contents
# MoneyKit::LinkResponse ## 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) | | | | **provider** | [**Provider**](Provider.md) | | | | **webhook** | **String** | The webhook url assigned to this link. | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::LinkResponse.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, provider: null, webhook: https://example.com/webhook ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.1 | docs/LinkResponse.md |
moneykit-0.1.0 | docs/LinkResponse.md |
moneykit-0.1.0.alpha.2 | docs/LinkResponse.md |
moneykit-0.1.0.alpha.1 | docs/LinkResponse.md |