osdm-sys 0.1.0-alpha.3

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**preferred_language** | Option<**String**> | ISO-639-1 language code  | [optional]
**summary** | Option<**String**> | A human-readable description of the person.  | [optional]
**first_name** | **String** |  | 
**last_name** | **String** | full last names of the person | 
**first_family_name** | Option<**String**> | first family name in case of multiple family names. The element lastName includes all family names. | [optional]
**second_family_name** | Option<**String**> | second family name in case of multiple family names. The element lastName includes all family names. | [optional]
**email** | Option<**String**> |  | [optional]
**phone_number** | Option<**String**> | Preferably a mobile phone number, to be contacted in case changes to the booking occur, e.g., in case of interruptions. Format according to E.164 The international public telecommunication numbering plan   | [optional]
**address** | Option<[**models::Address**]Address.md> |  | [optional]
**postal_address** | Option<[**models::PostalAddress**]PostalAddress.md> |  | [optional]
**contact** | Option<[**models::ContactDetail**]ContactDetail.md> |  | [optional]
**tax_id** | Option<**String**> | Tax identification of the physical person for issuing an invoice or receipt | [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)