CheckoutInvoice Object
Description
Invoice information for a checkout.
Declaration
type CheckoutInvoice {
date: Date
pdf: String
id: String
emails: [CheckoutEmail!]
}
Fields
| Name | Type | Description |
|---|---|---|
date | Date | Invoice date. |
pdf | String | URL to the invoice PDF file. |
id | String | Invoice identifier string. |
emails | [CheckoutEmail!] | Email notifications sent for this invoice. |