Sha256: 0c85d8e66098d8b947a1f5d9191d8883895a4c872fa22c0eb74407e4c75a83f3
Contents?: true
Size: 513 Bytes
Versions: 16
Compression:
Stored size: 513 Bytes
Contents
# MoneyKit::Response401GetInstitutionsInstitutionsGet ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error_code** | **Object** | | [optional] | | **error_message** | **Object** | Error message | | | **documentation_url** | **Object** | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::Response401GetInstitutionsInstitutionsGet.new( error_code: null, error_message: Accounts access not permitted, documentation_url: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems