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 Details

  • 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 interface com.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodService
    • getGatewayType

      public String getGatewayType()
      Specified by:
      getGatewayType in interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
    • getStripeCustomerNotificationService

      protected StripeCustomerNotificationService getStripeCustomerNotificationService()