StripeElixir.Resources.TestHelpers.DeletedTestClock
(stripe_elixir v0.1.0)
Copy Markdown
View Source
DeletedTestClock
Summary
Types
@type t() :: %StripeElixir.Resources.TestHelpers.DeletedTestClock{ deleted: boolean(), id: String.t(), object: String.t() }
deleted- Always true for a deleted object Possible values:true.id- Unique identifier for the object. Max length: 5000.object- String representing the object's type. Objects of the same type share the same value. Possible values:test_helpers.test_clock.