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