Increase.Entities.Entity.Joint.Individual (Increase v1.0.0)

Copy Markdown View Source

The EntityJointIndividual object.

Fields

  • address - The person's address.
  • date_of_birth - The person's date of birth in YYYY-MM-DD format.
  • identification - A means of verifying the person's identity.
  • name - The person's legal name.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.Joint.Individual{
  address:
    Increase.Entities.Entity.Joint.Individual.EntityJointIndividualsAddress.t(),
  date_of_birth: Date.t(),
  identification:
    Increase.Entities.Entity.Joint.Individual.EntityJointIndividualsIdentification.t()
    | nil,
  name: String.t()
}