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
ConstructorsConstructorDescriptionDefaultCheckoutComSavedPaymentMethodService(CheckoutConfigurationProperties properties, CheckoutApiInitService checkoutApiInitService) -
Method Summary
Modifier and TypeMethodDescriptionexchangeSingleUseTokenIfApplicable(@NonNull Map<String, String> paymentMethodProperties, String tenantId, String applicationId) protected CheckoutApiInitServiceprotected CheckoutConfigurationPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
exchangeSingleUseTokenIfApplicablein interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodService- Throws:
com.broadleafcommerce.paymentgateway.service.exception.ExchangeSingleUseTokenException
-
getGatewayType
- Specified by:
getGatewayTypein interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-
getProperties
-
getCheckoutApiInitService
-