Skip to main content

Invoice

type Invoice {
id: String!
appId: String!
appName: String!
hasPdf: Boolean
invoiceData: JSON
invoiceNumber: String!
storeAppId: String!
type: InvoiceTypeEnum!
}

Fields

idString!required

It is the id of the order invoice.

appIdString!required

It is the id of the order invoice.

appNameString!required

It is the id of the order invoice.

hasPdfBoolean

It is indicates that the invoice has the pdf.

invoiceDataJSON

It is data of the invoice.

invoiceNumberString!required

It is the id of the order invoice.

storeAppIdString!required

It is the id of the order invoice.

typeInvoiceTypeEnum!required

It is the type enum of the invoice.