VolumeSaleInfoOffersListPrice constructor

VolumeSaleInfoOffersListPrice({
  1. double? amountInMicros,
  2. String? currencyCode,
})

Implementation

VolumeSaleInfoOffersListPrice({
  this.amountInMicros,
  this.currencyCode,
});