Stripe.Resources.V2.Core.Account.FutureRequirements.Summary.MinimumDeadline
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.V2.Core.Account.FutureRequirements.Summary.MinimumDeadline{ status: String.t() | nil, time: String.t() | nil }
status- The current strictest status of all requirements on the Account. Possible values:currently_due,eventually_due,past_due.time- The soonest RFC3339 date & time UTC value a requirement can impact the Account. Format: date-time.