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