Total payment amount including tax, service and deliver charge. i.e tAmt = amt + txAmt + psc + tAmt
i.e tAmt = amt + txAmt + psc + tAmt
@override double get totalAmount => tAmt ?? super.totalAmount;