BillingInvoice Object
Description
Invoice information for billing, including PDF and email details.
Declaration
type BillingInvoice {
date: Date
pdf: String
id: String
emails: [EmailRecipient!]
}
Fields
| Name | Type | Description |
|---|---|---|
date | Date | Date when the invoice was generated. |
pdf | String | URL to the PDF document for the invoice. |
id | String | Invoice identifier or number. |
emails | [EmailRecipient!] | Email recipients who received the invoice. |