Class: GOBL::Bill::Delivery
- Defined in:
- lib/generated/gobl/bill/delivery.rb
Overview
Delivery covers the details of the destination for the products described in the invoice body.
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL Delivery structure
'https://gobl.org/draft-0/bill/invoice#/$defs/Delivery'
Instance Attribute Summary collapse
-
#date ⇒ GOBL::Cal::Date
readonly
When the goods should be expected.
-
#identities ⇒ Array<GOBL::Org::Identity>
readonly
Identities is used to define specific codes or IDs that may be used to identify the delivery.
-
#meta ⇒ GOBL::CBC::Meta
readonly
Additional custom data.
-
#period ⇒ GOBL::Cal::Period
readonly
Period of time in which to expect delivery if a specific date is not available.
-
#receiver ⇒ GOBL::Org::Party
readonly
The party who will receive delivery of the goods defined in the invoice 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
#date ⇒ GOBL::Cal::Date (readonly)
When the goods should be expected.
28 |
# File 'lib/generated/gobl/bill/delivery.rb', line 28 property :date, GOBL::Cal::Date |
#identities ⇒ Array<GOBL::Org::Identity> (readonly)
Identities is used to define specific codes or IDs that may be used to identify the delivery.
23 |
# File 'lib/generated/gobl/bill/delivery.rb', line 23 property :identities, [GOBL::Org::Identity] |
#meta ⇒ GOBL::CBC::Meta (readonly)
Additional custom data.
38 |
# File 'lib/generated/gobl/bill/delivery.rb', line 38 property :meta, GOBL::CBC::Meta |
#period ⇒ GOBL::Cal::Period (readonly)
Period of time in which to expect delivery if a specific date is not available.
33 |
# File 'lib/generated/gobl/bill/delivery.rb', line 33 property :period, GOBL::Cal::Period |
#receiver ⇒ GOBL::Org::Party (readonly)
The party who will receive delivery of the goods defined in the invoice and is not responsible for taxes.
18 |
# File 'lib/generated/gobl/bill/delivery.rb', line 18 property :receiver, GOBL::Org::Party |