Class CancellationPolicy (0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
CancellationPolicy(value)
Indicates the cancellation policy the customer uses to cancel
the order.
Enums
Name
Description
CANCELLATION_POLICY_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.
CANCELLATION_POLICY_CANCEL_IMMEDIATELY
Request will cancel the whole order immediately, if order cannot be immediately cancelled, the request will fail.
CANCELLATION_POLICY_CANCEL_AT_TERM_END
Request will cancel the auto renewal, if order is not subscription based, the request will fail.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-02 UTC."],[],[]]