Skip to content

Commit

Permalink
Merge pull request #745 from stripe/remi-add-invoice-items-pending
Browse files Browse the repository at this point in the history
Add support for listing invoice items per invoice or pending status
  • Loading branch information
brandur-stripe authored Jan 7, 2019
2 parents 4fbb4e5 + cf8e414 commit 99af7d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invoiceitem.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ type InvoiceItemListParams struct {
Created *int64 `form:"created"`
CreatedRange *RangeQueryParams `form:"created"`
Customer *string `form:"customer"`
Invoice *string `form:"invoice"`
Pending *bool `form:"pending"`
}

// InvoiceItem is the resource represneting a Stripe invoice item.
Expand Down

0 comments on commit 99af7d0

Please sign in to comment.