osdm-sys 0.1.0-alpha.2

Specifications for the OSDM API standard. The OSDM specification supports two modes of operation: Retailer Mode and Distributor Mode. The API works identically in both modes, except that in distributor mode the API also returns fare information. The following resources are key to get started: - [Processes](https://osdm.io/spec/processes/) - [Models](https://osdm.io/spec/models/) - [Getting started](https://osdm.io/spec/getting-started/)
Documentation
# Document

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)