Documentation ¶
Overview ¶
Package disputesettlementdetail provides the /issuing/dispute_settlement_details APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.IssuingDisputeSettlementDetailParams) (*stripe.IssuingDisputeSettlementDetail, error)
Retrieves an Issuing DisputeSettlementDetail object.
Types ¶
type Client ¶
Client is used to invoke /issuing/dispute_settlement_details APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.IssuingDisputeSettlementDetailParams) (*stripe.IssuingDisputeSettlementDetail, error)
Retrieves an Issuing DisputeSettlementDetail object.
type Iter ¶
Iter is an iterator for issuing dispute settlement details.
func List ¶
func List(params *stripe.IssuingDisputeSettlementDetailListParams) *Iter
Returns a list of Issuing DisputeSettlementDetail objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
func (*Iter) IssuingDisputeSettlementDetail ¶
func (i *Iter) IssuingDisputeSettlementDetail() *stripe.IssuingDisputeSettlementDetail
IssuingDisputeSettlementDetail returns the issuing dispute settlement detail which the iterator is currently pointing to.
func (*Iter) IssuingDisputeSettlementDetailList ¶
func (i *Iter) IssuingDisputeSettlementDetailList() *stripe.IssuingDisputeSettlementDetailList
IssuingDisputeSettlementDetailList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.