Class TransactionInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static TransactionInfo fromId(String transactionId)
      final static TransactionInfo fromPurchase(Purchase purchase)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • fromId

         final static TransactionInfo fromId(String transactionId)
        Parameters:
        transactionId - A string identifier (purchase.getOrderId()) of the purchase, where the purchase is an instance of the billing library Purchase class.