| Name | Type | Description | Notes |
|---|---|---|---|
| link_type | String | See External link types | [optional] |
| url | String | URL for service e.g. http://twitter.com/xeroapi | [optional] |
| description | String | [optional] |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::ExternalLink.new(link_type: null,
url: null,
description: null)