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.FinancialConnections
DefaultStripeSetupIntentService.buildFinancialConnections
(@NonNull SetupIntentRequest request) DefaultStripeSetupIntentService.buildMetadata
(@NonNull SetupIntentRequest request) protected com.stripe.net.RequestOptions
DefaultStripeSetupIntentService.buildRequestOptions
(@NonNull SetupIntentRequest request) protected com.stripe.param.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount
DefaultStripeSetupIntentService.buildUsBankAccountOptions
(@NonNull SetupIntentRequest request) protected com.stripe.model.Customer
DefaultStripeSetupIntentService.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.SetupIntentCreateParams
DefaultStripeSetupIntentService.getSetupIntentCreateParams
(@NonNull SetupIntentRequest request) protected com.stripe.param.SetupIntentCreateParams.Usage
DefaultStripeSetupIntentService.getUsage
(@NonNull SetupIntentRequest request) protected void
DefaultStripeSetupIntentService.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 void
DefaultStripeSetupIntentService.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)