VolumeSaleInfoOffersRetailPrice constructor

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

Implementation

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