availability property
The availability of the purchase option. Possible string values are:
- "AVAILABILITY_UNSPECIFIED" : Unspecified availability. Must not be used.
- "AVAILABLE" : The purchase option is available to users.
- "NO_LONGER_AVAILABLE" : The purchase option is no longer available to users. This value can only be used if the availability was previously set as AVAILABLE.
- "AVAILABLE_IF_RELEASED" : The purchase option is initially unavailable, but made available via a released pre-order offer.
Implementation
core.String? availability;