Represents a Customer Identity (KYC) check result.
@type decision() :: :success | :error | :fail | :outsort | String.t()
@type t() :: %Paysafe.Types.IdentityProfile{ decision: decision() | nil, id: String.t() | nil, merchant_ref_num: String.t() | nil, provider_responses: map() | nil, raw: map() }