suspensionReason property

String? suspensionReason
getter/setter pair

Suspension reason for the Entitlement. Possible string values are:

  • "SUSPENSION_REASON_UNSPECIFIED" : Not used.
  • "RESELLER_INITIATED" : Entitlement was manually suspended by the Reseller.
  • "TRIAL_ENDED" : Trial ended.
  • "RENEWAL_WITH_TYPE_CANCEL" : Entitlement renewal was canceled.
  • "PENDING_TOS_ACCEPTANCE" : Entitlement was automatically suspended on creation for pending ToS acceptance on customer.
  • "OTHER" : Other reasons (internal reasons, abuse, etc.).

Implementation

core.String? suspensionReason;