Versions in this module Expand all Collapse all v30 v30.8.1 May 24, 2018 Changes in this version + const AccountClosed + const AccountFrozen + const Bank + const BankAccountRestrict + const BankOwnerChanged + const Canceled + const Card + const CouldNotProcess + const DebitNotAuth + const Failed + const InsufficientFunds + const InvalidAccountNumber + const InvalidCurrency + const NoAccount + const Paid + const Pending + const SourceAlipay + const SourceBank + const SourceBitcoin + const SourceCard + const Transit + func Cancel(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + func Get(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + func New(params *stripe.PayoutParams) (*stripe.Payout, error) + func Update(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Cancel(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + func (c Client) Get(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + func (c Client) List(params *stripe.PayoutListParams) *Iter + func (c Client) New(params *stripe.PayoutParams) (*stripe.Payout, error) + func (c Client) Update(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + type Iter struct + func List(params *stripe.PayoutListParams) *Iter + func (i *Iter) Payout() *stripe.Payout Other modules containing this package github.com/stripe/stripe-go github.com/stripe/stripe-go/v55 github.com/stripe/stripe-go/v71 github.com/stripe/stripe-go/v72 github.com/stripe/stripe-go/v73 github.com/stripe/stripe-go/v74 github.com/stripe/stripe-go/v75 github.com/stripe/stripe-go/v76 github.com/stripe/stripe-go/v78 github.com/stripe/stripe-go/v79 github.com/stripe/stripe-go/v80 github.com/stripe/stripe-go/v81