VolumeSaleInfoListPrice constructor

VolumeSaleInfoListPrice({
  1. double? amount,
  2. String? currencyCode,
})

Implementation

VolumeSaleInfoListPrice({this.amount, this.currencyCode});