Represents a merchant onboarding Application.
@type status() :: :draft | :submitted | :approved | :declined | :in_review | String.t()
@type t() :: %Paysafe.Types.Application{ id: String.t() | nil, raw: map(), status: status() | nil }