documentAuthenticityMatchCodeToJson function
String?
documentAuthenticityMatchCodeToJson(
- DocumentAuthenticityMatchCode? documentAuthenticityMatchCode
Implementation
String? documentAuthenticityMatchCodeToJson(
enums.DocumentAuthenticityMatchCode? documentAuthenticityMatchCode) {
return enums.$DocumentAuthenticityMatchCodeMap[documentAuthenticityMatchCode];
}