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. For more details see https://stripe.com/docs/api#delete_ephemeral_key.
func New ¶
func New(params *stripe.EphemeralKeyParams) (*stripe.EphemeralKey, error)
New POSTs new ephemeral keys. For more details see https://stripe.com/docs/api#create_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. For more details see https://stripe.com/docs/api#delete_ephemeral_key.
func (Client) New ¶
func (c Client) New(params *stripe.EphemeralKeyParams) (*stripe.EphemeralKey, error)
New POSTs new ephemeral keys. For more details see https://stripe.com/docs/api#create_ephemeral_key.
Click to show internal directories.
Click to hide internal directories.