# `Stripe.Params.TestHelpers.TestClockCreateParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/test_clock_create_params.ex#L2)

Parameters for test clock create.

# `t`

```elixir
@type t() :: %Stripe.Params.TestHelpers.TestClockCreateParams{
  expand: [String.t()] | nil,
  frozen_time: integer(),
  name: String.t() | nil
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `frozen_time` - The initial frozen time for this test clock. Format: Unix timestamp.
* `name` - The name for this test clock. Max length: 300.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
