effectiveEnrollmentState property
The effective value of enrollment_state for a given merchant ID.
If account level settings are present then this value will be a copy of the account level settings. Otherwise, it will have the value of the parent account (for only marketplace sellers).
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? effectiveEnrollmentState;