Sha256: 9b24ea29f758523f43fb6e9f4c0d410fc495cb093f203dc164135065f7b61f9b
Contents?: true
Size: 349 Bytes
Versions: 11
Compression:
Stored size: 349 Bytes
Contents
# MoneyKit::GetAccountResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | [**Account**](Account.md) | | | | **link** | [**LinkCommon**](LinkCommon.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::GetAccountResponse.new( account: null, link: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems