Skip to content

Commit

Permalink
Support listing Orders for a specific Customer
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Apr 10, 2018
1 parent 4a0e51d commit 1bfddb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions order.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ type OrderList struct {
// https://stripe.com/docs/api#list_orders.
type OrderListParams struct {
ListParams `form:"*"`
Customer string `form:"customer"`
Created int64 `form:"created"`
CreatedRange *RangeQueryParams `form:"created"`
IDs []string `form:"ids"`
Expand Down

0 comments on commit 1bfddb7

Please sign in to comment.