SizeAvailabilityResponse

data class SizeAvailabilityResponse(val isAvailable: Boolean? = null, val sizeCategory: String? = null)

Represents the size information

Constructors

Link copied to clipboard
constructor(isAvailable: Boolean? = null, sizeCategory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isAvailable: Boolean? = null

Whether or not this size category is available

Link copied to clipboard
val sizeCategory: String? = null

The category of the size (Basic, Standard, Performance).