OneTimePurchaseDetails constructor
OneTimePurchaseDetails({
- String? offerId,
- String? purchaseOptionId,
- int? quantity,
- RentalDetails? rentalDetails,
Implementation
OneTimePurchaseDetails({
this.offerId,
this.purchaseOptionId,
this.quantity,
this.rentalDetails,
});