Sha256: ba4d31f3ca0bdcd078b85297c6fff13fe668f215f923d95bd29b09af5a256dc4
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
# MoneyKit::ExchangeTokenResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **link_id** | **String** | DEPRECATED: Please use `link.link_id` for this value | | | **link** | [**LinkCommon**](LinkCommon.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::ExchangeTokenResponse.new( link_id: mk_eqkWN34UEoa2NxyALG8pcV, link: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.15 | docs/ExchangeTokenResponse.md |
moneykit-0.1.14 | docs/ExchangeTokenResponse.md |