feerefund

package
v70.15.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: MIT Imports: 4 Imported by: 147

Documentation

Overview

Package feerefund provides the /application_fees/refunds APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(id string, params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)

Get returns the details of an application fee refund.

func New

func New(params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)

New creates an application fee refund.

func Update

func Update(id string, params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)

Update updates an application fee refund.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /application_fees/refunds APIs.

func (Client) Get

func (c Client) Get(id string, params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)

Get returns the details of an application fee refund.

func (Client) List

func (c Client) List(listParams *stripe.FeeRefundListParams) *Iter

List returns a list of application fee refunds.

func (Client) New

func (c Client) New(params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)

New creates an application fee refund.

func (Client) Update

func (c Client) Update(id string, params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)

Update updates an application fee refund.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for application fee refunds.

func List

func List(params *stripe.FeeRefundListParams) *Iter

List returns a list of application fee refunds.

func (*Iter) FeeRefund

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

FeeRefund returns the application fee refund which the iterator is currently pointing to.

Jump to

Keyboard shortcuts

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