Class DefaultStripeSavedPaymentMethodService
java.lang.Object
com.broadleafcommerce.payment.service.gateway.DefaultStripeSavedPaymentMethodService
- All Implemented Interfaces:
StripeSavedPaymentMethodService
,com.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodService
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
public class DefaultStripeSavedPaymentMethodService
extends Object
implements StripeSavedPaymentMethodService
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultStripeSavedPaymentMethodService
(StripeCustomerNotificationService stripeCustomerNotificationService) -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification
buildCustomerNotification
(@NonNull com.broadleafcommerce.paymentgateway.domain.SavedPaymentMethodInfo savedPaymentMethodInfo, String applicationId, String tenantId) protected StripeCustomerNotificationService
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
deleteGatewaySavedPaymentMethod, exchangeSingleUseTokenIfApplicable, modifyPaymentMethodPropertiesForCreate, modifyPaymentMethodPropertiesForUpdate
-
Constructor Details
-
DefaultStripeSavedPaymentMethodService
public DefaultStripeSavedPaymentMethodService(StripeCustomerNotificationService stripeCustomerNotificationService)
-
-
Method Details
-
buildCustomerNotification
public com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification buildCustomerNotification(@NonNull @NonNull com.broadleafcommerce.paymentgateway.domain.SavedPaymentMethodInfo savedPaymentMethodInfo, @Nullable String applicationId, @Nullable String tenantId) - Specified by:
buildCustomerNotification
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodService
-
getGatewayType
- Specified by:
getGatewayType
in interfacecom.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
-
getStripeCustomerNotificationService
-