Skip to content

Commit

Permalink
Update test_clock documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe committed Mar 9, 2022
1 parent db5860f commit de1479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type CustomerListParams struct {
CreatedRange *RangeQueryParams `form:"created"`
// A case-sensitive filter on the list based on the customer's `email` field. The value must be a string.
Email *string `form:"email"`
// Provides a list of customers that are associated with the specified test clock. If no list is provided, the response won't include customers with test clocks.
// Provides a list of customers that are associated with the specified test clock. The response will not include customers with test clocks if this parameter is not set.
TestClock *string `form:"test_clock"`
}

Expand Down

0 comments on commit de1479f

Please sign in to comment.