generateTransactionID method

String generateTransactionID()

Implementation

String generateTransactionID() {
  return DateTime.now().toString();
}