subschedule

package
v57.4.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package subschedule provides the /subscription_schedules APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cancel

Cancel removes a subscription schedule.

func Get

Get returns the details of a subscription schedule.

func New

New creates a new subscription schedule.

func Release

Release releases a subscription schedule's properties.

func Update

Update updates a subscription schedule's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /subscription_schedules APIs.

func (Client) Cancel

Cancel removes a subscription schedule.

func (Client) Get

Get returns the details of a subscription schedule.

func (Client) List

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

List returns a list of subscriptions.

func (Client) New

New creates a new subscription schedule.

func (Client) Release

Release releases a subscription schedule's properties.

func (Client) Update

Update updates a subscription schedule's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for subscription schedules.

func List

List returns a list of subscriptions.

func (*Iter) SubscriptionSchedule

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

SubscriptionSchedule returns the subscription schedule which the iterator is currently pointing to.

Jump to

Keyboard shortcuts

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