ChargebackPlanDetails¶
-
class
oci.opsi.models.ChargebackPlanDetails(**kwargs)¶ Bases:
objectObject containing chargeback plan details
Methods
__init__(**kwargs)Initializes a new ChargebackPlanDetails object with values from keyword arguments. Attributes
plan_idGets the plan_id of this ChargebackPlanDetails. plan_typeGets the plan_type of this ChargebackPlanDetails. time_enabledGets the time_enabled of this ChargebackPlanDetails. -
__init__(**kwargs)¶ Initializes a new ChargebackPlanDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - plan_id (str) – The value to assign to the plan_id property of this ChargebackPlanDetails.
- plan_type (str) – The value to assign to the plan_type property of this ChargebackPlanDetails.
- time_enabled (datetime) – The value to assign to the time_enabled property of this ChargebackPlanDetails.
-
plan_id¶ Gets the plan_id of this ChargebackPlanDetails. OCID of OPSI Chargeback plan resource.
Returns: The plan_id of this ChargebackPlanDetails. Return type: str
-
plan_type¶ Gets the plan_type of this ChargebackPlanDetails. Chargeback Plan type of the chargeback entity. For an Exadata it can be WEIGHTED_ALLOCATION, EQUAL_ALLOCATION, UNUSED_ALLOCATION.
Returns: The plan_type of this ChargebackPlanDetails. Return type: str
-