Uses of Class
com.broadleafcommerce.billing.job.domain.PaymentAccountProcessingRequest
Packages that use PaymentAccountProcessingRequest
Package
Description
-
Uses of PaymentAccountProcessingRequest in com.broadleafcommerce.billing.job.domain
Methods in com.broadleafcommerce.billing.job.domain that return PaymentAccountProcessingRequestMethods in com.broadleafcommerce.billing.job.domain that return types with arguments of type PaymentAccountProcessingRequestModifier and TypeMethodDescriptionBillingProcessingRequest.getAccounts()The list of payment account to process the transaction againstMethod parameters in com.broadleafcommerce.billing.job.domain with type arguments of type PaymentAccountProcessingRequestModifier and TypeMethodDescriptionvoidBillingProcessingRequest.setAccounts(List<PaymentAccountProcessingRequest> accounts) The list of payment account to process the transaction againstConstructor parameters in com.broadleafcommerce.billing.job.domain with type arguments of type PaymentAccountProcessingRequestModifierConstructorDescriptionBillingProcessingRequest(String id, String billingJobId, BillingProcessingTransactionTypeEnum transactionType, String paymentOrRefundId, BillingRetrySchedule retrySchedule, List<PaymentAccountProcessingRequest> accounts, Integer currentAccountIndex, BillingProcessingStatusEnum status, BillingProcessingResultEnum result, String userRef, BigDecimal amount, String currencyCode, BillingEvent billingEvent) -
Uses of PaymentAccountProcessingRequest in com.broadleafcommerce.billing.job.module
Methods in com.broadleafcommerce.billing.job.module that return PaymentAccountProcessingRequestModifier and TypeMethodDescriptionprotected PaymentAccountProcessingRequestBillingProcessingRequestInitializer.createPaymentAccountProcessingRequestForCharge(BillingProcessingRequestWithFullDetails billingProcessingRequestDetails, PaymentAccount paymentAccount) protected PaymentAccountProcessingRequestBillingProcessingRequestInitializer.createPaymentAccountProcessingRequestForRefund(BillingProcessingRequestWithFullDetails billingProcessingRequestDetails) -
Uses of PaymentAccountProcessingRequest in com.broadleafcommerce.billing.job.provider.jpa.domain
Methods in com.broadleafcommerce.billing.job.provider.jpa.domain that return types with arguments of type PaymentAccountProcessingRequestMethod parameters in com.broadleafcommerce.billing.job.provider.jpa.domain with type arguments of type PaymentAccountProcessingRequestModifier and TypeMethodDescriptionvoidJpaBillingProcessRequest.setAccounts(List<PaymentAccountProcessingRequest> accounts) -
Uses of PaymentAccountProcessingRequest in com.broadleafcommerce.billing.job.service.impl
Methods in com.broadleafcommerce.billing.job.service.impl with parameters of type PaymentAccountProcessingRequestModifier and TypeMethodDescriptionprotected voidDefaultPaymentTransactionExecutionService.addNullableTransactionAdditionalField(@NonNull PaymentAccountProcessingRequest accountProcessingRequest, @NonNull String key, String value, boolean transactionWasSuccessful) Add a transactionAdditionalField while handling null safety.protected StringDefaultPaymentProcessingService.getBillingEventPaymentId(P processingRequest, PaymentAccountProcessingRequest accountRequest) protected voidDefaultPaymentProcessingService.populateAccountWithException(PaymentAccountProcessingRequest account, Exception e) protected PDefaultPaymentProcessingService.processTransactionResults(P processingRequest, @NonNull PaymentAccountProcessingRequest paymentAccountProcessingRequest, @NonNull String transactionId, @NonNull PaymentTransactionDetail paymentTransactionDetail, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected booleanDefaultPaymentProcessingService.transactionResultsNotFound(PaymentAccountProcessingRequest accountProcessingRequest) protected voidDefaultPaymentTransactionExecutionService.updateAccountProcessingRequestWithResults(@NonNull PaymentAccountProcessingRequest accountProcessingRequest, P request, @NonNull TransactionExecutionResponse response)