Cloud Commerce Consumer Procurement v1 API - Enum CancelOrderRequest.Types.CancellationPolicy (1.4.0)

public enum CancelOrderRequest.Types.CancellationPolicy

Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API enum CancelOrderRequest.Types.CancellationPolicy.

Indicates the cancellation policy the customer uses to cancel the order.

Namespace

Google.Cloud.Commerce.Consumer.Procurement.V1

Assembly

Google.Cloud.Commerce.Consumer.Procurement.V1.dll

Fields

Name Description
CancelAtTermEnd

Request will cancel the auto renewal, if order is not subscription based, the request will fail.

CancelImmediately

Request will cancel the whole order immediately, if order cannot be immediately cancelled, the request will fail.

Unspecified

If unspecified, cancellation will try to cancel the order, if order cannot be immediately cancelled, auto renewal will be turned off. However, caller should avoid using the value as it will yield a non-deterministic result. This is still supported mainly to maintain existing integrated usages and ensure backwards compatibility.