> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gobl.org/llms.txt
> Use this file to discover all available pages before exploring further.

# DeliveryDetails

DeliveryDetails covers the details of the destination for the products described in the invoice body.

## Schema ID

`https://gobl.org/draft-0/bill/delivery-details`

## Properties

| Title      | Property     | Type                                           | Description                                                                                               |
| ---------- | ------------ | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| Receiver   | `receiver`   | [org.Party](/draft-0/org/party)                | The party who will receive delivery of the goods defined in the invoice and is not responsible for taxes. |
| Identities | `identities` | array of [org.Identity](/draft-0/org/identity) | Identities is used to define specific codes or IDs that may be used to identify the delivery.             |
| Date       | `date`       | [cal.Date](/draft-0/cal/date)                  | When the goods should be expected.                                                                        |
| Period     | `period`     | [cal.Period](/draft-0/cal/period)              | Period of time in which to expect delivery if a specific date is not available.                           |
| Meta       | `meta`       | [cbc.Meta](/draft-0/cbc/meta)                  | Additional custom data.                                                                                   |
