This object gives you access to the purchase redemption data when the purchase can be redeemed to a mobile user, like in the case of anonymous users.

interface RedemptionInfo {
    redeemUrl: null | string;
}

Properties

Properties

redeemUrl: null | string

The redeem url.