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

Copy Markdown View Source

The EntityTrustTrustee object.

Fields

  • individual - The individual trustee of the trust. Will be present if the trustee's structure is equal to individual.
  • structure - The structure of the trustee. Will always be equal to individual.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.Trust.Trustee{
  individual:
    Increase.Entities.Entity.Trust.Trustee.EntityTrustTrusteesIndividual.t()
    | nil,
  structure: String.t()
}