Skip to main content

BillingInvoice Object

Description

Invoice information for billing, including PDF and email details.

Declaration

type BillingInvoice {
date: Date
pdf: String
id: String
emails: [EmailRecipient!]
}

Fields

NameTypeDescription
dateDateDate when the invoice was generated.
pdfStringURL to the PDF document for the invoice.
idStringInvoice identifier or number.
emails[EmailRecipient!]Email recipients who received the invoice.