Package com.stripe.service.tax
Class CalculationLineItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.tax.CalculationLineItemService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.list
(String calculation, RequestOptions options) Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.list
(String calculation, CalculationLineItemListParams params) Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.list
(String calculation, CalculationLineItemListParams params, RequestOptions options) Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CalculationLineItemService
-
-
Method Details
-
list
public StripeCollection<CalculationLineItem> list(String calculation, CalculationLineItemListParams params) throws StripeException Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.- Throws:
StripeException
-
list
public StripeCollection<CalculationLineItem> list(String calculation, RequestOptions options) throws StripeException Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.- Throws:
StripeException
-
list
Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.- Throws:
StripeException
-
list
public StripeCollection<CalculationLineItem> list(String calculation, CalculationLineItemListParams params, RequestOptions options) throws StripeException Retrieves the line items of a tax calculation as a collection, if the calculation hasn’t expired.- Throws:
StripeException
-