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

Parameters

couponCode

A user-input string that should be checked as a coupon code.

Throws