Documentation ¶
Overview ¶
Package quotepreviewinvoice provides the /quotes/{quote}/preview_invoices APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iter ¶
Iter is an iterator for quote preview invoices.
func List ¶
func List(params *stripe.QuotePreviewInvoiceListParams) *Iter
Preview the invoices that would be generated by accepting the quote.
func (*Iter) QuotePreviewInvoice ¶
func (i *Iter) QuotePreviewInvoice() *stripe.QuotePreviewInvoice
QuotePreviewInvoice returns the quote preview invoice which the iterator is currently pointing to.
func (*Iter) QuotePreviewInvoiceList ¶
func (i *Iter) QuotePreviewInvoiceList() *stripe.QuotePreviewInvoiceList
QuotePreviewInvoiceList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.