Class: GOBL::Bill::Tracking

Inherits:
Object show all
Defined in:
lib/generated/gobl/bill/tracking.rb

Overview

Tracking stores tracking information about a delivery.

Constant Summary collapse

SCHEMA_ID =

The Schema ID of the GOBL Tracking structure

'https://gobl.org/draft-0/bill/delivery#/$defs/Tracking'

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

#codeGOBL::CBC::Code (readonly)

Code used for tracking

Returns:



18
# File 'lib/generated/gobl/bill/tracking.rb', line 18

property :code, GOBL::CBC::Code

#websiteGOBL::Org::Website (readonly)

Website to access for more tracking details

Returns:



23
# File 'lib/generated/gobl/bill/tracking.rb', line 23

property :website, GOBL::Org::Website