Documentation ¶
Overview ¶
Package filelink provides API functions related to file links.
For more details, see: https://stripe.com/docs/api/go#file_links.
Index ¶
- func Get(id string, params *stripe.FileLinkParams) (*stripe.FileLink, error)
- func New(params *stripe.FileLinkParams) (*stripe.FileLink, error)
- func Update(id string, params *stripe.FileLinkParams) (*stripe.FileLink, error)
- type Client
- func (c Client) Get(id string, params *stripe.FileLinkParams) (*stripe.FileLink, error)
- func (c Client) List(listParams *stripe.FileLinkListParams) *Iter
- func (c Client) New(params *stripe.FileLinkParams) (*stripe.FileLink, error)
- func (c Client) Update(id string, params *stripe.FileLinkParams) (*stripe.FileLink, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke APIs related to file links.
func (Client) List ¶
func (c Client) List(listParams *stripe.FileLinkListParams) *Iter
List returns an iterator that iterates all file links.
type Iter ¶
Iter is an iterator for file links.
func List ¶
func List(params *stripe.FileLinkListParams) *Iter
List returns an iterator that iterates all file links.
func (*Iter) FileLinkList ¶ added in v71.44.0
func (i *Iter) FileLinkList() *stripe.FileLinkList
FileLinkList 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.