transactionBaseTransactionTypeToJson function
String?
transactionBaseTransactionTypeToJson(
- TransactionBaseTransactionType? transactionBaseTransactionType
Implementation
String? transactionBaseTransactionTypeToJson(
enums.TransactionBaseTransactionType? transactionBaseTransactionType) {
return enums
.$TransactionBaseTransactionTypeMap[transactionBaseTransactionType];
}