# Document
## Properties
**id** | **String** | |
**summary** | Option<**String**> | | [optional]
**passenger_ref** | Option<**String**> | Reference to a passenger, to be specified when the document related to an individual passenger. | [optional]
**download_link** | Option<**String**> | | [optional]
**download_expiry** | Option<**String**> | Expiration time of the download link, the document will not be available at the given URI after this time. | [optional]
**content** | Option<**String**> | base64 encoded binary of the actual fulfillment document. The length restriction of 4 MBytes applies to the encoded string, so the raw document cannot exceed 3 MBytes in size. | [optional]
**format** | Option<[**models::DocumentFormat**](DocumentFormat.md)> | | [optional]
**r#type** | [**models::DocumentType**](DocumentType.md) | |
**scope** | [**models::DocumentScope**](DocumentScope.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)