ProductOfferDetails constructor
ProductOfferDetails({
- String? consumptionState,
- String? offerId,
- List<
String> ? offerTags, - String? offerToken,
- PreorderOfferDetails? preorderOfferDetails,
- String? purchaseOptionId,
- int? quantity,
- int? refundableQuantity,
- RentOfferDetails? rentOfferDetails,
Implementation
ProductOfferDetails({
this.consumptionState,
this.offerId,
this.offerTags,
this.offerToken,
this.preorderOfferDetails,
this.purchaseOptionId,
this.quantity,
this.refundableQuantity,
this.rentOfferDetails,
});