InvalidPurchase constructor
InvalidPurchase({})
Implementation
InvalidPurchase({
this.purchaseId,
this.invoiceId,
this.orderId,
this.quantity,
this.productId,
this.errorCode,
this.sandbox,
});
InvalidPurchase({
this.purchaseId,
this.invoiceId,
this.orderId,
this.quantity,
this.productId,
this.errorCode,
this.sandbox,
});