Enum DefaultPaymentTransactionSourceEntityTypes

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

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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DefaultPaymentTransactionSourceEntityTypes valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • isCaptureTransaction

      public static boolean isCaptureTransaction(String sourceEntityType)