investmentTransactionSubtypeToJson function
String?
investmentTransactionSubtypeToJson(
- InvestmentTransactionSubtype? investmentTransactionSubtype
Implementation
String? investmentTransactionSubtypeToJson(
enums.InvestmentTransactionSubtype? investmentTransactionSubtype) {
return enums.$InvestmentTransactionSubtypeMap[investmentTransactionSubtype];
}