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
# IdentificationCard

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Identifier on the document.  | 
**r#type** | **String** | Refer to code list for values  | 
**name** | Option<**String**> | ICAO transliteration identical as written in the document  | [optional]
**nationality** | Option<**String**> | ISO 3166-1 alpha-2 2 character country code  | [optional]
**birth_city** | Option<**String**> |  | [optional]
**issuing_city** | Option<**String**> | place where the document is issued  | [optional]
**residence_city** | Option<**String**> |  | [optional]
**birth_country_code** | Option<**String**> | ISO 3166-1 alpha-2 2 character country code  | [optional]
**issuing_country_code** | Option<**String**> | ISO 3166-1 alpha-2 2 character country code  | [optional]
**residence_country_code** | Option<**String**> | ISO 3166-1 alpha-2 2 character country code  | [optional]
**issuing_date** | Option<**String**> |  | [optional]
**gender** | Option<[**models::Gender**]Gender.md> |  | [optional]
**expiration_date** | Option<[**String**]string.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)