Paysafe.Types.Application (Paysafe v1.0.0)

Copy Markdown View Source

Represents a merchant onboarding Application.

Summary

Types

status()

@type status() ::
  :draft | :submitted | :approved | :declined | :in_review | String.t()

t()

@type t() :: %Paysafe.Types.Application{
  id: String.t() | nil,
  raw: map(),
  status: status() | nil
}