effectiveReviewState property

String? effectiveReviewState
getter/setter pair

The effective value of review 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.

Output only. Possible string values are:

  • "CHECKOUT_ON_MERCHANT_REVIEW_STATE_UNSPECIFIED" : Default review state when review state is not specified.
  • "IN_REVIEW" : Merchant provided URLs are being reviewed for data quality issues.
  • "APPROVED" : Merchant account has been approved. Indicates the data quality checks have passed.
  • "DISAPPROVED" : Merchant account has been disapproved due to data quality issues.

Implementation

core.String? effectiveReviewState;