Increase.Entities.Entity.NaturalPerson.Identification (Increase v1.0.0)

Copy Markdown View Source

A means of verifying the person's identity.

Fields

  • method - A method that can be used to verify the individual's identity.
  • number_last4 - The last 4 digits of the identification number that can be used to verify the individual's identity.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.NaturalPerson.Identification{
  method: String.t(),
  number_last4: String.t()
}