documentNameMatchCodeToJson function
Implementation
String? documentNameMatchCodeToJson(
enums.DocumentNameMatchCode? documentNameMatchCode) {
return enums.$DocumentNameMatchCodeMap[documentNameMatchCode];
}
String? documentNameMatchCodeToJson(
enums.DocumentNameMatchCode? documentNameMatchCode) {
return enums.$DocumentNameMatchCodeMap[documentNameMatchCode];
}