Sha256: a0e0ecb2eb81e5b6220bbc31c56c645279428ad1e1c6a599ec376c2bcfe00c30
Contents?: true
Size: 401 Bytes
Versions: 14
Compression:
Stored size: 401 Bytes
Contents
# MoneyKit::ExchangeTokenResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **link_id** | **String** | The unique ID associated with this link. | | | **link** | [**LinkCommon**](LinkCommon.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::ExchangeTokenResponse.new( link_id: mk_eqkWN34UEoa2NxyALG8pcV, link: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems