cancellationReason property

String? cancellationReason
getter/setter pair

Cancellation reason for the Entitlement. Possible string values are:

  • "CANCELLATION_REASON_UNSPECIFIED" : Not used.
  • "SERVICE_TERMINATED" : Reseller triggered a cancellation of the service.
  • "RELATIONSHIP_ENDED" : Relationship between the reseller and customer has ended due to a transfer.
  • "PARTIAL_TRANSFER" : Entitlement transferred away from reseller while still keeping other entitlement(s) with the reseller.

Implementation

core.String? cancellationReason;