Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 572 Bytes

File metadata and controls

21 lines (14 loc) · 572 Bytes

XeroRuby::Accounting::ExternalLink

Properties

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]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::ExternalLink.new(link_type: null,
                                 url: null,
                                 description: null)