Uses of Enum Class
com.broadleafcommerce.billing.job.domain.enums.PaymentAccountProcessingResultEnum
Packages that use PaymentAccountProcessingResultEnum
Package
Description
-
Uses of PaymentAccountProcessingResultEnum in com.broadleafcommerce.billing.job.domain
Methods in com.broadleafcommerce.billing.job.domain that return PaymentAccountProcessingResultEnumModifier and TypeMethodDescriptionPaymentAccountProcessingRequest.getProcessingResult()The result of this payment processing request.Methods in com.broadleafcommerce.billing.job.domain with parameters of type PaymentAccountProcessingResultEnumModifier and TypeMethodDescriptionvoidPaymentAccountProcessingRequest.setProcessingResult(PaymentAccountProcessingResultEnum processingResult) The result of this payment processing request.Constructors in com.broadleafcommerce.billing.job.domain with parameters of type PaymentAccountProcessingResultEnumModifierConstructorDescriptionPaymentAccountProcessingRequest(PaymentAccount paymentAccount, String paymentProcessor, String transactionReferenceId, PaymentAccountProcessingTransactionType transactionType, Date dateProcessed, PaymentAccountProcessingStatusEnum status, PaymentAccountProcessingResultEnum processingResult, String rawResponse, String failureReason, PaymentFailureTypeEnum failureType, String failureCategory, int gatewayErrorCount, boolean eligibleForGatewayErrorRetries, Map<String, String> transactionAdditionalFields, boolean resultHandled, String billingEventPaymentIdToRefund) -
Uses of PaymentAccountProcessingResultEnum in com.broadleafcommerce.billing.job.domain.enums
Methods in com.broadleafcommerce.billing.job.domain.enums that return PaymentAccountProcessingResultEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PaymentAccountProcessingResultEnum[]PaymentAccountProcessingResultEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PaymentAccountProcessingResultEnum in com.broadleafcommerce.billing.job.service.impl
Fields in com.broadleafcommerce.billing.job.service.impl with type parameters of type PaymentAccountProcessingResultEnumMethods in com.broadleafcommerce.billing.job.service.impl that return PaymentAccountProcessingResultEnumModifier and TypeMethodDescriptionprotected PaymentAccountProcessingResultEnumDefaultPaymentProcessingService.getProcessingResult(TransactionExecutionResponse response) protected PaymentAccountProcessingResultEnumDefaultPaymentTransactionExecutionService.getProcessingResult(TransactionExecutionResponse response)