OrderreturnsPartialRefund constructor

OrderreturnsPartialRefund({
  1. Price? priceAmount,
  2. Price? taxAmount,
})

Implementation

OrderreturnsPartialRefund({
  this.priceAmount,
  this.taxAmount,
});