Worldpay.Schema.Narrative (Worldpay v1.0.0)

Copy Markdown View Source

Statement narrative (merchant descriptor on card statement).

Summary

Functions

Serialize to a string-keyed map.

Types

t()

@type t() :: %Worldpay.Schema.Narrative{line1: String.t(), line2: String.t() | nil}

Functions

to_map(narrative)

@spec to_map(t()) :: %{required(String.t()) => String.t()}

Serialize to a string-keyed map.