Class: GOBL::Bill::Ordering
- Defined in:
- lib/gobl/bill/ordering.rb
Overview
Ordering allows additional order details to be appended
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL Ordering structure
'https://gobl.org/draft-0/bill/invoice#/$defs/Ordering'
Constants included from Hashme
Instance Attribute Summary collapse
-
#seller ⇒ GOBL::Org::Party
readonly
Party who is selling the goods and is not responsible for taxes.
Method Summary
Methods inherited from Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#seller ⇒ GOBL::Org::Party (readonly)
Party who is selling the goods and is not responsible for taxes
19 |
# File 'lib/gobl/bill/ordering.rb', line 19 property :seller, GOBL::Org::Party |