UnplannedPayment constructor

UnplannedPayment({
  1. bool? merchant,
  2. bool? customer,
})

Implementation

UnplannedPayment({this.merchant, this.customer});