deletePaymentOnAccount
Deletes a payment on account. Fails if the payment is dated before the practice invoice lock date, is fully allocated (no remaining credit), or has already been applied to invoices. Requires the editInvoice right (same as voiding a payment on account in Semble).
deletePaymentOnAccount(
paymentOnAccountId: ID!
): PaymentOnAccountPayload
Arguments
deletePaymentOnAccount.paymentOnAccountId ● ID! non-null scalar
Type
PaymentOnAccountPayload object
The result of creating or deleting a payment on account.