Package com.stripe.service.issuing
Class PhysicalBundleService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.PhysicalBundleService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
Returns a list of physical bundle objects.list
(RequestOptions options) Returns a list of physical bundle objects.list
(PhysicalBundleListParams params) Returns a list of physical bundle objects.list
(PhysicalBundleListParams params, RequestOptions options) Returns a list of physical bundle objects.Retrieves a physical bundle object.retrieve
(String physicalBundle, RequestOptions options) Retrieves a physical bundle object.retrieve
(String physicalBundle, PhysicalBundleRetrieveParams params) Retrieves a physical bundle object.retrieve
(String physicalBundle, PhysicalBundleRetrieveParams params, RequestOptions options) Retrieves a physical bundle object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PhysicalBundleService
-
-
Method Details
-
list
public StripeCollection<PhysicalBundle> list(PhysicalBundleListParams params) throws StripeException Returns a list of physical bundle objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of physical bundle objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of physical bundle objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<PhysicalBundle> list(PhysicalBundleListParams params, RequestOptions options) throws StripeException Returns a list of physical bundle objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
retrieve
public PhysicalBundle retrieve(String physicalBundle, PhysicalBundleRetrieveParams params) throws StripeException Retrieves a physical bundle object.- Throws:
StripeException
-
retrieve
public PhysicalBundle retrieve(String physicalBundle, RequestOptions options) throws StripeException Retrieves a physical bundle object.- Throws:
StripeException
-
retrieve
Retrieves a physical bundle object.- Throws:
StripeException
-
retrieve
public PhysicalBundle retrieve(String physicalBundle, PhysicalBundleRetrieveParams params, RequestOptions options) throws StripeException Retrieves a physical bundle object.- Throws:
StripeException
-