factory WebPurchaseRedemption.fromJson(Map<String, dynamic> json) => WebPurchaseRedemption( json['redemptionLink'] as String, );