Versions in this module Expand all Collapse all v55 v55.14.3 Feb 12, 2019 Changes in this version + func Del(id string, params *stripe.WebhookEndpointParams) (*stripe.WebhookEndpoint, error) + func Get(id string, params *stripe.WebhookEndpointParams) (*stripe.WebhookEndpoint, error) + func New(params *stripe.WebhookEndpointParams) (*stripe.WebhookEndpoint, error) + func Update(id string, params *stripe.WebhookEndpointParams) (*stripe.WebhookEndpoint, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Del(id string, params *stripe.WebhookEndpointParams) (*stripe.WebhookEndpoint, error) + func (c Client) Get(id string, params *stripe.WebhookEndpointParams) (*stripe.WebhookEndpoint, error) + func (c Client) List(listParams *stripe.WebhookEndpointListParams) *Iter + func (c Client) New(params *stripe.WebhookEndpointParams) (*stripe.WebhookEndpoint, error) + func (c Client) Update(id string, params *stripe.WebhookEndpointParams) (*stripe.WebhookEndpoint, error) + type Iter struct + func List(params *stripe.WebhookEndpointListParams) *Iter + func (i *Iter) WebhookEndpoint() *stripe.WebhookEndpoint Other modules containing this package github.com/openbnb/stripe-go