SuccessProductPurchaseResult constructor
SuccessProductPurchaseResult({})
Implementation
SuccessProductPurchaseResult({
this.orderId,
required this.purchaseId,
required this.productId,
required this.invoiceId,
this.subscriptionToken,
});