verifyCouponCode

abstract fun verifyCouponCode(couponCode: String): DataObserver<Double>

Provides an api for coupon code (service key) verification

Return

The discount amount, ex: 49.00 for 49 dollars and 0 cents

Throws