Versions in this module Expand all Collapse all v72 v72.13.0 Oct 11, 2020 Changes in this version + func Cancel(id string, params *stripe.PaymentIntentCancelParams) (*stripe.PaymentIntent, error) + func Capture(id string, params *stripe.PaymentIntentCaptureParams) (*stripe.PaymentIntent, error) + func Confirm(id string, params *stripe.PaymentIntentConfirmParams) (*stripe.PaymentIntent, error) + func Get(id string, params *stripe.PaymentIntentParams) (*stripe.PaymentIntent, error) + func New(params *stripe.PaymentIntentParams) (*stripe.PaymentIntent, error) + func Update(id string, params *stripe.PaymentIntentParams) (*stripe.PaymentIntent, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Cancel(id string, params *stripe.PaymentIntentCancelParams) (*stripe.PaymentIntent, error) + func (c Client) Capture(id string, params *stripe.PaymentIntentCaptureParams) (*stripe.PaymentIntent, error) + func (c Client) Confirm(id string, params *stripe.PaymentIntentConfirmParams) (*stripe.PaymentIntent, error) + func (c Client) Get(id string, params *stripe.PaymentIntentParams) (*stripe.PaymentIntent, error) + func (c Client) List(listParams *stripe.PaymentIntentListParams) *Iter + func (c Client) New(params *stripe.PaymentIntentParams) (*stripe.PaymentIntent, error) + func (c Client) Update(id string, params *stripe.PaymentIntentParams) (*stripe.PaymentIntent, error) + type Iter struct + func List(params *stripe.PaymentIntentListParams) *Iter + func (i *Iter) PaymentIntent() *stripe.PaymentIntent + func (i *Iter) PaymentIntentList() *stripe.PaymentIntentList Other modules containing this package github.com/vivek-ng/stripe-go