updateInvoicePayment
This mutation is for updating the record of a payment made against an invoice.
updateInvoicePayment(
invoiceId: ID!
invoicePaymentId: ID!
paymentData: UpdateInvoicePaymentDataInput
): NewInvoiceResponsePayload
Arguments
updateInvoicePayment.invoiceId ● ID! non-null scalar
updateInvoicePayment.invoicePaymentId ● ID! non-null scalar
updateInvoicePayment.paymentData ● UpdateInvoicePaymentDataInput input
Type
NewInvoiceResponsePayload object
The newly created invoice or an error related to the failed creation of the invoice.