PartialRefund constructor

PartialRefund({
  1. String? refundId,
  2. Price? refundPreTaxAmount,
})

Implementation

PartialRefund({
  this.refundId,
  this.refundPreTaxAmount,
});