MFCallbackResponse constructor

MFCallbackResponse({
  1. String? cardBrand,
  2. String? first8Digits,
})

Implementation

MFCallbackResponse({this.cardBrand, this.first8Digits});