Documentation ¶
Overview ¶
Package ephemeralkey provides the /ephemeral_keys APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Del ¶
func Del(id string, params *stripe.EphemeralKeyParams) (*stripe.EphemeralKey, error)
Del removes an ephemeral key.
func New ¶
func New(params *stripe.EphemeralKeyParams) (*stripe.EphemeralKey, error)
New creates a new ephemeral key.
Types ¶
type Client ¶
Client is used to invoke /ephemeral_keys APIs.
func (Client) Del ¶
func (c Client) Del(id string, params *stripe.EphemeralKeyParams) (*stripe.EphemeralKey, error)
Del removes an ephemeral key.
func (Client) New ¶
func (c Client) New(params *stripe.EphemeralKeyParams) (*stripe.EphemeralKey, error)
New creates a new ephemeral key.
Click to show internal directories.
Click to hide internal directories.