Skip to main content

Mutation: updateRechargeInvoiceIsPaid

DEPRECATED

use updateRechargeInvoicePaid

Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT. Requires access to given recharge invoice

sales {
updateRechargeInvoiceIsPaid(
invoiceNid: RechargeInvoiceNid!
isPaid: Boolean!
): RechargeInvoice! @deprecated
}

Arguments

updateRechargeInvoiceIsPaid.invoiceNid ● RechargeInvoiceNid! non-null scalar

Possible violation list: IS_NOT_SOME_ERROR

updateRechargeInvoiceIsPaid.isPaid ● Boolean! non-null scalar

Type

RechargeInvoice object

Represents recharge invoice.