Package com.stripe.service.climate
Class ProductService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.climate.ProductService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
Lists all available Climate product objects.list
(RequestOptions options) Lists all available Climate product objects.list
(ProductListParams params) Lists all available Climate product objects.list
(ProductListParams params, RequestOptions options) Lists all available Climate product objects.Retrieves the details of a Climate product with the given ID.retrieve
(String product, RequestOptions options) Retrieves the details of a Climate product with the given ID.retrieve
(String product, ProductRetrieveParams params) Retrieves the details of a Climate product with the given ID.retrieve
(String product, ProductRetrieveParams params, RequestOptions options) Retrieves the details of a Climate product with the given ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ProductService
-
-
Method Details
-
list
Lists all available Climate product objects.- Throws:
StripeException
-
list
Lists all available Climate product objects.- Throws:
StripeException
-
list
Lists all available Climate product objects.- Throws:
StripeException
-
list
public StripeCollection<Product> list(ProductListParams params, RequestOptions options) throws StripeException Lists all available Climate product objects.- Throws:
StripeException
-
retrieve
Retrieves the details of a Climate product with the given ID.- Throws:
StripeException
-
retrieve
Retrieves the details of a Climate product with the given ID.- Throws:
StripeException
-
retrieve
Retrieves the details of a Climate product with the given ID.- Throws:
StripeException
-
retrieve
public Product retrieve(String product, ProductRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of a Climate product with the given ID.- Throws:
StripeException
-