CouponCode

class CouponCode(couponCode: String) : PaymentMethod, Parcelable

PaymentMethod for use when a service key has been successfully verified using org.dexcare.services.payment.PaymentService.verifyCouponCode

Parameters

couponCode

The service key that has been applied.

Constructors

CouponCode
Link copied to clipboard
fun CouponCode(couponCode: String)
The service key that has been applied.

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

couponCode
Link copied to clipboard
val couponCode: String
The service key that has been applied.
paymentMethod
Link copied to clipboard
val paymentMethod: PaymentMethod.PaymentMethod