Package com.stripe.service.tax
Class TransactionLineItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.tax.TransactionLineItemService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the line items of a committed standalone transaction as a collection.list
(String transaction, RequestOptions options) Retrieves the line items of a committed standalone transaction as a collection.list
(String transaction, TransactionLineItemListParams params) Retrieves the line items of a committed standalone transaction as a collection.list
(String transaction, TransactionLineItemListParams params, RequestOptions options) Retrieves the line items of a committed standalone transaction as a collection.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
TransactionLineItemService
-
-
Method Details
-
list
public StripeCollection<TransactionLineItem> list(String transaction, TransactionLineItemListParams params) throws StripeException Retrieves the line items of a committed standalone transaction as a collection.- Throws:
StripeException
-
list
public StripeCollection<TransactionLineItem> list(String transaction, RequestOptions options) throws StripeException Retrieves the line items of a committed standalone transaction as a collection.- Throws:
StripeException
-
list
Retrieves the line items of a committed standalone transaction as a collection.- Throws:
StripeException
-
list
public StripeCollection<TransactionLineItem> list(String transaction, TransactionLineItemListParams params, RequestOptions options) throws StripeException Retrieves the line items of a committed standalone transaction as a collection.- Throws:
StripeException
-