availability property

String? availability
getter/setter pair

Availability of the product in this region.

Optional. Possible string values are:

  • "REGIONAL_INVENTORY_AVAILABILITY_UNSPECIFIED" : Indicates that the availability is unspecified.
  • "IN_STOCK" : Indicates that the product is in stock.
  • "OUT_OF_STOCK" : Indicates that the product is out of stock.

Implementation

core.String? availability;