Documentation ¶
Overview ¶
Package accountsession provides the /account_sessions APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(params *stripe.AccountSessionParams) (*stripe.AccountSession, error)
Creates a AccountSession object that includes a single-use token that the platform can use on their front-end to grant client-side API access.
Types ¶
type Client ¶
Client is used to invoke /account_sessions APIs.
func (Client) New ¶
func (c Client) New(params *stripe.AccountSessionParams) (*stripe.AccountSession, error)
Creates a AccountSession object that includes a single-use token that the platform can use on their front-end to grant client-side API access.
Click to show internal directories.
Click to hide internal directories.