LokotroPaymentSubmitResponse constructor
const
LokotroPaymentSubmitResponse({})
Implementation
const LokotroPaymentSubmitResponse({
required this.success,
required this.status,
required this.requiresOtp,
this.otpSentTo,
this.estimatedCompletion,
this.systemRef,
this.onafriqReference,
this.onafriqStatus,
this.phoneNumber,
this.processingFee,
this.totalAmount,
required this.message,
});