Skip to main content

InvoiceRefresh

Result of invoice refresh mutation.

type InvoiceRefresh {
invoice: Invoice
order: Order
nauticalOrder: NauticalOrder
invoiceErrors: [InvoiceError!]!
}

Fields

InvoiceRefresh.invoice ● Invoice object

The refreshed invoice.

InvoiceRefresh.order ● Order object

Order related to an invoice.

InvoiceRefresh.nauticalOrder ● NauticalOrder object

Nautical order related to an invoice.

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

List of errors that occurred executing the mutation.

Returned By

invoiceRefresh mutation

Was this page helpful?