Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Issuing.Cardholder.Requirements{ disabled_reason: String.t() | nil, past_due: [String.t()] | nil }
disabled_reason- Ifdisabled_reasonis present, all cards will decline authorizations withcardholder_verification_requiredreason. Possible values:listed,rejected.listed,requirements.past_due,under_review. Nullable.past_due- Array of fields that need to be collected in order to verify and re-enable the cardholder. Nullable.