fee

package
v33.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2018 License: MIT Imports: 2 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

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 (Client) List

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

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for lists of ApplicationFees. The embedded Iter carries methods with it; see its documentation for details.

func List

func List(params *stripe.ApplicationFeeListParams) *Iter

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

func (*Iter) ApplicationFee

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

ApplicationFee returns the most recent ApplicationFee visited by a call to Next.

Jump to

Keyboard shortcuts

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