Typed Inttegro domain value.
@type t() :: %Inttegro.PaymentMethods.PaymentMethodVerification{ completed_at: String.t() | nil, initiated_at: String.t(), mechanism: String.t() | nil, request_id: String.t(), type: String.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()