ShopServices

data class ShopServices(val iconPath: String, val descriptions: ShopServices.Descriptions)

Shop related on-site services

Constructors

Link copied to clipboard
constructor(iconPath: String, descriptions: ShopServices.Descriptions)

Types

Link copied to clipboard
data class Descriptions(val german: String?, val english: String?)

Properties

Link copied to clipboard
@SerializedName(value = "translations")
val descriptions: ShopServices.Descriptions

Descriptions for the services in the language de and en.

Link copied to clipboard
@SerializedName(value = "iconURL")
val iconPath: String

Url for the service related icon.