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