subscriptionitem

package
v79.8.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Overview

Package subscriptionitem provides the /subscription_items APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Del

Deletes an item from the subscription. Removing a subscription item from a subscription will not cancel the subscription.

func Get

Retrieves the subscription item with the given ID.

func New

Adds a new item to an existing subscription. No existing items will be changed or replaced.

func Update

Updates the plan or quantity of an item on a current subscription.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /subscription_items APIs.

func (Client) Del

Deletes an item from the subscription. Removing a subscription item from a subscription will not cancel the subscription.

func (Client) Get

Retrieves the subscription item with the given ID.

func (Client) List

func (c Client) List(listParams *stripe.SubscriptionItemListParams) *Iter

Returns a list of your subscription items for a given subscription.

func (Client) New

Adds a new item to an existing subscription. No existing items will be changed or replaced.

func (Client) Update

Updates the plan or quantity of an item on a current subscription.

func (Client) UsageRecordSummaries

For the specified subscription item, returns a list of summary objects. Each object in the list provides usage information that's been summarized from multiple usage records and over a subscription billing period (e.g., 15 usage records in the month of September).

The list is sorted in reverse-chronological order (newest first). The first list item represents the most current usage period that hasn't ended yet. Since new usage records can still be added, the returned summary information for the subscription item's ID should be seen as unstable until the subscription billing period ends.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for subscription items.

func List

func List(params *stripe.SubscriptionItemListParams) *Iter

Returns a list of your subscription items for a given subscription.

func (*Iter) SubscriptionItem

func (i *Iter) SubscriptionItem() *stripe.SubscriptionItem

SubscriptionItem returns the subscription item which the iterator is currently pointing to.

func (*Iter) SubscriptionItemList

func (i *Iter) SubscriptionItemList() *stripe.SubscriptionItemList

SubscriptionItemList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

type UsageRecordSummaryIter

type UsageRecordSummaryIter struct {
	*stripe.Iter
}

UsageRecordSummaryIter is an iterator for usage record summaries.

func UsageRecordSummaries

For the specified subscription item, returns a list of summary objects. Each object in the list provides usage information that's been summarized from multiple usage records and over a subscription billing period (e.g., 15 usage records in the month of September).

The list is sorted in reverse-chronological order (newest first). The first list item represents the most current usage period that hasn't ended yet. Since new usage records can still be added, the returned summary information for the subscription item's ID should be seen as unstable until the subscription billing period ends.

func (*UsageRecordSummaryIter) UsageRecordSummary

func (i *UsageRecordSummaryIter) UsageRecordSummary() *stripe.UsageRecordSummary

UsageRecordSummary returns the usage record summary which the iterator is currently pointing to.

func (*UsageRecordSummaryIter) UsageRecordSummaryList

func (i *UsageRecordSummaryIter) UsageRecordSummaryList() *stripe.UsageRecordSummaryList

UsageRecordSummaryList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL