Class ImportService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.commerce.productcatalog.ImportService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ImportCreateParams params) Creates a ProductCatalogImport.create(ImportCreateParams params, RequestOptions options) Creates a ProductCatalogImport.list()Returns a list of ProductCatalogImport objects.list(RequestOptions options) Returns a list of ProductCatalogImport objects.list(ImportListParams params) Returns a list of ProductCatalogImport objects.list(ImportListParams params, RequestOptions options) Returns a list of ProductCatalogImport objects.Retrieves a ProductCatalogImport by ID.retrieve(String id, RequestOptions options) Retrieves a ProductCatalogImport by ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ImportService
-
-
Method Details
-
list
Returns a list of ProductCatalogImport objects.- Throws:
StripeException
-
list
Returns a list of ProductCatalogImport objects.- Throws:
StripeException
-
list
Returns a list of ProductCatalogImport objects.- Throws:
StripeException
-
list
public StripeCollection<ProductCatalogImport> list(ImportListParams params, RequestOptions options) throws StripeException Returns a list of ProductCatalogImport objects.- Throws:
StripeException
-
create
Creates a ProductCatalogImport.- Throws:
StripeException
-
create
public ProductCatalogImport create(ImportCreateParams params, RequestOptions options) throws StripeException Creates a ProductCatalogImport.- Throws:
StripeException
-
retrieve
Retrieves a ProductCatalogImport by ID.- Throws:
StripeException
-
retrieve
Retrieves a ProductCatalogImport by ID.- Throws:
StripeException
-