Parameters for test clock create.
Summary
Types
@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.