Uses of Interface
com.broadleafcommerce.vendor.stripe.service.paymentintent.PaymentIntentAccessTokenService
Packages that use PaymentIntentAccessTokenService
Package
Description
-
Uses of PaymentIntentAccessTokenService in com.broadleafcommerce.payment.service.gateway
Methods in com.broadleafcommerce.payment.service.gateway that return PaymentIntentAccessTokenServiceModifier and TypeMethodDescriptionprotected PaymentIntentAccessTokenService
DefaultStripeTransactionService.getPaymentIntentAccessTokenService()
Methods in com.broadleafcommerce.payment.service.gateway with parameters of type PaymentIntentAccessTokenServiceModifier and TypeMethodDescriptionvoid
DefaultStripeTransactionService.setPaymentIntentAccessTokenService
(PaymentIntentAccessTokenService paymentIntentAccessTokenService) -
Uses of PaymentIntentAccessTokenService in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure that return PaymentIntentAccessTokenServiceModifier and TypeMethodDescriptionStripeServiceAutoConfiguration.paymentIntentAccessTokenService
(StripeConfigurationProperties configurationProperties) -
Uses of PaymentIntentAccessTokenService in com.broadleafcommerce.vendor.stripe.service.paymentintent
Classes in com.broadleafcommerce.vendor.stripe.service.paymentintent that implement PaymentIntentAccessTokenServiceModifier and TypeClassDescriptionclass
The default implementation forPaymentIntentAccessTokenService
.Methods in com.broadleafcommerce.vendor.stripe.service.paymentintent that return PaymentIntentAccessTokenServiceModifier and TypeMethodDescriptionprotected PaymentIntentAccessTokenService
DefaultStripePaymentIntentService.getPaymentIntentAccessTokenService()
Methods in com.broadleafcommerce.vendor.stripe.service.paymentintent with parameters of type PaymentIntentAccessTokenServiceModifier and TypeMethodDescriptionvoid
DefaultStripePaymentIntentService.setPaymentIntentAccessTokenService
(PaymentIntentAccessTokenService paymentIntentAccessTokenService)