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.
hasPdfBooleanIt is indicates that the invoice has the pdf.
invoiceDataJSONIt 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.