Preview

InvoiceLineItem is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

InvoiceLineItem

Definition of an invoice line item

This page contains

    Fields

    id: ID!

    ID of the invoice invoice line item

    balanceCreatedOn: DateTime!

    Creation date of the invoice line item in customer balance service

    total: Decimal!

    Total amount of invoice line item

    type: String!

    Item type

    typeReference: String!

    Invoice Line Item type reference

    balance: Decimal

    Invoice Line Item Balance

    balanceLedgers(withHistory: Boolean): [InvoiceLineItemBalanceLedger]

    List of Invoice Balances. If withHistory is enabled, it will return the full history of balances for this item

    Parent objects of InvoiceLineItem

    CreditMemoLineItem PREVIEW

    Definition of an credit memo line item

    InvoiceLine PREVIEW

    Definition of an invoice line