For the complete documentation index, see llms.txt. This page is also available as Markdown.

CreateCreditInvoiceInput

Autogenerated input type of CreateCreditInvoice

Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

invoiceId (ID!)

ID of the invoice to create a credit invoice for.

note (String)

Description to put as credit invoice note.

creditLineItems ([CreditInvoiceLineItemInput!])

Line item amounts to partially credit. Omit to credit the remaining invoice amount.

Last updated

Was this helpful?