LinkFiveOneTimePurchase constructor
LinkFiveOneTimePurchase({})
Implementation
LinkFiveOneTimePurchase({
required this.productId,
required this.orderId,
required this.purchaseDate,
required this.storeType,
this.customerUserId,
this.attributes,
});