Documentation ¶
Overview ¶
Package customersession provides the /customer_sessions APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(params *stripe.CustomerSessionParams) (*stripe.CustomerSession, error)
Creates a Customer Session object that includes a single-use client secret that you can use on your front-end to grant client-side API access for certain customer resources.
Types ¶
type Client ¶
Client is used to invoke /customer_sessions APIs.
func (Client) New ¶
func (c Client) New(params *stripe.CustomerSessionParams) (*stripe.CustomerSession, error)
Creates a Customer Session object that includes a single-use client secret that you can use on your front-end to grant client-side API access for certain customer resources.
Click to show internal directories.
Click to hide internal directories.