Documentation ¶
Overview ¶
Package secret provides the /apps/secrets APIs
Index ¶
- func DeleteWhere(params *stripe.AppsSecretDeleteWhereParams) (*stripe.AppsSecret, error)
- func Find(params *stripe.AppsSecretFindParams) (*stripe.AppsSecret, error)
- func New(params *stripe.AppsSecretParams) (*stripe.AppsSecret, error)
- type Client
- func (c Client) DeleteWhere(params *stripe.AppsSecretDeleteWhereParams) (*stripe.AppsSecret, error)
- func (c Client) Find(params *stripe.AppsSecretFindParams) (*stripe.AppsSecret, error)
- func (c Client) List(listParams *stripe.AppsSecretListParams) *Iter
- func (c Client) New(params *stripe.AppsSecretParams) (*stripe.AppsSecret, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteWhere ¶
func DeleteWhere(params *stripe.AppsSecretDeleteWhereParams) (*stripe.AppsSecret, error)
DeleteWhere is the method for the `POST /v1/apps/secrets/delete` API.
func Find ¶
func Find(params *stripe.AppsSecretFindParams) (*stripe.AppsSecret, error)
Find is the method for the `GET /v1/apps/secrets/find` API.
func New ¶
func New(params *stripe.AppsSecretParams) (*stripe.AppsSecret, error)
New creates a new apps secret.
Types ¶
type Client ¶
Client is used to invoke /apps/secrets APIs.
func (Client) DeleteWhere ¶
func (c Client) DeleteWhere(params *stripe.AppsSecretDeleteWhereParams) (*stripe.AppsSecret, error)
DeleteWhere is the method for the `POST /v1/apps/secrets/delete` API.
func (Client) Find ¶
func (c Client) Find(params *stripe.AppsSecretFindParams) (*stripe.AppsSecret, error)
Find is the method for the `GET /v1/apps/secrets/find` API.
func (Client) List ¶
func (c Client) List(listParams *stripe.AppsSecretListParams) *Iter
List returns a list of apps secrets.
func (Client) New ¶
func (c Client) New(params *stripe.AppsSecretParams) (*stripe.AppsSecret, error)
New creates a new apps secret.
type Iter ¶
Iter is an iterator for apps secrets.
func List ¶
func List(params *stripe.AppsSecretListParams) *Iter
List returns a list of apps secrets.
func (*Iter) AppsSecret ¶
func (i *Iter) AppsSecret() *stripe.AppsSecret
AppsSecret returns the apps secret which the iterator is currently pointing to.
func (*Iter) AppsSecretList ¶
func (i *Iter) AppsSecretList() *stripe.AppsSecretList
AppsSecretList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.