enrollmentState property

String? enrollmentState
getter/setter pair

Reflects the merchant enrollment state in Checkout feature.

Output only. Possible string values are:

  • "CHECKOUT_ON_MERCHANT_ENROLLMENT_STATE_UNSPECIFIED" : Default enrollment state when enrollment state is not specified.
  • "INACTIVE" : Merchant has not enrolled into the feature.
  • "ENROLLED" : Merchant has enrolled into the feature by providing either an account level URL or checkout URLs as part of their feed.
  • "OPT_OUT" : Merchant has previously enrolled but opted out of the feature.

Implementation

core.String? enrollmentState;