Show / Hide Table of Contents

Class SubscriptionInfo

Inheritance
object
SubscriptionInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class SubscriptionInfo

Properties

Csi

Declaration
[JsonProperty(PropertyName = "csi")]
public string Csi { get; set; }
Property Value
Type Description
string

customer support identifier issued for a subscription

SubscriptionType

Declaration
[JsonProperty(PropertyName = "subscriptionType")]
public string SubscriptionType { get; set; }
Property Value
Type Description
string

subscription type of customer which determines payment profile

In this article
Back to top