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