UpgradeOfferResponsePayload constructor
UpgradeOfferResponsePayload({})
Implementation
UpgradeOfferResponsePayload({
required this.userId,
required this.currentProductId,
required this.targetProductId,
required this.outcome,
required this.upgradeType,
this.variantId,
});