Package com.stripe.service
Class CustomerSessionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CustomerSessionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(CustomerSessionCreateParams params) Creates a Customer Session object that includes a single-use client secret that you can use on your front-end to grant client-side API access for certain customer resources.create
(CustomerSessionCreateParams params, RequestOptions options) Creates a Customer Session object that includes a single-use client secret that you can use on your front-end to grant client-side API access for certain customer resources.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CustomerSessionService
-
-
Method Details
-
create
Creates a Customer Session object that includes a single-use client secret that you can use on your front-end to grant client-side API access for certain customer resources.- Throws:
StripeException
-
create
public CustomerSession create(CustomerSessionCreateParams params, RequestOptions options) throws StripeException Creates a Customer Session object that includes a single-use client secret that you can use on your front-end to grant client-side API access for certain customer resources.- Throws:
StripeException
-