Skip to main content

InvoiceRequest

Request an invoice for the order using plugin.

type InvoiceRequest {
order: Order
nauticalOrder: NauticalOrder
refund: Refund
invoiceErrors: [InvoiceError!]!
invoice: Invoice
}

Fields

InvoiceRequest.order ● Order object

Order related to an invoice.

InvoiceRequest.nauticalOrder ● NauticalOrder object

Nautical order related to an invoice.

InvoiceRequest.refund ● Refund object

Refund related to an refund receipt.

InvoiceRequest.invoiceErrors ● [InvoiceError!]! non-null object

InvoiceRequest.invoice ● Invoice object

Returned By

invoiceRequest mutation

Was this page helpful?