GetnetRefundPayload constructor

GetnetRefundPayload({
  1. required double amount,
  2. String? transactionDate,
  3. String? cvNumber,
  4. String? originTerminal,
  5. String? allowPrintCurrentTransaction,
})

Implementation

GetnetRefundPayload({
  required this.amount,
  this.transactionDate,
  this.cvNumber,
  this.originTerminal,
  this.allowPrintCurrentTransaction,
});