Movatterモバイル変換


[0]ホーム

URL:


Notice  The highest tagged major version isv83.

customer

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:253

Details

Repository

github.com/stripe/stripe-go

Links

Documentation

Overview

Package customer provides the /customers APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

funcDel

Del removes a customer.

funcGet

Get returns the details of a customer.

funcNew

New creates a new customer.

funcUpdate

func Update(idstring, params *stripe.CustomerParams) (*stripe.Customer,error)

Update updates a customer's properties.

Types

typeClient

type Client struct {Bstripe.BackendKeystring}

Client is used to invoke /customers APIs.

func (Client)Del

Del removes a customer.

func (Client)Get

Get returns the details of a customer.

func (Client)List

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

List returns a list of customers.

func (Client)New

New creates a new customer.

func (Client)Update

func (cClient) Update(idstring, params *stripe.CustomerParams) (*stripe.Customer,error)

Update updates a customer's properties.

typeIter

type Iter struct {*stripe.Iter}

Iter is an iterator for customers.

funcList

func List(params *stripe.CustomerListParams) *Iter

List returns a list of customers.

func (*Iter)Customer

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

Customer returns the customer 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