SchemeAggregate constructor

SchemeAggregate({
  1. String? printResponseScheme,
  2. String? paymentResponseScheme,
  3. String? reversalResponseScheme,
})

Implementation

SchemeAggregate({
  this.printResponseScheme,
  this.paymentResponseScheme,
  this.reversalResponseScheme,
});