/// <summary> Holds tariff entires to show to user.</summary>
[DataMember]
publicDictionary<
string/* Key of tariff object for sorting purposes*/,
string[]/* Holds two Elements: first element is the description of the element (example: "Max Gebühr"), second is the value (example: "9.00 € / Tag")*/>
/// <summary> Holds tariff entires to show to user.</summary>
[DataMember]
publicDictionary<
string/* Key of info object for sorting purposes*/,
string[]/* Holds two Elements: first element is the key of the element (example: "Tracking"), second is the value (example: "Ich stimme der Speicherung (Tracking) meiner Fahrstrecke ....")*/>