View Source Stripe.DeletedTestHelpers.TestClock (stripity_stripe v3.2.0)
Summary
Types
@type t() :: %Stripe.DeletedTestHelpers.TestClock{ deleted: boolean(), id: binary(), object: binary() }
The deleted_test_helpers.test_clock type.
deletedAlways true for a deleted objectidUnique identifier for the object.objectString representing the object's type. Objects of the same type share the same value.