Class: GOBL::Bill::Delivery

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

Method Summary

Methods inherited from Object

new

Methods inherited from Struct

#as_json, from_data, from_json!, #to_json

Instance Attribute Details

#dateGOBL::Cal::Date (readonly)

When the goods should be expected.

Returns:



28
# File 'lib/generated/gobl/bill/delivery.rb', line 28

property :date, GOBL::Cal::Date

#identitiesArray<GOBL::Org::Identity> (readonly)

Identities is used to define specific codes or IDs that may be used to identify the delivery.

Returns:



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

property :identities, [GOBL::Org::Identity]

#metaGOBL::CBC::Meta (readonly)

Additional custom data.

Returns:



38
# File 'lib/generated/gobl/bill/delivery.rb', line 38

property :meta, GOBL::CBC::Meta

#periodGOBL::Cal::Period (readonly)

Period of time in which to expect delivery if a specific date is not available.

Returns:



33
# File 'lib/generated/gobl/bill/delivery.rb', line 33

property :period, GOBL::Cal::Period

#receiverGOBL::Org::Party (readonly)

The party who will receive delivery of the goods defined in the invoice and is not responsible for taxes.

Returns:



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

property :receiver, GOBL::Org::Party