Increase.Entities.Entity.Corporation.LegalIdentifier (Increase v1.0.0)

Copy Markdown View Source

The legal identifier of the corporation.

Fields

  • category - The category of the legal identifier.
  • value - The identifier of the legal identifier.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.Corporation.LegalIdentifier{
  category: String.t(),
  value: String.t()
}