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
1
2
3
4
5
6
7
8
9
10
11
12
# ProductTagName

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tag** | **String** | Values from the [Product Tags Code List](https://osdm.io/spec/catalog-of-code-lists/#ProductTags) Known values: - SPLIT_RESERVATION   Indicate for the provider that the distributor is prepared to get reservations including a split inside the reservation   Without this indication the provider is not allowed to use the SplitSection Object inside a reservation.    The implementation of SPLIT_RESERVATION is not recommended. To provide reservations that do not cover a full leg    multiple reservations as offerParts should be created. - CARD_LOST   Tag used to request a non-trip offer to replace a lost card. This applies to physical cards only. - TICKET_LOST   Tag used to request a non-trip offer to replace a lost ticket. This applies to physical tickts only. - Product Types   All product types can be used as Product Tags in the search  | 
**description** | [**models::Text**](Text.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)