RefundDetails constructor

RefundDetails({
  1. Money? tax,
  2. Money? total,
})

Implementation

RefundDetails({this.tax, this.total});