Package com.stripe.service
Class QuoteLineService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.QuoteLineService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a paginated list of lines for a quote.list
(String quote, RequestOptions options) Retrieves a paginated list of lines for a quote.list
(String quote, QuoteLineListParams params) Retrieves a paginated list of lines for a quote.list
(String quote, QuoteLineListParams params, RequestOptions options) Retrieves a paginated list of lines for a quote.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
QuoteLineService
-
-
Method Details
-
list
public StripeCollection<QuoteLine> list(String quote, QuoteLineListParams params) throws StripeException Retrieves a paginated list of lines for a quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.- Throws:
StripeException
-
list
public StripeCollection<QuoteLine> list(String quote, RequestOptions options) throws StripeException Retrieves a paginated list of lines for a quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.- Throws:
StripeException
-
list
Retrieves a paginated list of lines for a quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.- Throws:
StripeException
-
list
public StripeCollection<QuoteLine> list(String quote, QuoteLineListParams params, RequestOptions options) throws StripeException Retrieves a paginated list of lines for a quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.- Throws:
StripeException
-