feerefund

package
v0.0.0-...-d8ed325 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2014 License: MIT Imports: 3 Imported by: 0

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 *FeeRefundParams) (*FeeRefund, error)

Get returns the details of a fee refund. For more details see https://stripe.com/docs/api#retrieve_fee_refund.

func List

func List(params *FeeRefundListParams) *FeeRefundIter

List returns a list of fee refunds. For more details see https://stripe.com/docs/api#list_fee_refunds.

func Update

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

Update updates a refund's properties. For more details see https://stripe.com/docs/api#update_refund.

Types

type Client

type Client struct {
	B   Backend
	Tok string
}

Client is used to invoke /application_fees/refunds APIs.

func (Client) Get

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

func (Client) List

func (c Client) List(params *FeeRefundListParams) *FeeRefundIter

func (Client) Update

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

Jump to

Keyboard shortcuts

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