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