From de1479fdb3dc06e5c3d7a7b60d0e0a085537131d Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy Date: Wed, 9 Mar 2022 15:03:02 -0500 Subject: [PATCH] Update test_clock documentation. --- customer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer.go b/customer.go index af2dbec728..123341db7f 100644 --- a/customer.go +++ b/customer.go @@ -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"` }