Statement narrative (merchant descriptor on card statement).
Serialize to a string-keyed map.
@type t() :: %Worldpay.Schema.Narrative{line1: String.t(), line2: String.t() | nil}
@spec to_map(t()) :: %{required(String.t()) => String.t()}