EDLNFCAccessKey constructor
EDLNFCAccessKey(
- DocumentType documentType,
- String mrz
Implementation
EDLNFCAccessKey(DocumentType documentType, String mrz) {
_map["documentType"] = documentType.name;
_map["mrz"] = mrz;
}