fee

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2014 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package fee provides the /application_fees APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(id string, params *stripe.FeeParams) (*stripe.Fee, error)

Get returns the details of an application fee. For more details see https://stripe.com/docs/api#retrieve_application_fee.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke application_fees APIs.

func (Client) Get

func (c Client) Get(id string, params *stripe.FeeParams) (*stripe.Fee, error)

func (Client) List

func (c Client) List(params *stripe.FeeListParams) *Iter

type Iter

type Iter struct {
	Iter *stripe.Iter
}

Iter is a iterator for list responses.

func List

func List(params *stripe.FeeListParams) *Iter

List returns a list of application fees. For more details see https://stripe.com/docs/api#list_application_fees.

func (*Iter) Meta

func (i *Iter) Meta() *stripe.ListMeta

Meta returns the list metadata.

func (*Iter) Next

func (i *Iter) Next() (*stripe.Fee, error)

Next returns the next value in the list.

func (*Iter) Stop

func (i *Iter) Stop() bool

Stop returns true if there are no more iterations to be performed.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL