Increase.Entities.Entity.Trust.Grantor (Increase v1.0.0)

Copy Markdown View Source

The grantor of the trust. Will be present if the category is revocable.

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.Trust.Grantor{
  address: Increase.Entities.Entity.Trust.Grantor.Address.t(),
  date_of_birth: Date.t(),
  identification:
    Increase.Entities.Entity.Trust.Grantor.Identification.t() | nil,
  name: String.t()
}