mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-21 21:46:27 +02:00
3.0.275
This commit is contained in:
parent
f38b516d25
commit
578fcee611
70 changed files with 6828 additions and 9625 deletions
|
@ -1,7 +1,5 @@
|
|||
|
||||
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace TINK.Repository.Response
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
@ -25,6 +25,26 @@ namespace TINK.Repository.Response
|
|||
[DataMember]
|
||||
public MapSpan init_map { get; private set; }
|
||||
|
||||
/// <summary> Url of page holding agb info. </summary>
|
||||
[DataMember]
|
||||
public string agb_html { get; private set; }
|
||||
|
||||
/// <summary> Url of page holding instructions how to rent bikes. </summary>
|
||||
[DataMember]
|
||||
public string bike_info_html { get; private set; }
|
||||
|
||||
/// <summary> Url of page holding privacy info. </summary>
|
||||
[DataMember]
|
||||
public string privacy_html { get; private set; }
|
||||
|
||||
/// <summary> Url of page holding impress info. </summary>
|
||||
[DataMember]
|
||||
public string impress_html { get; private set; }
|
||||
|
||||
/// <summary> Url of page holding tariff info. </summary>
|
||||
[DataMember]
|
||||
public string tariff_info_html { get; private set; }
|
||||
|
||||
/// <summary> Textual description of response. </summary>
|
||||
public new string ToString()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue