Module: Google::Shopping::Merchant::Accounts::V1beta::Program::State
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb
Overview
Possible program participation states for the account.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0
- NOT_ELIGIBLE =
The account is not eligible to participate in the program.
1
- ELIGIBLE =
The account is eligible to participate in the program.
2
- ENABLED =
The program is enabled for the account.
3