GetnetStatusPaymentPayload constructor

GetnetStatusPaymentPayload({
  1. required String callerId,
  2. bool allowPrintCurrentTransaction = false,
})

Implementation

GetnetStatusPaymentPayload({
  required this.callerId,
  this.allowPrintCurrentTransaction = false,
});