Package com.stripe.service.checkout
Class SessionLineItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.checkout.SessionLineItemService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhen retrieving a Checkout Session, there is an includable line_items property containing the first handful of those items.list
(String session, RequestOptions options) When retrieving a Checkout Session, there is an includable line_items property containing the first handful of those items.list
(String session, SessionLineItemListParams params) When retrieving a Checkout Session, there is an includable line_items property containing the first handful of those items.list
(String session, SessionLineItemListParams params, RequestOptions options) When retrieving a Checkout Session, there is an includable line_items property containing the first handful of those items.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
SessionLineItemService
-
-
Method Details
-
list
public StripeCollection<LineItem> list(String session, SessionLineItemListParams params) throws StripeException When retrieving a Checkout Session, 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 session, RequestOptions options) throws StripeException When retrieving a Checkout Session, 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 a Checkout Session, 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 session, SessionLineItemListParams params, RequestOptions options) throws StripeException When retrieving a Checkout Session, 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
-