Class: GOBL::Bill::DocumentReference
- Defined in:
- lib/generated/gobl/bill/document_reference.rb
Overview
DocumentReference provides a link to a existing document.
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL DocumentReference structure
'https://gobl.org/draft-0/bill/invoice#/$defs/DocumentReference'
Instance Attribute Summary collapse
-
#code ⇒ String
readonly
Source document’s code or other identifier.
-
#series ⇒ String
readonly
Series the reference document belongs to.
-
#url ⇒ String
readonly
Link to the source document.
-
#uuid ⇒ String
readonly
Unique ID copied from the source document.
Method Summary
Methods inherited from Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#code ⇒ String (readonly)
Source document’s code or other identifier.
28 |
# File 'lib/generated/gobl/bill/document_reference.rb', line 28 property :code, String |
#series ⇒ String (readonly)
Series the reference document belongs to.
23 |
# File 'lib/generated/gobl/bill/document_reference.rb', line 23 property :series, String |
#url ⇒ String (readonly)
Link to the source document.
33 |
# File 'lib/generated/gobl/bill/document_reference.rb', line 33 property :url, String |
#uuid ⇒ String (readonly)
Unique ID copied from the source document.
18 |
# File 'lib/generated/gobl/bill/document_reference.rb', line 18 property :uuid, String |