Google Cloud Channel V1 Client - Class CancellationReason (1.8.2)

Reference documentation and code samples for the Google Cloud Channel V1 Client class CancellationReason.

Cancellation reason for the entitlement

Protobuf type google.cloud.channel.v1.EntitlementChange.CancellationReason

Namespace

Google \ Cloud \ Channel \ V1 \ EntitlementChange

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

CANCELLATION_REASON_UNSPECIFIED

Value: 0

Not used.

Generated from protobuf enum CANCELLATION_REASON_UNSPECIFIED = 0;

SERVICE_TERMINATED

Value: 1

Reseller triggered a cancellation of the service.

Generated from protobuf enum SERVICE_TERMINATED = 1;

RELATIONSHIP_ENDED

Value: 2

Relationship between the reseller and customer has ended due to a transfer.

Generated from protobuf enum RELATIONSHIP_ENDED = 2;

PARTIAL_TRANSFER

Value: 3

Entitlement transferred away from reseller while still keeping other entitlement(s) with the reseller.

Generated from protobuf enum PARTIAL_TRANSFER = 3;