account
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:154 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 account provides API functions related to accounts.
For more details, see:https://stripe.com/docs/api/go#accounts.
Index¶
- func Del(id string, params *stripe.AccountParams) (*stripe.Account, error)
- func Get() (*stripe.Account, error)
- func GetByID(id string, params *stripe.AccountParams) (*stripe.Account, error)
- func New(params *stripe.AccountParams) (*stripe.Account, error)
- func Reject(id string, params *stripe.AccountRejectParams) (*stripe.Account, error)
- func Update(id string, params *stripe.AccountParams) (*stripe.Account, error)
- type Client
- func (c Client) Del(id string, params *stripe.AccountParams) (*stripe.Account, error)
- func (c Client) Get() (*stripe.Account, error)
- func (c Client) GetByID(id string, params *stripe.AccountParams) (*stripe.Account, error)
- func (c Client) List(listParams *stripe.AccountListParams) *Iter
- func (c Client) New(params *stripe.AccountParams) (*stripe.Account, error)
- func (c Client) Reject(id string, params *stripe.AccountRejectParams) (*stripe.Account, error)
- func (c Client) Update(id string, params *stripe.AccountParams) (*stripe.Account, error)
- type Iter
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
Types¶
typeClient¶
Client is used to invoke APIs related to accounts.
func (Client)List¶
func (cClient) List(listParams *stripe.AccountListParams) *Iter
List returns an iterator that iterates all accounts.
Click to show internal directories.
Click to hide internal directories.