Package com.stripe.service
Class PaymentIntentAmountDetailsLineItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.PaymentIntentAmountDetailsLineItemService
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentIntentAmountDetailsLineItemService
(StripeResponseGetter responseGetter) -
Method Summary
Modifier and TypeMethodDescriptionLists all LineItems of a given PaymentIntent.list
(String intent, RequestOptions options) Lists all LineItems of a given PaymentIntent.list
(String intent, PaymentIntentAmountDetailsLineItemListParams params) Lists all LineItems of a given PaymentIntent.list
(String intent, PaymentIntentAmountDetailsLineItemListParams params, RequestOptions options) Lists all LineItems of a given PaymentIntent.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PaymentIntentAmountDetailsLineItemService
-
-
Method Details
-
list
public StripeCollection<PaymentIntentAmountDetailsLineItem> list(String intent, PaymentIntentAmountDetailsLineItemListParams params) throws StripeException Lists all LineItems of a given PaymentIntent.- Throws:
StripeException
-
list
public StripeCollection<PaymentIntentAmountDetailsLineItem> list(String intent, RequestOptions options) throws StripeException Lists all LineItems of a given PaymentIntent.- Throws:
StripeException
-
list
public StripeCollection<PaymentIntentAmountDetailsLineItem> list(String intent) throws StripeException Lists all LineItems of a given PaymentIntent.- Throws:
StripeException
-
list
public StripeCollection<PaymentIntentAmountDetailsLineItem> list(String intent, PaymentIntentAmountDetailsLineItemListParams params, RequestOptions options) throws StripeException Lists all LineItems of a given PaymentIntent.- Throws:
StripeException
-