SubInvoiceItem

View normalized Markdown

Sub Invoice Item

graphql
type SubInvoiceItem {
  id: ID
  name: String
  priceValue: Money!
  product: Product
  quantity: Int!
}

Fields

SubInvoiceItem.id · ID scalar

SubInvoiceItem.name · String scalar

SubInvoiceItem.priceValue · Money! non-null scalar

SubInvoiceItem.product · Product object

SubInvoiceItem.quantity · Int! non-null scalar

Member Of

InvoiceItem object

Ready to Get Started?

Book a free demo or reach out — we’d love to hear from you.