A KYC identity verification record.
@type t() :: %Rapyd.Types.Identity{ contact: String.t(), created_at: integer(), document_type: String.t() | nil, ewallet: String.t(), id: String.t(), result: String.t() | nil, status: String.t() }