Skip to main content

InvoiceError

Represents errors from invoice operations.

type InvoiceError {
field: String
message: String!
code: InvoiceErrorCode!
}

Fields

InvoiceError.field ● String scalar

InvoiceError.message ● String! non-null scalar

The error message.

InvoiceError.code ● InvoiceErrorCode! non-null enum

The error code.

Member Of

InvoiceCancel object ● InvoiceCreate object ● InvoiceDelete object ● InvoiceFinalize object ● InvoiceRefresh object ● InvoiceRequest object ● InvoiceRequestDelete object ● InvoiceSendNotification object ● InvoiceUpdate object

Was this page helpful?