Class SubscriptionSummary
Subscription summary
Inherited Members
Namespace: Oci.OsuborganizationsubscriptionService.Models
Assembly: OCI.DotNetSDK.Osuborganizationsubscription.dll
Syntax
public class SubscriptionSummaryProperties
Currency
Declaration
[JsonProperty(PropertyName = "currency")]
public Currency Currency { get; set; }Property Value
| Type | Description | 
|---|---|
| Currency | 
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 |