Stripe.Resources.Identity.VerificationSession.Options.Matching (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Identity.VerificationSession.Options.Matching{
  dob: String.t() | nil,
  name: String.t() | nil
}
  • dob - Strictness of the DOB matching policy to apply. Possible values: none, similar.
  • name - Strictness of the name matching policy to apply. Possible values: none, similar.