Typed Inttegro domain value.
@type t() :: %Inttegro.FinancialAccountAddress{ city: String.t(), country: String.t(), line_1: String.t(), line_2: String.t() | nil, name: String.t() | nil, phone: String.t() | nil, post_code: String.t() | nil, region: String.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()