Package com.stripe.service.issuing
Class TokenService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.TokenService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(TokenListParams params) Lists all IssuingToken
objects for a given card.list
(TokenListParams params, RequestOptions options) Lists all IssuingToken
objects for a given card.Retrieves an IssuingToken
object.retrieve
(String token, RequestOptions options) Retrieves an IssuingToken
object.retrieve
(String token, TokenRetrieveParams params) Retrieves an IssuingToken
object.retrieve
(String token, TokenRetrieveParams params, RequestOptions options) Retrieves an IssuingToken
object.update
(String token, TokenUpdateParams params) Attempts to update the specified IssuingToken
object to the status specified.update
(String token, TokenUpdateParams params, RequestOptions options) Attempts to update the specified IssuingToken
object to the status specified.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
TokenService
-
-
Method Details
-
list
Lists all IssuingToken
objects for a given card.- Throws:
StripeException
-
list
public StripeCollection<Token> list(TokenListParams params, RequestOptions options) throws StripeException Lists all IssuingToken
objects for a given card.- Throws:
StripeException
-
retrieve
Retrieves an IssuingToken
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingToken
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingToken
object.- Throws:
StripeException
-
retrieve
public Token retrieve(String token, TokenRetrieveParams params, RequestOptions options) throws StripeException Retrieves an IssuingToken
object.- Throws:
StripeException
-
update
Attempts to update the specified IssuingToken
object to the status specified.- Throws:
StripeException
-
update
public Token update(String token, TokenUpdateParams params, RequestOptions options) throws StripeException Attempts to update the specified IssuingToken
object to the status specified.- Throws:
StripeException
-