NewInvoiceResponsePayload
The newly created invoice or an error related to the failed creation of the invoice.
type NewInvoiceResponsePayload {
data: Invoice
error: String
}
Fields
NewInvoiceResponsePayload.data ● Invoice object
NewInvoiceResponsePayload.error ● String scalar
Returned By
addInvoicePayment mutation ● addLineItem mutation ● createInvoice mutation ● deleteInvoice mutation ● deleteInvoicePayment mutation ● deleteLineItem mutation ● updateInvoice mutation ● updateInvoicePayment mutation ● updateLineItem mutation