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