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