customer
package v70.15.0+incompatible
Go to latest Published: Apr 14, 2020 License:MIT
Opens a new window with list of versions in this module.
Latest LatestThis package is not in the latest version of its module.
Opens a new window with license information.
Imports:3 Opens a new window with list of imports.
Imported by:253 Opens a new window with list of known importers.
Details
Valid go.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package customer provides the /customers APIs
Index¶
- func Del(id string, params *stripe.CustomerParams) (*stripe.Customer, error)
- func Get(id string, params *stripe.CustomerParams) (*stripe.Customer, error)
- func New(params *stripe.CustomerParams) (*stripe.Customer, error)
- func Update(id string, params *stripe.CustomerParams) (*stripe.Customer, error)
- type Client
- func (c Client) Del(id string, params *stripe.CustomerParams) (*stripe.Customer, error)
- func (c Client) Get(id string, params *stripe.CustomerParams) (*stripe.Customer, error)
- func (c Client) List(listParams *stripe.CustomerListParams) *Iter
- func (c Client) New(params *stripe.CustomerParams) (*stripe.Customer, error)
- func (c Client) Update(id string, params *stripe.CustomerParams) (*stripe.Customer, error)
- type Iter
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
Types¶
typeClient¶
Client is used to invoke /customers APIs.
func (Client)List¶
func (cClient) List(listParams *stripe.CustomerListParams) *Iter
List returns a list of customers.
Click to show internal directories.
Click to hide internal directories.