Package com.stripe.service
Class QuoteComputedUpfrontLineItemsService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.QuoteComputedUpfrontLineItemsService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhen retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items.list
(String quote, RequestOptions options) When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items.list
(String quote, QuoteComputedUpfrontLineItemsListParams params) When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items.list
(String quote, QuoteComputedUpfrontLineItemsListParams params, RequestOptions options) When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
QuoteComputedUpfrontLineItemsService
-
-
Method Details
-
list
public StripeCollection<LineItem> list(String quote, QuoteComputedUpfrontLineItemsListParams params) throws StripeException When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.- Throws:
StripeException
-
list
When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.- Throws:
StripeException
-
list
When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.- Throws:
StripeException
-
list
public StripeCollection<LineItem> list(String quote, QuoteComputedUpfrontLineItemsListParams params, RequestOptions options) throws StripeException When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.- Throws:
StripeException
-