enrollmentState property
Reflects the merchant enrollment state in Checkout
program.
Output only. Possible string values are:
- "CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED" : Default enrollment state when enrollment state is not specified.
- "INACTIVE" : Merchant has not enrolled into the program.
- "ENROLLED" : Merchant has enrolled into the program by providing either an account level URL or checkout URLs as part of their feed.
- "OPTED_OUT" : Merchant has previously enrolled but opted out of the program.
Implementation
core.String? enrollmentState;