Enum Class DefaultPaymentTransactionSourceEntityTypes

java.lang.Object
java.lang.Enum<DefaultPaymentTransactionSourceEntityTypes>
com.broadleafcommerce.paymenttransaction.domain.enums.DefaultPaymentTransactionSourceEntityTypes
All Implemented Interfaces:
PaymentTransactionSourceEntityType, Serializable, Comparable<DefaultPaymentTransactionSourceEntityTypes>, Constable

public enum DefaultPaymentTransactionSourceEntityTypes extends Enum<DefaultPaymentTransactionSourceEntityTypes> implements PaymentTransactionSourceEntityType
  • Enum Constant Details

    • CAPTURE_TRANSACTION

      public static final DefaultPaymentTransactionSourceEntityTypes CAPTURE_TRANSACTION
      Used for implied reverse authorize transactions that are recorded due to a capture transaction that also reverse-authorized the remaining authorized amount.
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DefaultPaymentTransactionSourceEntityTypes valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isCaptureTransaction

      public static boolean isCaptureTransaction(String sourceEntityType)