Skip to main content

InvoiceRequest

Result of invoice request mutation.

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

Fields

InvoiceRequest.invoice ● Invoice object

The requested invoice.

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 a refund receipt.

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

List of errors that occurred executing the mutation.

Returned By

invoiceRequest mutation

Was this page helpful?