Sha256: fc63f7a9d539e63acf0070b3058f62f25f7f45b334ff00813c1e006dc51c4648
Contents?: true
Size: 528 Bytes
Versions: 16
Compression:
Stored size: 528 Bytes
Contents
# MoneyKit::LinkErrorDeletedResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error_code** | **String** | | [optional][default to 'link_error.deleted'] | | **error_message** | **String** | | [optional][default to 'Link deleted.'] | | **documentation_url** | **String** | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::LinkErrorDeletedResponse.new( error_code: null, error_message: null, documentation_url: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems