documentDateOfBirthMatchCodeToJson function
String?
documentDateOfBirthMatchCodeToJson(
- DocumentDateOfBirthMatchCode? documentDateOfBirthMatchCode
Implementation
String? documentDateOfBirthMatchCodeToJson(
enums.DocumentDateOfBirthMatchCode? documentDateOfBirthMatchCode) {
return enums.$DocumentDateOfBirthMatchCodeMap[documentDateOfBirthMatchCode];
}