Uses of Package
com.broadleafcommerce.cartoperation.domain.enums
Package
Description
-
ClassDescriptionDescribes the user who created the CartActionAuditUsed to categorize the reason that a step in cart approval flow failed.The source user type for the credit account transactions.The default set of cart approval process failure types.The default source user types for the credit account transactions.The default set of payment gateway types.Deprecated.The default payment summary attributes.This represents types of payments that can be applied to a cart.The default set of
transactionFailureTypes
that we expect to encounter with payment gateway interactionsThe TransactionType is used to represent the types of operations/transactions that could occur against a single payment.When a payment gateway declines a payment, this value indicates whether it is a "soft" (insufficient funds) or "hard" (stolen card) decline.Identifies the payment gateway related to a payment.Describes the status of a payment.Describes the owner of a payment.Describes the source of a payment.Represents the default possible values for a payment transaction's source entity type.This represents types of payments that can be applied to a cart.Represents the tax calculation strategy.The TransactionFailureType is used to identify the category of failure that was encountered while processing a payment gateway transactionThe TransactionType is used to represent the types of operations/transactions that could occur against a single payment. -
PaymentProvider.finalizePaymentsForCheckout(String, Map, ContextInfo)
,PaymentProvider.transferPaymentsToCSR(String, Map, ContextInfo)
, andPaymentProvider.transferPaymentsToCustomer(String, Map, ContextInfo)