ValidateDirectChargeResponse constructor
ValidateDirectChargeResponse({
- String? message,
- String? trxRef,
- String? processorId,
- required HistoryData? data,
Creates an instance of ValidateDirectChargeResponse.
Implementation
ValidateDirectChargeResponse({
this.message,
this.trxRef,
this.processorId,
required this.data,
});