Stripe.Resources.Identity.VerificationSession.ProvidedDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Identity.VerificationSession.ProvidedDetails{
  email: String.t() | nil,
  phone: String.t() | nil
}
  • email - Email of user being verified Max length: 5000.
  • phone - Phone number of user being verified Max length: 5000.