Typed Inttegro domain value.
@type t() :: %Inttegro.Specifications.CountryBankBranch{ id: String.t(), name: String.t(), sort_code: String.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()