Package com.stripe.service
Class QuotePreviewSubscriptionScheduleService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.QuotePreviewSubscriptionScheduleService
-
Constructor Summary
ConstructorsConstructorDescriptionQuotePreviewSubscriptionScheduleService
(StripeResponseGetter responseGetter) -
Method Summary
Modifier and TypeMethodDescriptionPreview the schedules that would be generated by accepting the quote.list
(String quote, RequestOptions options) Preview the schedules that would be generated by accepting the quote.list
(String quote, QuotePreviewSubscriptionScheduleListParams params) Preview the schedules that would be generated by accepting the quote.list
(String quote, QuotePreviewSubscriptionScheduleListParams params, RequestOptions options) Preview the schedules that would be generated by accepting the quote.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
QuotePreviewSubscriptionScheduleService
-
-
Method Details
-
list
public StripeCollection<QuotePreviewSubscriptionSchedule> list(String quote, QuotePreviewSubscriptionScheduleListParams params) throws StripeException Preview the schedules that would be generated by accepting the quote.- Throws:
StripeException
-
list
public StripeCollection<QuotePreviewSubscriptionSchedule> list(String quote, RequestOptions options) throws StripeException Preview the schedules that would be generated by accepting the quote.- Throws:
StripeException
-
list
Preview the schedules that would be generated by accepting the quote.- Throws:
StripeException
-
list
public StripeCollection<QuotePreviewSubscriptionSchedule> list(String quote, QuotePreviewSubscriptionScheduleListParams params, RequestOptions options) throws StripeException Preview the schedules that would be generated by accepting the quote.- Throws:
StripeException
-