ThreeDsResponse constructor

ThreeDsResponse({
  1. String? md,
  2. String? paRes,
  3. bool? success,
  4. String? error,
})

Implementation

ThreeDsResponse({this.md, this.paRes, this.success, this.error});