Show / Hide Table of Contents

Class OrganizationSubscriptionSummary

Subscription summary

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

Properties

Currency

Declaration
[JsonProperty(PropertyName = "currency")]
public OrgnizationSubsCurrency Currency { get; set; }
Property Value
Type Description
OrgnizationSubsCurrency

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

SPM internal Subscription ID

Remarks

Required

ServiceName

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

Customer friendly service name provided by PRG

Status

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

Status of the plan

TimeEnd

Declaration
[JsonProperty(PropertyName = "timeEnd")]
public DateTime? TimeEnd { get; set; }
Property Value
Type Description
DateTime?

Represents the date when the last service of the subscription ends

TimeStart

Declaration
[JsonProperty(PropertyName = "timeStart")]
public DateTime? TimeStart { get; set; }
Property Value
Type Description
DateTime?

Represents the date when the first service of the subscription was activated

TotalValue

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

Total aggregate TCLV of all lines for the subscription including expired, active, and signed

Type

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

Subscription Type i.e. IAAS,SAAS,PAAS

In this article
Back to top