Sha256: dc824e1116bdf50dac90463f3afe8fef08ae1f3dfefb83b9fbba21bb27e8242a
Contents?: true
Size: 1.46 KB
Versions: 5
Compression:
Stored size: 1.46 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. | | | **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) | | | | **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, 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, provider: null, webhook: https://example.com/webhook ) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.15 | docs/LinkResponse.md |
moneykit-0.1.14 | docs/LinkResponse.md |
moneykit-0.1.13 | docs/LinkResponse.md |
moneykit-0.1.12 | docs/LinkResponse.md |
moneykit-0.1.11 | docs/LinkResponse.md |