RateCardProduct¶
-
class
oci.onesubscription.models.
RateCardProduct
(**kwargs)¶ Bases:
object
Product description
Methods
__init__
(**kwargs)Initializes a new RateCardProduct object with values from keyword arguments. Attributes
billing_category
Gets the billing_category of this RateCardProduct. name
[Required] Gets the name of this RateCardProduct. part_number
[Required] Gets the part_number of this RateCardProduct. product_category
Gets the product_category of this RateCardProduct. ucm_rate_card_part_type
Gets the ucm_rate_card_part_type of this RateCardProduct. unit_of_measure
[Required] Gets the unit_of_measure of this RateCardProduct. -
__init__
(**kwargs)¶ Initializes a new RateCardProduct object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - part_number (str) – The value to assign to the part_number property of this RateCardProduct.
- name (str) – The value to assign to the name property of this RateCardProduct.
- unit_of_measure (str) – The value to assign to the unit_of_measure property of this RateCardProduct.
- billing_category (str) – The value to assign to the billing_category property of this RateCardProduct.
- product_category (str) – The value to assign to the product_category property of this RateCardProduct.
- ucm_rate_card_part_type (str) – The value to assign to the ucm_rate_card_part_type property of this RateCardProduct.
-
billing_category
¶ Gets the billing_category of this RateCardProduct. Metered service billing category
Returns: The billing_category of this RateCardProduct. Return type: str
-
name
¶ [Required] Gets the name of this RateCardProduct. Product name
Returns: The name of this RateCardProduct. Return type: str
-
part_number
¶ [Required] Gets the part_number of this RateCardProduct. Product part numner
Returns: The part_number of this RateCardProduct. Return type: str
-
product_category
¶ Gets the product_category of this RateCardProduct. Product category
Returns: The product_category of this RateCardProduct. Return type: str
-
ucm_rate_card_part_type
¶ Gets the ucm_rate_card_part_type of this RateCardProduct. Rate card part type of Product
Returns: The ucm_rate_card_part_type of this RateCardProduct. Return type: str
-
unit_of_measure
¶ [Required] Gets the unit_of_measure of this RateCardProduct. Unit of measure
Returns: The unit_of_measure of this RateCardProduct. Return type: str
-