transactionBaseTransactionTypeToJson function

String? transactionBaseTransactionTypeToJson(
  1. TransactionBaseTransactionType? transactionBaseTransactionType
)

Implementation

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