Interface TransactionResult

  • All Known Subinterfaces:
    TransferResult

    public interface TransactionResult
    Represents the result of a particular transaction, such as a deposit or withdrawal.
    • Method Detail

      • amount

        java.math.BigDecimal amount()
        Gets the amount of the Currency involved in the transaction.
        Returns:
        The amount
      • contexts

        java.util.Set<Context> contexts()
        Returns the set of Contexts used to perform the transaction.
        Returns:
        optional set of contexts