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