documentAuthenticityMatchCodeToJson function

String? documentAuthenticityMatchCodeToJson(
  1. DocumentAuthenticityMatchCode? documentAuthenticityMatchCode
)

Implementation

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