ProductAvailability

enum ProductAvailability : Enum<ProductAvailability> , ConvertibleToJava<ProductAvailability>

The online availability of the Product. Default to Availability.IN_STOCK. Corresponding properties: Google Merchant Center property availability. Schema.org property Offer.availability.

Entries

Link copied to clipboard

Default product availability. Default to Availability.IN_STOCK if unset.

Link copied to clipboard

Product in stock.

Link copied to clipboard

Product out of stock.

Link copied to clipboard

Product that is in pre-order state.

Link copied to clipboard

Product that is back-ordered (i.e. temporarily out of stock).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ProductAvailability
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ProductAvailability
Link copied to clipboard
Link copied to clipboard