# `Stripe.Resources.TestHelpers.TestClock.StatusDetails.Advancing`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/test_helpers/test_clock.ex#L62)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.TestHelpers.TestClock.StatusDetails.Advancing{
  target_frozen_time: integer() | nil
}
```

* `target_frozen_time` - The `frozen_time` that the Test Clock is advancing towards. Format: Unix timestamp.

---

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