Package com.stripe.service.billingportal
Class ConfigurationService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.billingportal.ConfigurationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ConfigurationCreateParams params) Creates a configuration that describes the functionality and behavior of a PortalSession.create
(ConfigurationCreateParams params, RequestOptions options) Creates a configuration that describes the functionality and behavior of a PortalSession.list()
Returns a list of configurations that describe the functionality of the customer portal.list
(RequestOptions options) Returns a list of configurations that describe the functionality of the customer portal.list
(ConfigurationListParams params) Returns a list of configurations that describe the functionality of the customer portal.list
(ConfigurationListParams params, RequestOptions options) Returns a list of configurations that describe the functionality of the customer portal.Retrieves a configuration that describes the functionality of the customer portal.retrieve
(String configuration, RequestOptions options) Retrieves a configuration that describes the functionality of the customer portal.retrieve
(String configuration, ConfigurationRetrieveParams params) Retrieves a configuration that describes the functionality of the customer portal.retrieve
(String configuration, ConfigurationRetrieveParams params, RequestOptions options) Retrieves a configuration that describes the functionality of the customer portal.Updates a configuration that describes the functionality of the customer portal.update
(String configuration, RequestOptions options) Updates a configuration that describes the functionality of the customer portal.update
(String configuration, ConfigurationUpdateParams params) Updates a configuration that describes the functionality of the customer portal.update
(String configuration, ConfigurationUpdateParams params, RequestOptions options) Updates a configuration that describes the functionality of the customer portal.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ConfigurationService
-
-
Method Details
-
list
Returns a list of configurations that describe the functionality of the customer portal.- Throws:
StripeException
-
list
Returns a list of configurations that describe the functionality of the customer portal.- Throws:
StripeException
-
list
Returns a list of configurations that describe the functionality of the customer portal.- Throws:
StripeException
-
list
public StripeCollection<Configuration> list(ConfigurationListParams params, RequestOptions options) throws StripeException Returns a list of configurations that describe the functionality of the customer portal.- Throws:
StripeException
-
create
Creates a configuration that describes the functionality and behavior of a PortalSession.- Throws:
StripeException
-
create
public Configuration create(ConfigurationCreateParams params, RequestOptions options) throws StripeException Creates a configuration that describes the functionality and behavior of a PortalSession.- Throws:
StripeException
-
retrieve
public Configuration retrieve(String configuration, ConfigurationRetrieveParams params) throws StripeException Retrieves a configuration that describes the functionality of the customer portal.- Throws:
StripeException
-
retrieve
Retrieves a configuration that describes the functionality of the customer portal.- Throws:
StripeException
-
retrieve
Retrieves a configuration that describes the functionality of the customer portal.- Throws:
StripeException
-
retrieve
public Configuration retrieve(String configuration, ConfigurationRetrieveParams params, RequestOptions options) throws StripeException Retrieves a configuration that describes the functionality of the customer portal.- Throws:
StripeException
-
update
public Configuration update(String configuration, ConfigurationUpdateParams params) throws StripeException Updates a configuration that describes the functionality of the customer portal.- Throws:
StripeException
-
update
Updates a configuration that describes the functionality of the customer portal.- Throws:
StripeException
-
update
Updates a configuration that describes the functionality of the customer portal.- Throws:
StripeException
-
update
public Configuration update(String configuration, ConfigurationUpdateParams params, RequestOptions options) throws StripeException Updates a configuration that describes the functionality of the customer portal.- Throws:
StripeException
-