taxpayerIdentifierTypeToJson function

String? taxpayerIdentifierTypeToJson(
  1. TaxpayerIdentifierType? taxpayerIdentifierType
)

Implementation

String? taxpayerIdentifierTypeToJson(
    enums.TaxpayerIdentifierType? taxpayerIdentifierType) {
  return enums.$TaxpayerIdentifierTypeMap[taxpayerIdentifierType];
}