Uses of Class
com.broadleafcommerce.vendor.stripe.service.setupintent.SetupIntentRequest
Packages that use SetupIntentRequest
Package
Description
- 
Uses of SetupIntentRequest in com.broadleafcommerce.vendor.stripe.service.setupintent
Methods in com.broadleafcommerce.vendor.stripe.service.setupintent with parameters of type SetupIntentRequestModifier and TypeMethodDescriptionprotected com.stripe.param.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnectionsDefaultStripeSetupIntentService.buildFinancialConnections(@NonNull SetupIntentRequest request) DefaultStripeSetupIntentService.buildMetadata(@NonNull SetupIntentRequest request) protected com.stripe.net.RequestOptionsDefaultStripeSetupIntentService.buildRequestOptions(@NonNull SetupIntentRequest request) protected com.stripe.param.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccountDefaultStripeSetupIntentService.buildUsBankAccountOptions(@NonNull SetupIntentRequest request) protected com.stripe.model.CustomerDefaultStripeSetupIntentService.createCustomer(@NonNull SetupIntentRequest request) DefaultStripeSetupIntentService.createSetupIntent(@NonNull SetupIntentRequest request) StripeSetupIntentService.createSetupIntent(SetupIntentRequest request) Creates a SetupIntent object for the provided request.protected com.stripe.param.SetupIntentCreateParamsDefaultStripeSetupIntentService.getSetupIntentCreateParams(@NonNull SetupIntentRequest request) protected com.stripe.param.SetupIntentCreateParams.UsageDefaultStripeSetupIntentService.getUsage(@NonNull SetupIntentRequest request) protected voidDefaultStripeSetupIntentService.populateAdditionalParameters(com.stripe.param.SetupIntentCreateParams.Builder paramsBuilder, @NonNull SetupIntentRequest request) protected com.broadleafcommerce.paymentgateway.domain.GatewayCustomer<com.broadleafcommerce.paymentgateway.domain.PaymentRequest>DefaultStripeSetupIntentService.populateCustomer(@NonNull com.broadleafcommerce.paymentgateway.domain.GatewayCustomer<com.broadleafcommerce.paymentgateway.domain.PaymentRequest> customer, @NonNull SetupIntentRequest request) protected com.broadleafcommerce.paymentgateway.domain.GatewayCustomer<com.broadleafcommerce.paymentgateway.domain.PaymentRequest>DefaultStripeSetupIntentService.populateCustomerName(@NonNull com.broadleafcommerce.paymentgateway.domain.GatewayCustomer<com.broadleafcommerce.paymentgateway.domain.PaymentRequest> customer, @NonNull SetupIntentRequest request) protected voidDefaultStripeSetupIntentService.validateSetupIntentRequest(@NonNull SetupIntentRequest request)  - 
Uses of SetupIntentRequest in com.broadleafcommerce.web.endpoint
Methods in com.broadleafcommerce.web.endpoint with parameters of type SetupIntentRequestModifier and TypeMethodDescriptionStripeSetupIntentEndpoint.createSetupIntent(SetupIntentRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)