Class: GOBL::Tax::Source

Inherits:
Object show all
Defined in:
lib/generated/gobl/tax/source.rb

Overview

Source describes where the information for the taxes comes from.

Constant Summary collapse

SCHEMA_ID =

The Schema ID of the GOBL Source structure

'https://gobl.org/draft-0/tax/regime#/$defs/Source'

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

new

Methods inherited from Struct

#as_json, from_data, from_json!, #to_json

Instance Attribute Details

#titleGOBL::I18n::String (readonly)

Title of the linked source to help distinguish between this and other links.



18
# File 'lib/generated/gobl/tax/source.rb', line 18

property :title, GOBL::I18n::String

#urlString (readonly)

URL for the website.



23
# File 'lib/generated/gobl/tax/source.rb', line 23

property :url, String