getTax function

double getTax()

Implementation

double getTax(){
  return getSubTotalWithCoupon()*productData.tax/100;
}