Versions in this module Expand all Collapse all v58 v58.1.0 Mar 19, 2019 v58.0.0 Mar 19, 2019 Changes in this version + func Attach(id string, params *stripe.PaymentMethodAttachParams) (*stripe.PaymentMethod, error) + func Detach(id string, params *stripe.PaymentMethodDetachParams) (*stripe.PaymentMethod, error) + func Get(id string, params *stripe.PaymentMethodParams) (*stripe.PaymentMethod, error) + func New(params *stripe.PaymentMethodParams) (*stripe.PaymentMethod, error) + func Update(id string, params *stripe.PaymentMethodParams) (*stripe.PaymentMethod, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Attach(id string, params *stripe.PaymentMethodAttachParams) (*stripe.PaymentMethod, error) + func (c Client) Detach(id string, params *stripe.PaymentMethodDetachParams) (*stripe.PaymentMethod, error) + func (c Client) Get(id string, params *stripe.PaymentMethodParams) (*stripe.PaymentMethod, error) + func (c Client) List(listParams *stripe.PaymentMethodListParams) *Iter + func (c Client) New(params *stripe.PaymentMethodParams) (*stripe.PaymentMethod, error) + func (c Client) Update(id string, params *stripe.PaymentMethodParams) (*stripe.PaymentMethod, error) + type Iter struct + func List(params *stripe.PaymentMethodListParams) *Iter + func (i *Iter) PaymentMethod() *stripe.PaymentMethod Other modules containing this package gopkg.in/stripe/stripe-go.v57 gopkg.in/stripe/stripe-go.v59 gopkg.in/stripe/stripe-go.v60 gopkg.in/stripe/stripe-go.v61 gopkg.in/stripe/stripe-go.v62 gopkg.in/stripe/stripe-go.v63 gopkg.in/stripe/stripe-go.v64 gopkg.in/stripe/stripe-go.v65 gopkg.in/stripe/stripe-go.v66 gopkg.in/stripe/stripe-go.v67 gopkg.in/stripe/stripe-go.v68 gopkg.in/stripe/stripe-go.v69 gopkg.in/stripe/stripe-go.v70