orderState property

String? orderState
getter/setter pair

Order state for this profile.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "CLOSED" : Not enough capacity for customers to order.
  • "OPEN" : Enough capacity to fulfill an order.

Implementation

core.String? orderState;