BillingScheduleProduct

class oci.onesubscription.models.BillingScheduleProduct(**kwargs)

Bases: object

Product description

Methods

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

Attributes

name [Required] Gets the name of this BillingScheduleProduct.
part_number [Required] Gets the part_number of this BillingScheduleProduct.
__init__(**kwargs)

Initializes a new BillingScheduleProduct 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 BillingScheduleProduct.
  • name (str) – The value to assign to the name property of this BillingScheduleProduct.
name

[Required] Gets the name of this BillingScheduleProduct. Product name

Returns:The name of this BillingScheduleProduct.
Return type:str
part_number

[Required] Gets the part_number of this BillingScheduleProduct. Indicates the associated AR Invoice Number

Returns:The part_number of this BillingScheduleProduct.
Return type:str