MFInitiateSessionResponse constructor
MFInitiateSessionResponse({
- String sessionId = "",
- String countryCode = "",
- List<
CustomerTokens> ? customerTokens,
Implementation
MFInitiateSessionResponse(
{this.sessionId = "", this.countryCode = "", this.customerTokens});