# MoneyKit::Response401GetAccountNumbersLinksIdAccountsNumbersGet ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error_code** | **Object** | | [optional] | | **error_message** | **Object** | | | | **documentation_url** | **Object** | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::Response401GetAccountNumbersLinksIdAccountsNumbersGet.new( error_code: null, error_message: null, documentation_url: null ) ```