- Use N/transaction module.
- Write the code given below
let voidCustDep = transaction.void({
type: transaction.Type.CUSTOMER_DEPOSIT,
id: custDepId //customer deposit internal id
});
let voidCustDep = transaction.void({
type: transaction.Type.CUSTOMER_DEPOSIT,
id: custDepId //customer deposit internal id
});