Movatterモバイル変換


[0]ホーム

URL:


Notice  The highest tagged major version isv83.

account

package
v70.15.0+incompatibleLatest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2020 License:MITImports:3Imported by:154

Details

Repository

github.com/stripe/stripe-go

Links

Documentation

Overview

Package account provides API functions related to accounts.

For more details, see:https://stripe.com/docs/api/go#accounts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

funcDel

func Del(idstring, params *stripe.AccountParams) (*stripe.Account,error)

Del deletes an account.

funcGet

func Get() (*stripe.Account,error)

Get retrieves the authenticating account.

funcGetByID

func GetByID(idstring, params *stripe.AccountParams) (*stripe.Account,error)

GetByID retrieves an account.

funcNew

func New(params *stripe.AccountParams) (*stripe.Account,error)

New creates a new account.

funcReject

Reject rejects an account.

funcUpdate

func Update(idstring, params *stripe.AccountParams) (*stripe.Account,error)

Update updates an account.

Types

typeClient

type Client struct {Bstripe.BackendKeystring}

Client is used to invoke APIs related to accounts.

func (Client)Del

func (cClient) Del(idstring, params *stripe.AccountParams) (*stripe.Account,error)

Del deletes an account.

func (Client)Get

func (cClient) Get() (*stripe.Account,error)

Get retrieves the authenticating account.

func (Client)GetByID

func (cClient) GetByID(idstring, params *stripe.AccountParams) (*stripe.Account,error)

GetByID retrieves an account.

func (Client)List

func (cClient) List(listParams *stripe.AccountListParams) *Iter

List returns an iterator that iterates all accounts.

func (Client)New

func (cClient) New(params *stripe.AccountParams) (*stripe.Account,error)

New creates a new account.

func (Client)Reject

Reject rejects an account.

func (Client)Update

func (cClient) Update(idstring, params *stripe.AccountParams) (*stripe.Account,error)

Update updates an account.

typeIter

type Iter struct {*stripe.Iter}

Iter is an iterator for accounts.

funcList

func List(params *stripe.AccountListParams) *Iter

List returns an iterator that iterates all accounts.

func (*Iter)Account

func (i *Iter) Account() *stripe.Account

Account returns the account which the iterator is currently pointing to.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp