Uses of Class
com.broadleafcommerce.vendor.stripe.service.setupintent.SetupIntentResponse
Packages that use SetupIntentResponse
Package
Description
-
Uses of SetupIntentResponse in com.broadleafcommerce.vendor.stripe.service.setupintent
Methods in com.broadleafcommerce.vendor.stripe.service.setupintent that return SetupIntentResponseModifier and TypeMethodDescriptionDefaultStripeSetupIntentService.createSetupIntent
(@NonNull SetupIntentRequest request) StripeSetupIntentService.createSetupIntent
(SetupIntentRequest request) Creates a SetupIntent object for the provided request.DefaultStripeSetupIntentService.getSetupIntentInfo
(@NonNull ReadSetupIntentRequest request) default SetupIntentResponse
StripeSetupIntentService.getSetupIntentInfo
(ReadSetupIntentRequest request) Gets aSetupIntent
info for the specified id.protected SetupIntentResponse
DefaultStripeSetupIntentService.populateSetupIntentResponse
(@NonNull com.stripe.model.SetupIntent setupIntent) -
Uses of SetupIntentResponse in com.broadleafcommerce.web.endpoint
Methods in com.broadleafcommerce.web.endpoint that return SetupIntentResponseModifier and TypeMethodDescriptionStripeSetupIntentEndpoint.createSetupIntent
(SetupIntentRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) StripeSetupIntentEndpoint.getSetupIntentInfo
(String id, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)