Success

data class Success(val customerInfo: CustomerInfo) : RedeemWebPurchaseListener.Result

Indicates that the web purchase was redeemed successfully.

Constructors

Link copied to clipboard
constructor(customerInfo: CustomerInfo)

Properties

Link copied to clipboard
Link copied to clipboard

Whether the redemption was successful or not.