investmentAccountSubtypeToJson function
Implementation
String? investmentAccountSubtypeToJson(
enums.InvestmentAccountSubtype? investmentAccountSubtype) {
return enums.$InvestmentAccountSubtypeMap[investmentAccountSubtype];
}
String? investmentAccountSubtypeToJson(
enums.InvestmentAccountSubtype? investmentAccountSubtype) {
return enums.$InvestmentAccountSubtypeMap[investmentAccountSubtype];
}