Typed Inttegro request parameters.
@type t() :: %Inttegro.PaymentMethods.PaymentMethodOwnerInputAddress{ city: String.t() | nil, country: String.t(), line1: String.t() | nil, line2: String.t() | nil, name: String.t() | nil, phone_number: String.t() | nil, post_code: String.t() | nil, region: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()