mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-22 12:56:29 +02:00
Version 3.0.366
This commit is contained in:
parent
0eb7362cb8
commit
24cdfbb0ca
84 changed files with 900 additions and 393 deletions
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace TINK.Repository.Response
|
||||
|
@ -22,6 +22,12 @@ namespace TINK.Repository.Response
|
|||
[DataMember]
|
||||
public string id { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Holds the time span in minutes for which a bike can be reserved.
|
||||
/// </summary>
|
||||
[DataMember]
|
||||
public string reserve_timerange { get; private set; }
|
||||
|
||||
/// <summary> Holds tariff entires to show to user.</summary>
|
||||
[DataMember]
|
||||
public Dictionary<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue