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