resolution property

String? resolution
getter/setter pair

Whether the issue can be resolved by the merchant. Possible string values are:

  • "RESOLUTION_UNSPECIFIED" : Not specified.
  • "MERCHANT_ACTION" : The issue can be resolved by the merchant.
  • "PENDING_PROCESSING" : The issue will be resolved auomatically.

Implementation

core.String? resolution;