View Source Stripe.DeletedTestHelpers.TestClock (Striped v0.5.0) (generated)

Link to this section Summary

Types

t()

The deleted_test_helpers.test_clock type.

Link to this section Types

@type t() :: %Stripe.DeletedTestHelpers.TestClock{
  deleted: boolean(),
  id: binary(),
  object: binary()
}

The deleted_test_helpers.test_clock type.

  • deleted Always true for a deleted object
  • id Unique identifier for the object.
  • object String representing the object's type. Objects of the same type share the same value.