OTPValidationDataResponse constructor

OTPValidationDataResponse({
  1. String? callBackUrl,
  2. String? txnRef,
})

Implementation

OTPValidationDataResponse({
  this.callBackUrl,
  this.txnRef
});