Skip to content

Commit

Permalink
Merge pull request #999 from stripe/cjavilla/invoice-list-status
Browse files Browse the repository at this point in the history
Add support for filtering list of invoices by status
  • Loading branch information
remi-stripe authored Dec 2, 2019
2 parents dc5b5ee + 3caddec commit f6b9561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ type InvoiceListParams struct {
CreatedRange *RangeQueryParams `form:"created"`
DueDate *int64 `form:"due_date"`
DueDateRange *RangeQueryParams `form:"due_date"`
Status *string `form:"status"`
Subscription *string `form:"subscription"`
}

Expand Down

0 comments on commit f6b9561

Please sign in to comment.