MFInitiateSessionResponse.fromJson constructor

MFInitiateSessionResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

MFInitiateSessionResponse.fromJson(Map<String, dynamic> json) {
  sessionId = json['SessionId'];
  countryCode = json['CountryCode'];
}