PurchaseRequest constructor
PurchaseRequest({})
Implementation
PurchaseRequest({
required this.amount,
required this.userId,
required this.paymentType,
required this.productIds,
this.testMode = false,
});
PurchaseRequest({
required this.amount,
required this.userId,
required this.paymentType,
required this.productIds,
this.testMode = false,
});