Package com.stripe.service.issuing
Class CardService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.CardService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(CardCreateParams params) Creates an IssuingCard
object.create
(CardCreateParams params, RequestOptions options) Creates an IssuingCard
object.list()
Returns a list of IssuingCard
objects.list
(RequestOptions options) Returns a list of IssuingCard
objects.list
(CardListParams params) Returns a list of IssuingCard
objects.list
(CardListParams params, RequestOptions options) Returns a list of IssuingCard
objects.Retrieves an IssuingCard
object.retrieve
(String card, RequestOptions options) Retrieves an IssuingCard
object.retrieve
(String card, CardRetrieveParams params) Retrieves an IssuingCard
object.retrieve
(String card, CardRetrieveParams params, RequestOptions options) Retrieves an IssuingCard
object.Updates the specified IssuingCard
object by setting the values of the parameters passed.update
(String card, RequestOptions options) Updates the specified IssuingCard
object by setting the values of the parameters passed.update
(String card, CardUpdateParams params) Updates the specified IssuingCard
object by setting the values of the parameters passed.update
(String card, CardUpdateParams params, RequestOptions options) Updates the specified IssuingCard
object by setting the values of the parameters passed.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CardService
-
-
Method Details
-
list
Returns a list of IssuingCard
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 IssuingCard
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 IssuingCard
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<Card> list(CardListParams params, RequestOptions options) throws StripeException Returns a list of IssuingCard
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
create
Creates an IssuingCard
object.- Throws:
StripeException
-
create
Creates an IssuingCard
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingCard
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingCard
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingCard
object.- Throws:
StripeException
-
retrieve
public Card retrieve(String card, CardRetrieveParams params, RequestOptions options) throws StripeException Retrieves an IssuingCard
object.- Throws:
StripeException
-
update
Updates the specified IssuingCard
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
Updates the specified IssuingCard
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
Updates the specified IssuingCard
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
public Card update(String card, CardUpdateParams params, RequestOptions options) throws StripeException Updates the specified IssuingCard
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-