InvoiceError
No description
type InvoiceError {
field: String
message: String!
code: InvoiceErrorCode!
}
Fields
InvoiceError.field ● String scalar
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
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