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