Product

class oci.osub_billing_schedule.models.Product(**kwargs)

Bases: object

Product description

Methods

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

Attributes

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

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

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

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

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

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