MFInitiateSessionResponse constructor

MFInitiateSessionResponse({
  1. String sessionId = "",
  2. String countryCode = "",
  3. List<CustomerTokens>? customerTokens,
})

Implementation

MFInitiateSessionResponse(
    {this.sessionId = "", this.countryCode = "", this.customerTokens});