CorrectInvoicePayload
Payload returned by the correctInvoice mutation containing the original and split invoices.
type CorrectInvoicePayload {
fundingAgencyInvoice: Invoice
originalInvoice: Invoice!
privateInvoice: Invoice
}
Fields
CorrectInvoicePayload.fundingAgencyInvoice ● Invoice object
The funding agency invoice created from the split.
CorrectInvoicePayload.originalInvoice ● Invoice! non-null object
The original invoice that was corrected.
CorrectInvoicePayload.privateInvoice ● Invoice object
The private invoice created from the split.
Returned By
correctInvoice mutation