Skip to main content

InvoicePosition

A single placement on the invoice.

type InvoicePosition {
quantity: Float!
title: String!
total: Float!
unitPrice: Float!
}

Fields

InvoicePosition.quantity ● Float! non-null scalar

The quantity of this item.

InvoicePosition.title ● String! non-null scalar

The title of the invoice position.

InvoicePosition.total ● Float! non-null scalar

Total price of this invoice position (quantity * unitPrice).

InvoicePosition.unitPrice ● Float! non-null scalar

The unit price of this item.

Member Of

Invoice object