Invoice
type Invoice {
id: String!
appId: String!
appName: String!
hasPdf: Boolean
invoiceData: JSON
invoiceNumber: String!
storeAppId: String!
type: InvoiceTypeEnum!
}
Fields
It is the id of the order invoice.
It is the id of the order invoice.
It is the id of the order invoice.
hasPdf
BooleanIt is indicates that the invoice has the pdf.
invoiceData
JSONIt is data of the invoice.
It is the id of the order invoice.
It is the id of the order invoice.
It is the type enum of the invoice.