Class: GOBL::Bill::Ordering

Inherits:
Object show all
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

Hashme::Boolean

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

#sellerGOBL::Org::Party (readonly)

Party who is selling the goods and is not responsible for taxes

Returns:



19
# File 'lib/gobl/bill/ordering.rb', line 19

property :seller, GOBL::Org::Party