clearCoupon function

dynamic clearCoupon()

Implementation

clearCoupon(){
  couponId = "";     // 2746fde7643fgd
  couponCode = "";   // CODE25
  discountType = ""; // "percent" or "fixed"
  discount = 0;      // 12
}