type property

String? type
getter/setter pair

The type of external action. Possible string values are:

  • "EXTERNAL_ACTION_TYPE_UNSPECIFIED" : Default value. Will never be provided by the API.
  • "REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER" : Redirect to Merchant Center where the merchant can request a review for issue related to their product.
  • "REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER" : Redirect to Merchant Center where the merchant can request a review for issue related to their account.
  • "LEGAL_APPEAL_IN_HELP_CENTER" : Redirect to the form in Help Center where the merchant can request a legal appeal for the issue.
  • "VERIFY_IDENTITY_IN_MERCHANT_CENTER" : Redirect to Merchant Center where the merchant can perform identity verification.

Implementation

core.String? type;