Documentation ¶
Overview ¶
Package account provides the /account APIs
Index ¶
- func Get() (*stripe.Account, error)
- func GetByID(id string, params *stripe.AccountParams) (*stripe.Account, error)
- func New(params *stripe.AccountParams) (*stripe.Account, error)
- func Update(id string, params *stripe.AccountParams) (*stripe.Account, error)
- type Client
- func (c Client) Get() (*stripe.Account, error)
- func (c Client) GetByID(id string, params *stripe.AccountParams) (*stripe.Account, error)
- func (c Client) List(params *stripe.AccountListParams) *Iter
- func (c Client) New(params *stripe.AccountParams) (*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 ¶
Click to show internal directories.
Click to hide internal directories.