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
13
14
15
16
# FulfillmentActivationPatchRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**selected_zone_ids** | Option<**Vec<String>**> |  | [optional]
**travel_dates** | Option<[**Vec<String>**]string.md> |  | [optional]
**start_of_usage** | Option<**String**> |  | 
**from_place** | Option<[**models::PlaceRef**]PlaceRef.md> |  | [optional]
**stock_control_numbers** | Option<**Vec<String>**> | The ids of the secure paper stock that identifies the blank secure paper stock used for printing.  The stock control number is only used for secure paper stock and triggers a printing of the stock control number in the ticket layout. This establishes a link between paper stock and ticket that is used to control the usage of blank secure paper stock at offices as secure paper has otherwise no intrinsic protection against internal fraud.  | [optional]
**continuous_service_vehicle_selection** | Option<[**models::ContinuousServiceVehicleSelection**]ContinuousServiceVehicleSelection.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)