ValidateDirectChargeResponse constructor

ValidateDirectChargeResponse({
  1. String? message,
  2. String? trxRef,
  3. String? processorId,
  4. required HistoryData? data,
})

Creates an instance of ValidateDirectChargeResponse.

Implementation

ValidateDirectChargeResponse({
  this.message,
  this.trxRef,
  this.processorId,
  required this.data,
});