VolumeSaleInfoOffers constructor

VolumeSaleInfoOffers({
  1. int? finskyOfferType,
  2. bool? giftable,
  3. VolumeSaleInfoOffersListPrice? listPrice,
  4. VolumeSaleInfoOffersRentalDuration? rentalDuration,
  5. VolumeSaleInfoOffersRetailPrice? retailPrice,
})

Implementation

VolumeSaleInfoOffers({
  this.finskyOfferType,
  this.giftable,
  this.listPrice,
  this.rentalDuration,
  this.retailPrice,
});