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.ApplicationFeeParams) (*stripe.ApplicationFee, error)
Get returns the details of an application fee. For more details see https://stripe.com/docs/api#retrieve_application_fee.
Types ¶
type Client ¶
Client is used to invoke application_fees APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.ApplicationFeeParams) (*stripe.ApplicationFee, error)
type 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.
Click to show internal directories.
Click to hide internal directories.