Documentation ¶
Overview ¶
Package account provides the /account APIs
Index ¶
- func Del(id string) (*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) (*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(params *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 ¶
func New ¶
func New(params *stripe.AccountParams) (*stripe.Account, error)
New creates a new account.
Types ¶
type Client ¶
Client is used to invoke /account APIs.
Click to show internal directories.
Click to hide internal directories.