VolumeSaleInfoOffers constructor
VolumeSaleInfoOffers({
- int? finskyOfferType,
- bool? giftable,
- VolumeSaleInfoOffersListPrice? listPrice,
- VolumeSaleInfoOffersRentalDuration? rentalDuration,
- VolumeSaleInfoOffersRetailPrice? retailPrice,
Implementation
VolumeSaleInfoOffers({
this.finskyOfferType,
this.giftable,
this.listPrice,
this.rentalDuration,
this.retailPrice,
});