SkuLocationInfoResponse

data class SkuLocationInfoResponse(val extendedLocations: List<String>? = null, val location: String, val type: String? = null, val zoneDetails: List<SkuZoneDetailResponse>? = null, val zones: List<String>? = null)

Constructors

Link copied to clipboard
constructor(extendedLocations: List<String>? = null, location: String, type: String? = null, zoneDetails: List<SkuZoneDetailResponse>? = null, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String? = null
Link copied to clipboard
Link copied to clipboard
val zones: List<String>? = null