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 ¶
Types ¶
type Client ¶
Client is used to invoke /application_fees/refunds APIs.
func (Client) List ¶
func (c Client) List(listParams *stripe.FeeRefundListParams) *Iter
List returns a list of application fee refunds.
type 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 ¶
FeeRefund returns the application fee refund which the iterator is currently pointing to.
func (*Iter) FeeRefundList ¶ added in v71.44.0
func (i *Iter) FeeRefundList() *stripe.FeeRefundList
FeeRefundList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.