Versions in this module Expand all Collapse all v72 v72.201.0 Jun 24, 2022 v72.200.0 Jun 24, 2022 Changes in this version + 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 struct + B stripe.Backend + Key string + 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 struct + func List(params *stripe.FileLinkListParams) *Iter + func (i *Iter) FileLink() *stripe.FileLink + func (i *Iter) FileLinkList() *stripe.FileLinkList Other modules containing this package github.com/timandy/go-stripe