RegionalAvailabilityResponse

data class RegionalAvailabilityResponse(val region: String? = null, val sizeAvailabilities: List<SizeAvailabilityResponse>? = null)

The availability information of sizes across regions

Constructors

Link copied to clipboard
constructor(region: String? = null, sizeAvailabilities: List<SizeAvailabilityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val region: String? = null

Corresponding region

Link copied to clipboard

List of all the size information for the region