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)
Constructors
Link copied to clipboard
fun SkuLocationInfoResponse(extendedLocations: List<String>? = null, location: String, type: String? = null, zoneDetails: List<SkuZoneDetailResponse>? = null, zones: List<String>? = null)