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