MFInitiateSessionResponse constructor

MFInitiateSessionResponse({
  1. String? sessionId,
  2. String? countryCode,
})

Implementation

MFInitiateSessionResponse({this.sessionId, this.countryCode});