SubscriptionInfo

class oci.cims.models.SubscriptionInfo(**kwargs)

Bases: object

SubscriptionInfo model.

Methods

__init__(**kwargs) Initializes a new SubscriptionInfo object with values from keyword arguments.

Attributes

csi Gets the csi of this SubscriptionInfo.
subscription_type Gets the subscription_type of this SubscriptionInfo.
__init__(**kwargs)

Initializes a new SubscriptionInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • csi (str) – The value to assign to the csi property of this SubscriptionInfo.
  • subscription_type (str) – The value to assign to the subscription_type property of this SubscriptionInfo.
csi

Gets the csi of this SubscriptionInfo. customer support identifier issued for a subscription

Returns:The csi of this SubscriptionInfo.
Return type:str
subscription_type

Gets the subscription_type of this SubscriptionInfo. subscription type of customer which determines payment profile

Returns:The subscription_type of this SubscriptionInfo.
Return type:str