Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
Package
Description
-
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service
Modifier and TypeMethodDescriptionCustomerPaymentGatewayService.createCustomerPaymentFromResponseDTO
(PaymentResponse responseDTO, PaymentGatewayConfiguration config) void
CustomerPaymentGatewayService.deleteCustomerPaymentFromResponseDTO
(PaymentResponse responseDTO, PaymentGatewayConfiguration config) CustomerPaymentGatewayService.updateCustomerPaymentFromResponseDTO
(PaymentResponse responseDTO, PaymentGatewayConfiguration config) -
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service.passthrough
-
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service.provider
Modifier and TypeMethodDescriptionDefaultPaymentGatewayResourceProvider.getConfiguration
(@NonNull String gatewayType) PaymentGatewayResourceProvider.getConfiguration
(String gatewayType) Returns the firstPaymentGatewayConfiguration
that matches the givenPaymentGatewayType
.Modifier and TypeMethodDescriptionprotected List<PaymentGatewayConfiguration>
DefaultPaymentGatewayResourceProvider.getPaymentGatewayConfigurations()
ModifierConstructorDescriptionDefaultPaymentGatewayResourceProvider
(List<PaymentGatewayConfiguration> paymentGatewayConfigurations, List<PaymentGatewayTransactionService> transactionServices, List<PaymentGatewayRollbackService> rollbackServices, List<PaymentGatewayReportingService> reportingServices, List<PaymentGatewayCustomerService> customerServices, List<PaymentGatewayHostedService> hostedServices, List<PaymentGatewayPaymentValidator> paymentValidators, List<PaymentGatewayTransactionResponseService> transactionResponseServices, List<PaymentGatewayTransactionResponseValidator> transactionResponseValidators)