CancelSubscriptionRequest Class
Request parameters for cancel customer subscription.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.billing._serialization.ModelCancelSubscriptionRequest
Constructor
CancelSubscriptionRequest(*, cancellation_reason: str | _models.CancellationReason, customer_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
cancellation_reason
|
Cancellation reason. Required. Known values are: "Other", "Compromise", and "Dispute". |
customer_id
|
The fully qualified ID that uniquely identifies a customer. |
Variables
Name | Description |
---|---|
cancellation_reason
|
Cancellation reason. Required. Known values are: "Other", "Compromise", and "Dispute". |
customer_id
|
The fully qualified ID that uniquely identifies a customer. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python