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