Result of a single KYC check run.
@type status() :: :pending | :passed | :failed | :referred | :error
@type t() :: %Railsr.Types.KycCheck{ created_at: String.t() | nil, failure_reasons: list() | nil, kyc_check_id: String.t() | nil, provider: String.t() | nil, refer_reasons: list() | nil, status: String.t() | nil, updated_at: String.t() | nil }