# TransferzeroSdk.Document ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **upload** | **String** | Base64 encoded data uri of an image/pdf file or a fully qualified url | **url** | **String** | URL of the document location | [optional] **uploadFileName** | **String** | Name of the upload | **metadata** | **Object** | Metadata of document | [optional] **uploadContentType** | **String** | | [optional] **uploadFileSize** | **Number** | | [optional] **category** | **String** | uncategorised | [optional] [readonly] **side** | **String** | The side of the KYC ID. One of 'front' or 'back' | [optional] [readonly] **documentType** | **String** | This is a brief description of the document type | [optional] **issuingCountry** | **String** | Issuing country of ID in 2-character alpha ISO 3166-2 country format | [optional] [readonly] **id** | **String** | | [optional] [readonly] **documentId** | **String** | Document ID issued by government | [optional] **expiryDate** | **Date** | Document expiry date issued by government | [optional] **source** | **String** | Determines the document's source. Default value \"Manual\" | [optional] **errors** | **{String: [ValidationErrorDescription]}** | The fields that have some problems and don't pass validation | [optional] [readonly] ## Enum: SideEnum * `front` (value: `"front"`) * `back` (value: `"back"`)