Documentation ¶
Overview ¶
Package feerefund provides the /application_fees/refunds APIs
Index ¶
- func Get(id string, params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)
- func New(params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)
- func Update(id string, params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)
- type Client
- func (c Client) Get(id string, params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)
- func (c Client) List(listParams *stripe.FeeRefundListParams) *Iter
- func (c Client) New(params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)
- func (c Client) Update(id string, params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns the details of a fee refund. For more details see https://stripe.com/docs/api#retrieve_fee_refund.
func New ¶
func New(params *stripe.FeeRefundParams) (*stripe.FeeRefund, error)
New refunds the application fee collected. For more details see https://stripe.com/docs/api#refund_application_fee.
func Update ¶
Update updates a refund's properties. For more details see https://stripe.com/docs/api#update_refund.
Types ¶
type Iter ¶
Iter is an iterator for lists of FeeRefunds. The embedded Iter carries methods with it; see its documentation for details.
func List ¶
func List(params *stripe.FeeRefundListParams) *Iter
List returns a list of fee refunds. For more details see https://stripe.com/docs/api#list_fee_refunds.
Click to show internal directories.
Click to hide internal directories.