> ## 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.

# PaymentDetails

PaymentDetails contains details as to how the invoice should be paid.

## Schema ID

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

## Properties

| Title        | Property       | Type                                          | Description                                                                            |
| ------------ | -------------- | --------------------------------------------- | -------------------------------------------------------------------------------------- |
| Payee        | `payee`        | [org.Party](/draft-0/org/party)               | The party responsible for receiving payment of the invoice, if not the supplier.       |
| Terms        | `terms`        | [pay.Terms](/draft-0/pay/terms)               | Payment terms or conditions.                                                           |
| Advances     | `advances`     | array of [pay.Record](/draft-0/pay/record)    | Any amounts that have been paid in advance and should be deducted from the amount due. |
| Instructions | `instructions` | [pay.Instructions](/draft-0/pay/instructions) | Details on how payment should be made.                                                 |
