Class DefaultCheckoutComSavedPaymentMethodService
java.lang.Object
com.broadleafcommerce.payment.service.gateway.DefaultCheckoutComSavedPaymentMethodService
- All Implemented Interfaces:
CheckoutComSavedPaymentMethodService
,com.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodService
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
public class DefaultCheckoutComSavedPaymentMethodService
extends Object
implements CheckoutComSavedPaymentMethodService
-
Constructor Summary
ConstructorDescriptionDefaultCheckoutComSavedPaymentMethodService
(CheckoutConfigurationProperties properties, CheckoutApiInitService checkoutApiInitService) -
Method Summary
Modifier and TypeMethodDescriptionexchangeSingleUseTokenIfApplicable
(@NonNull Map<String, String> paymentMethodProperties, String tenantId, String applicationId) protected CheckoutApiInitService
protected CheckoutConfigurationProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodService
buildCustomerNotification, deleteGatewaySavedPaymentMethod, modifyPaymentMethodPropertiesForCreate, modifyPaymentMethodPropertiesForUpdate
-
Constructor Details
-
DefaultCheckoutComSavedPaymentMethodService
public DefaultCheckoutComSavedPaymentMethodService(CheckoutConfigurationProperties properties, CheckoutApiInitService checkoutApiInitService)
-
-
Method Details
-
exchangeSingleUseTokenIfApplicable
public Map<String,String> exchangeSingleUseTokenIfApplicable(@NonNull @NonNull Map<String, String> paymentMethodProperties, @Nullable String tenantId, @Nullable String applicationId) throws com.broadleafcommerce.paymentgateway.service.exception.ExchangeSingleUseTokenException- Specified by:
exchangeSingleUseTokenIfApplicable
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodService
- Throws:
com.broadleafcommerce.paymentgateway.service.exception.ExchangeSingleUseTokenException
-
getGatewayType
- Specified by:
getGatewayType
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-
getProperties
-
getCheckoutApiInitService
-