Stripe.Params.TestHelpers.TestClockCreateParams (tiger_stripe v0.1.10)

Copy Markdown View Source

Parameters for test clock create.

Summary

Types

t()

@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.