Skip to content

Commit

Permalink
Add missing fields to paginate chargebacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Döen committed Mar 31, 2022
1 parent 358deac commit c02eb1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mollie/chargebacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ type ChargebackOptions struct {

// ChargebacksListOptions describes list chargebacks endpoint valid query string parameters.
type ChargebacksListOptions struct {
From string `url:"from,omitempty"`
Limit int `url:"limit,omitempty"`
Include string `url:"include,omitempty"`
Embed string `url:"embed,omitempty"`
ProfileID string `url:"profileId,omitempty"`
Expand Down

0 comments on commit c02eb1e

Please sign in to comment.