Show / Hide Table of Contents

Class CancelSubscriptionDetails

The data to cancel a Subscription.

Inheritance
object
CancelSubscriptionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top