Package com.stripe.service
Class PaymentLinkLineItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.PaymentLinkLineItemService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhen retrieving a payment link, there is an includable line_items property containing the first handful of those items.list
(String paymentLink, RequestOptions options) When retrieving a payment link, there is an includable line_items property containing the first handful of those items.list
(String paymentLink, PaymentLinkLineItemListParams params) When retrieving a payment link, there is an includable line_items property containing the first handful of those items.list
(String paymentLink, PaymentLinkLineItemListParams params, RequestOptions options) When retrieving a payment link, 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
-
PaymentLinkLineItemService
-
-
Method Details
-
list
public StripeCollection<LineItem> list(String paymentLink, PaymentLinkLineItemListParams params) throws StripeException When retrieving a payment link, 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 paymentLink, RequestOptions options) throws StripeException When retrieving a payment link, 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 payment link, 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 paymentLink, PaymentLinkLineItemListParams params, RequestOptions options) throws StripeException When retrieving a payment link, 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
-