API Docs / Schemas / InvoiceLineItemResponse

InvoiceLineItemResponse

Response model representing a single line item on an invoice.

Properties

Name Type Description
applicationCode*string

The application that submitted this line item.

The application that submitted this line item.

description*string

Description of the charge.

Description of the charge.

amountnumber

Net amount in pounds.

Net amount in pounds.

quantityinteger

Quantity of items.

Quantity of items.

vatRatenumber

VAT rate as a percentage (e.g., 20.00).

VAT rate as a percentage (e.g., 20.00).

vatAmountnumber

VAT amount in pounds.

VAT amount in pounds.

periodStartstring

Start date of the billing period.

Start date of the billing period.

periodEndstring

End date of the billing period.

End date of the billing period.

JSON Example

{
  "applicationCode": "string",
  "description": "string",
  "amount": 0,
  "quantity": 0,
  "vatRate": 0
}

Contained in Schemas