Class CancelSubscriptionDetails
The data to cancel a Subscription.
Inherited Members
Namespace: Oci.SelfService.Models
Assembly: OCI.DotNetSDK.Self.dll
Syntax
public class CancelSubscriptionDetails
Properties
Reason
Declaration
[JsonProperty(PropertyName = "reason")]
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Optional reason provided by the customer for the cancellation. |