investmentTransactionTypeToJson function
Implementation
String? investmentTransactionTypeToJson(
enums.InvestmentTransactionType? investmentTransactionType) {
return enums.$InvestmentTransactionTypeMap[investmentTransactionType];
}
String? investmentTransactionTypeToJson(
enums.InvestmentTransactionType? investmentTransactionType) {
return enums.$InvestmentTransactionTypeMap[investmentTransactionType];
}