Typed Inttegro domain value.
@type t() :: %Inttegro.PaymentNextActionRedirectLatestVisit{ at: String.t() | nil, ip_address: String.t() | nil, user_agent: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()