InvoicingProduct¶
-
class
oci.onesubscription.models.
InvoicingProduct
(**kwargs)¶ Bases:
object
Product description
Methods
__init__
(**kwargs)Initializes a new InvoicingProduct object with values from keyword arguments. Attributes
billing_category
Gets the billing_category of this InvoicingProduct. name
[Required] Gets the name of this InvoicingProduct. part_number
[Required] Gets the part_number of this InvoicingProduct. product_category
Gets the product_category of this InvoicingProduct. ucm_rate_card_part_type
[Required] Gets the ucm_rate_card_part_type of this InvoicingProduct. unit_of_measure
[Required] Gets the unit_of_measure of this InvoicingProduct. -
__init__
(**kwargs)¶ Initializes a new InvoicingProduct 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 InvoicingProduct.
- name (str) – The value to assign to the name property of this InvoicingProduct.
- unit_of_measure (str) – The value to assign to the unit_of_measure property of this InvoicingProduct.
- billing_category (str) – The value to assign to the billing_category property of this InvoicingProduct.
- product_category (str) – The value to assign to the product_category property of this InvoicingProduct.
- ucm_rate_card_part_type (str) – The value to assign to the ucm_rate_card_part_type property of this InvoicingProduct.
-
billing_category
¶ Gets the billing_category of this InvoicingProduct. Metered service billing category
Returns: The billing_category of this InvoicingProduct. Return type: str
-
name
¶ [Required] Gets the name of this InvoicingProduct. Product name
Returns: The name of this InvoicingProduct. Return type: str
-
part_number
¶ [Required] Gets the part_number of this InvoicingProduct. Product part number
Returns: The part_number of this InvoicingProduct. Return type: str
-
product_category
¶ Gets the product_category of this InvoicingProduct. Product category
Returns: The product_category of this InvoicingProduct. Return type: str
-
ucm_rate_card_part_type
¶ [Required] Gets the ucm_rate_card_part_type of this InvoicingProduct. Rate card part type of Product
Returns: The ucm_rate_card_part_type of this InvoicingProduct. Return type: str
-
unit_of_measure
¶ [Required] Gets the unit_of_measure of this InvoicingProduct. Unit of Measure
Returns: The unit_of_measure of this InvoicingProduct. Return type: str
-