ListPricesRequest constructor

ListPricesRequest({
  1. bool? active,
  2. String? currency,
  3. String? product,
})

Implementation

ListPricesRequest({
  this.active,
  this.currency,
  this.product,
});