Sku Location Info Response
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)