Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Source.CodeVerification{ attempts_remaining: integer() | nil, status: String.t() | nil }
attempts_remaining- The number of attempts remaining to authenticate the source object with a verification code.status- The status of the code verification, eitherpending(awaiting verification,attempts_remainingshould be greater than 0),succeeded(successful verification) orfailed(failed verification, cannot be verified anymore asattempts_remainingshould be 0). Max length: 5000.