Documentation
¶
Overview ¶
Package quotepreviewsubscriptionschedule provides the /quotes/{quote}/preview_subscription_schedules 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 subscription schedules.
func List ¶
func List(params *stripe.QuotePreviewSubscriptionScheduleListParams) *Iter
List returns a list of quote preview subscription schedules.
func (*Iter) QuotePreviewSubscriptionSchedule ¶
func (i *Iter) QuotePreviewSubscriptionSchedule() *stripe.QuotePreviewSubscriptionSchedule
QuotePreviewSubscriptionSchedule returns the quote preview subscription schedule which the iterator is currently pointing to.
func (*Iter) QuotePreviewSubscriptionScheduleList ¶
func (i *Iter) QuotePreviewSubscriptionScheduleList() *stripe.QuotePreviewSubscriptionScheduleList
QuotePreviewSubscriptionScheduleList 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.